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()
532 struct snd_timer *timer; in snd_timer_start1()
618 struct snd_timer *timer; in snd_timer_stop1()
748 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left) in snd_timer_reschedule()
776 static void snd_timer_process_callbacks(struct snd_timer *timer, in snd_timer_process_callbacks()
804 static void snd_timer_clear_callbacks(struct snd_timer *timer, in snd_timer_clear_callbacks()
821 struct snd_timer *timer = container_of(work, struct snd_timer, task_work); in snd_timer_work()
840 void snd_timer_interrupt(struct snd_timer * timer, unsigned long ticks_left) in snd_timer_interrupt()
935 struct snd_timer **rtimer) in snd_timer_new()
937 struct snd_timer *timer; in snd_timer_new()
986 static int snd_timer_free(struct snd_timer *timer) in snd_timer_free()
1013 struct snd_timer *timer = device->device_data; in snd_timer_dev_free()
1019 struct snd_timer *timer = dev->device_data; in snd_timer_dev_register()
1020 struct snd_timer *timer1; in snd_timer_dev_register()
1059 struct snd_timer *timer = device->device_data; in snd_timer_dev_disconnect()
1073 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp) in snd_timer_notify()
1105 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer) in snd_timer_global_new()
1118 int snd_timer_global_free(struct snd_timer *timer) in snd_timer_global_free()
1124 int snd_timer_global_register(struct snd_timer *timer) in snd_timer_global_register()
1140 struct snd_timer *snd_timer; member
1150 struct snd_timer *timer = priv->snd_timer; in snd_timer_s_function()
1157 static int snd_timer_s_start(struct snd_timer * timer) in snd_timer_s_start()
1176 static int snd_timer_s_stop(struct snd_timer * timer) in snd_timer_s_stop()
1192 static int snd_timer_s_close(struct snd_timer *timer) in snd_timer_s_close()
1211 static void snd_timer_free_system(struct snd_timer *timer) in snd_timer_free_system()
1218 struct snd_timer *timer; in snd_timer_register_system()
1232 priv->snd_timer = timer; in snd_timer_register_system()
1247 struct snd_timer *timer; in snd_timer_proc_read()
1540 static void snd_timer_user_copy_id(struct snd_timer_id *id, struct snd_timer *timer) in snd_timer_user_copy_id()
1552 struct snd_timer *timer; in snd_timer_user_next_device()
1563 struct snd_timer, device_list); in snd_timer_user_next_device()
1571 timer = list_entry(p, struct snd_timer, device_list); in snd_timer_user_next_device()
1599 timer = list_entry(p, struct snd_timer, device_list); in snd_timer_user_next_device()
1645 struct snd_timer *t; in snd_timer_user_ginfo()
1684 struct snd_timer *t; in timer_set_gparams()
1722 struct snd_timer *t; in snd_timer_user_gstatus()
1801 struct snd_timer *t; in snd_timer_user_info()
1831 struct snd_timer *t; in snd_timer_user_params()
2289 struct snd_timer *timer, *n; in snd_timer_free_all()