Lines Matching refs:snd_timer
79 static int snd_timer_free(struct snd_timer *timer);
84 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left);
91 struct snd_timer *timer) in snd_timer_instance_new()
121 static struct snd_timer *snd_timer_find(struct snd_timer_id *tid) in snd_timer_find()
123 struct snd_timer *timer = NULL; in snd_timer_find()
171 struct snd_timer *timer; in snd_timer_check_slave()
240 struct snd_timer *timer; in snd_timer_open()
349 struct snd_timer *timer = timeri->timer; in snd_timer_close_locked()
432 static unsigned long snd_timer_hw_resolution(struct snd_timer *timer) in snd_timer_hw_resolution()
442 struct snd_timer * timer; in snd_timer_resolution()
460 struct snd_timer *timer = ti->timer; in snd_timer_notify1()
493 struct snd_timer *timer; in snd_timer_start1()
579 struct snd_timer *timer; in snd_timer_stop1()
709 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left) in snd_timer_reschedule()
737 static void snd_timer_process_callbacks(struct snd_timer *timer, in snd_timer_process_callbacks()
765 static void snd_timer_clear_callbacks(struct snd_timer *timer, in snd_timer_clear_callbacks()
782 struct snd_timer *timer = (struct snd_timer *) arg; in snd_timer_tasklet()
801 void snd_timer_interrupt(struct snd_timer * timer, unsigned long ticks_left) in snd_timer_interrupt()
896 struct snd_timer **rtimer) in snd_timer_new()
898 struct snd_timer *timer; in snd_timer_new()
948 static int snd_timer_free(struct snd_timer *timer) in snd_timer_free()
975 struct snd_timer *timer = device->device_data; in snd_timer_dev_free()
981 struct snd_timer *timer = dev->device_data; in snd_timer_dev_register()
982 struct snd_timer *timer1; in snd_timer_dev_register()
1021 struct snd_timer *timer = device->device_data; in snd_timer_dev_disconnect()
1035 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp) in snd_timer_notify()
1067 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer) in snd_timer_global_new()
1080 int snd_timer_global_free(struct snd_timer *timer) in snd_timer_global_free()
1086 int snd_timer_global_register(struct snd_timer *timer) in snd_timer_global_register()
1102 struct snd_timer *snd_timer; member
1112 struct snd_timer *timer = priv->snd_timer; in snd_timer_s_function()
1119 static int snd_timer_s_start(struct snd_timer * timer) in snd_timer_s_start()
1138 static int snd_timer_s_stop(struct snd_timer * timer) in snd_timer_s_stop()
1154 static int snd_timer_s_close(struct snd_timer *timer) in snd_timer_s_close()
1173 static void snd_timer_free_system(struct snd_timer *timer) in snd_timer_free_system()
1180 struct snd_timer *timer; in snd_timer_register_system()
1194 priv->snd_timer = timer; in snd_timer_register_system()
1209 struct snd_timer *timer; in snd_timer_proc_read()
1496 static void snd_timer_user_copy_id(struct snd_timer_id *id, struct snd_timer *timer) in snd_timer_user_copy_id()
1508 struct snd_timer *timer; in snd_timer_user_next_device()
1519 struct snd_timer, device_list); in snd_timer_user_next_device()
1527 timer = list_entry(p, struct snd_timer, device_list); in snd_timer_user_next_device()
1555 timer = list_entry(p, struct snd_timer, device_list); in snd_timer_user_next_device()
1601 struct snd_timer *t; in snd_timer_user_ginfo()
1640 struct snd_timer *t; in timer_set_gparams()
1678 struct snd_timer *t; in snd_timer_user_gstatus()
1748 struct snd_timer *t; in snd_timer_user_info()
1778 struct snd_timer *t; in snd_timer_user_params()
2158 struct snd_timer *timer, *n; in snd_timer_free_all()