Lines Matching refs:snd_timer
119 struct snd_timer *timer;
140 static int snd_timer_free(struct snd_timer *timer);
145 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left);
186 static struct snd_timer *snd_timer_find(struct snd_timer_id *tid) in snd_timer_find()
188 struct snd_timer *timer; in snd_timer_find()
256 struct snd_timer *timer; in snd_timer_check_slave()
303 struct snd_timer *timer; in snd_timer_open()
397 struct snd_timer *timer) in remove_slave_links()
421 struct snd_timer *timer = timeri->timer; in snd_timer_close_locked()
483 static unsigned long snd_timer_hw_resolution(struct snd_timer *timer) in snd_timer_hw_resolution()
493 struct snd_timer * timer; in snd_timer_resolution()
509 struct snd_timer *timer = ti->timer; in snd_timer_notify1()
543 struct snd_timer *timer; in snd_timer_start1()
617 struct snd_timer *timer; in snd_timer_stop1()
737 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left) in snd_timer_reschedule()
765 static void snd_timer_process_callbacks(struct snd_timer *timer, in snd_timer_process_callbacks()
793 static void snd_timer_clear_callbacks(struct snd_timer *timer, in snd_timer_clear_callbacks()
807 struct snd_timer *timer = container_of(work, struct snd_timer, task_work); in snd_timer_work()
824 void snd_timer_interrupt(struct snd_timer * timer, unsigned long ticks_left) in snd_timer_interrupt()
914 struct snd_timer **rtimer) in snd_timer_new()
916 struct snd_timer *timer; in snd_timer_new()
965 static int snd_timer_free(struct snd_timer *timer) in snd_timer_free()
991 struct snd_timer *timer = device->device_data; in snd_timer_dev_free()
997 struct snd_timer *timer = dev->device_data; in snd_timer_dev_register()
998 struct snd_timer *timer1; in snd_timer_dev_register()
1035 struct snd_timer *timer = device->device_data; in snd_timer_dev_disconnect()
1048 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp) in snd_timer_notify()
1078 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer) in snd_timer_global_new()
1091 int snd_timer_global_free(struct snd_timer *timer) in snd_timer_global_free()
1097 int snd_timer_global_register(struct snd_timer *timer) in snd_timer_global_register()
1113 struct snd_timer *snd_timer; member
1123 struct snd_timer *timer = priv->snd_timer; in snd_timer_s_function()
1130 static int snd_timer_s_start(struct snd_timer * timer) in snd_timer_s_start()
1149 static int snd_timer_s_stop(struct snd_timer * timer) in snd_timer_s_stop()
1165 static int snd_timer_s_close(struct snd_timer *timer) in snd_timer_s_close()
1184 static void snd_timer_free_system(struct snd_timer *timer) in snd_timer_free_system()
1191 struct snd_timer *timer; in snd_timer_register_system()
1205 priv->snd_timer = timer; in snd_timer_register_system()
1220 struct snd_timer *timer; in snd_timer_proc_read()
1509 static void snd_timer_user_copy_id(struct snd_timer_id *id, struct snd_timer *timer) in snd_timer_user_copy_id()
1521 struct snd_timer *timer; in snd_timer_user_next_device()
1532 struct snd_timer, device_list); in snd_timer_user_next_device()
1540 timer = list_entry(p, struct snd_timer, device_list); in snd_timer_user_next_device()
1568 timer = list_entry(p, struct snd_timer, device_list); in snd_timer_user_next_device()
1613 struct snd_timer *t; in snd_timer_user_ginfo()
1648 struct snd_timer *t; in timer_set_gparams()
1676 struct snd_timer *t; in snd_timer_user_gstatus()
1753 struct snd_timer *t; in snd_timer_user_info()
1782 struct snd_timer *t; in snd_timer_user_params()
2084 static int snd_utimer_start(struct snd_timer *t) in snd_utimer_start()
2089 static int snd_utimer_stop(struct snd_timer *t) in snd_utimer_stop()
2094 static int snd_utimer_open(struct snd_timer *t) in snd_utimer_open()
2099 static int snd_utimer_close(struct snd_timer *t) in snd_utimer_close()
2116 struct snd_timer *timer; in snd_utimer_create()
2448 struct snd_timer *timer, *n; in snd_timer_free_all()