Lines Matching refs:gstatus
1681 struct snd_timer_gstatus gstatus; in snd_timer_user_gstatus() local
1685 if (copy_from_user(&gstatus, _gstatus, sizeof(gstatus))) in snd_timer_user_gstatus()
1687 tid = gstatus.tid; in snd_timer_user_gstatus()
1688 memset(&gstatus, 0, sizeof(gstatus)); in snd_timer_user_gstatus()
1689 gstatus.tid = tid; in snd_timer_user_gstatus()
1694 gstatus.resolution = snd_timer_hw_resolution(t); in snd_timer_user_gstatus()
1696 t->hw.precise_resolution(t, &gstatus.resolution_num, in snd_timer_user_gstatus()
1697 &gstatus.resolution_den); in snd_timer_user_gstatus()
1699 gstatus.resolution_num = gstatus.resolution; in snd_timer_user_gstatus()
1700 gstatus.resolution_den = 1000000000uL; in snd_timer_user_gstatus()
1706 if (copy_to_user(_gstatus, &gstatus, sizeof(gstatus))) in snd_timer_user_gstatus()