Lines Matching refs:snd_timer
128 static int snd_timer_free(struct snd_timer *timer);
133 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left);
174 static struct snd_timer *snd_timer_find(struct snd_timer_id *tid) in snd_timer_find()
176 struct snd_timer *timer; in snd_timer_find()
246 struct snd_timer *timer; in snd_timer_check_slave()
293 struct snd_timer *timer; in snd_timer_open()
392 struct snd_timer *timer = timeri->timer; in snd_timer_close_locked()
471 static unsigned long snd_timer_hw_resolution(struct snd_timer *timer) in snd_timer_hw_resolution()
481 struct snd_timer * timer; in snd_timer_resolution()
499 struct snd_timer *timer = ti->timer; in snd_timer_notify1()
533 struct snd_timer *timer; in snd_timer_start1()
619 struct snd_timer *timer; in snd_timer_stop1()
749 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left) in snd_timer_reschedule()
777 static void snd_timer_process_callbacks(struct snd_timer *timer, in snd_timer_process_callbacks()
805 static void snd_timer_clear_callbacks(struct snd_timer *timer, in snd_timer_clear_callbacks()
822 struct snd_timer *timer = container_of(work, struct snd_timer, task_work); in snd_timer_work()
841 void snd_timer_interrupt(struct snd_timer * timer, unsigned long ticks_left) in snd_timer_interrupt()
936 struct snd_timer **rtimer) in snd_timer_new()
938 struct snd_timer *timer; in snd_timer_new()
987 static int snd_timer_free(struct snd_timer *timer) in snd_timer_free()
1014 struct snd_timer *timer = device->device_data; in snd_timer_dev_free()
1020 struct snd_timer *timer = dev->device_data; in snd_timer_dev_register()
1021 struct snd_timer *timer1; in snd_timer_dev_register()
1060 struct snd_timer *timer = device->device_data; in snd_timer_dev_disconnect()
1074 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp) in snd_timer_notify()
1106 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer) in snd_timer_global_new()
1119 int snd_timer_global_free(struct snd_timer *timer) in snd_timer_global_free()
1125 int snd_timer_global_register(struct snd_timer *timer) in snd_timer_global_register()
1141 struct snd_timer *snd_timer; member
1151 struct snd_timer *timer = priv->snd_timer; in snd_timer_s_function()
1158 static int snd_timer_s_start(struct snd_timer * timer) in snd_timer_s_start()
1177 static int snd_timer_s_stop(struct snd_timer * timer) in snd_timer_s_stop()
1193 static int snd_timer_s_close(struct snd_timer *timer) in snd_timer_s_close()
1212 static void snd_timer_free_system(struct snd_timer *timer) in snd_timer_free_system()
1219 struct snd_timer *timer; in snd_timer_register_system()
1233 priv->snd_timer = timer; in snd_timer_register_system()
1248 struct snd_timer *timer; in snd_timer_proc_read()
1541 static void snd_timer_user_copy_id(struct snd_timer_id *id, struct snd_timer *timer) in snd_timer_user_copy_id()
1553 struct snd_timer *timer; in snd_timer_user_next_device()
1564 struct snd_timer, device_list); in snd_timer_user_next_device()
1572 timer = list_entry(p, struct snd_timer, device_list); in snd_timer_user_next_device()
1600 timer = list_entry(p, struct snd_timer, device_list); in snd_timer_user_next_device()
1646 struct snd_timer *t; in snd_timer_user_ginfo()
1685 struct snd_timer *t; in timer_set_gparams()
1723 struct snd_timer *t; in snd_timer_user_gstatus()
1802 struct snd_timer *t; in snd_timer_user_info()
1832 struct snd_timer *t; in snd_timer_user_params()
2290 struct snd_timer *timer, *n; in snd_timer_free_all()