Lines Matching refs:snd_timer
91 static int snd_timer_free(struct snd_timer *timer);
96 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left);
103 struct snd_timer *timer) in snd_timer_instance_new()
133 static struct snd_timer *snd_timer_find(struct snd_timer_id *tid) in snd_timer_find()
135 struct snd_timer *timer = NULL; in snd_timer_find()
183 struct snd_timer *timer; in snd_timer_check_slave()
239 struct snd_timer *timer; in snd_timer_open()
315 struct snd_timer *timer = NULL; in snd_timer_close()
383 struct snd_timer * timer; in snd_timer_resolution()
397 struct snd_timer *timer; in snd_timer_notify1()
429 static int snd_timer_start1(struct snd_timer *timer, struct snd_timer_instance *timeri, in snd_timer_start1()
474 struct snd_timer *timer; in snd_timer_start()
509 struct snd_timer *timer; in _snd_timer_stop()
573 struct snd_timer *timer; in snd_timer_stop()
595 struct snd_timer *timer; in snd_timer_continue()
637 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left) in snd_timer_reschedule()
670 struct snd_timer *timer = (struct snd_timer *) arg; in snd_timer_tasklet()
708 void snd_timer_interrupt(struct snd_timer * timer, unsigned long ticks_left) in snd_timer_interrupt()
817 struct snd_timer **rtimer) in snd_timer_new()
819 struct snd_timer *timer; in snd_timer_new()
861 static int snd_timer_free(struct snd_timer *timer) in snd_timer_free()
888 struct snd_timer *timer = device->device_data; in snd_timer_dev_free()
894 struct snd_timer *timer = dev->device_data; in snd_timer_dev_register()
895 struct snd_timer *timer1; in snd_timer_dev_register()
939 struct snd_timer *timer = device->device_data; in snd_timer_dev_disconnect()
958 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp) in snd_timer_notify()
993 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer) in snd_timer_global_new()
1005 int snd_timer_global_free(struct snd_timer *timer) in snd_timer_global_free()
1010 int snd_timer_global_register(struct snd_timer *timer) in snd_timer_global_register()
1032 struct snd_timer *timer = (struct snd_timer *)data; in snd_timer_s_function()
1040 static int snd_timer_s_start(struct snd_timer * timer) in snd_timer_s_start()
1059 static int snd_timer_s_stop(struct snd_timer * timer) in snd_timer_s_stop()
1084 static void snd_timer_free_system(struct snd_timer *timer) in snd_timer_free_system()
1091 struct snd_timer *timer; in snd_timer_register_system()
1119 struct snd_timer *timer; in snd_timer_proc_read()
1372 static void snd_timer_user_copy_id(struct snd_timer_id *id, struct snd_timer *timer) in snd_timer_user_copy_id()
1384 struct snd_timer *timer; in snd_timer_user_next_device()
1395 struct snd_timer, device_list); in snd_timer_user_next_device()
1403 timer = list_entry(p, struct snd_timer, device_list); in snd_timer_user_next_device()
1436 timer = list_entry(p, struct snd_timer, device_list); in snd_timer_user_next_device()
1482 struct snd_timer *t; in snd_timer_user_ginfo()
1523 struct snd_timer *t; in snd_timer_user_gparams()
1553 struct snd_timer *t; in snd_timer_user_gstatus()
1644 struct snd_timer *t; in snd_timer_user_info()
1674 struct snd_timer *t; in snd_timer_user_params()
2028 struct snd_timer *timer, *n; in snd_timer_free_all()