Lines Matching defs: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)
188 struct snd_timer *timer;
256 struct snd_timer *timer;
303 struct snd_timer *timer;
397 struct snd_timer *timer)
421 struct snd_timer *timer = timeri->timer;
483 static unsigned long snd_timer_hw_resolution(struct snd_timer *timer)
493 struct snd_timer * timer;
509 struct snd_timer *timer = ti->timer;
543 struct snd_timer *timer;
617 struct snd_timer *timer;
737 static void snd_timer_reschedule(struct snd_timer * timer, unsigned long ticks_left)
765 static void snd_timer_process_callbacks(struct snd_timer *timer,
793 static void snd_timer_clear_callbacks(struct snd_timer *timer,
807 struct snd_timer *timer = container_of(work, struct snd_timer, task_work);
824 void snd_timer_interrupt(struct snd_timer * timer, unsigned long ticks_left)
914 struct snd_timer **rtimer)
916 struct snd_timer *timer;
965 static int snd_timer_free(struct snd_timer *timer)
991 struct snd_timer *timer = device->device_data;
997 struct snd_timer *timer = dev->device_data;
998 struct snd_timer *timer1;
1035 struct snd_timer *timer = device->device_data;
1048 void snd_timer_notify(struct snd_timer *timer, int event, struct timespec64 *tstamp)
1078 int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer)
1091 int snd_timer_global_free(struct snd_timer *timer)
1097 int snd_timer_global_register(struct snd_timer *timer)
1113 struct snd_timer *snd_timer;
1123 struct snd_timer *timer = priv->snd_timer;
1130 static int snd_timer_s_start(struct snd_timer * timer)
1149 static int snd_timer_s_stop(struct snd_timer * timer)
1165 static int snd_timer_s_close(struct snd_timer *timer)
1184 static void snd_timer_free_system(struct snd_timer *timer)
1191 struct snd_timer *timer;
1205 priv->snd_timer = timer;
1220 struct snd_timer *timer;
1509 static void snd_timer_user_copy_id(struct snd_timer_id *id, struct snd_timer *timer)
1520 struct snd_timer *timer;
1528 struct snd_timer, device_list);
1536 timer = list_entry(p, struct snd_timer, device_list);
1564 timer = list_entry(p, struct snd_timer, device_list);
1619 struct snd_timer *t;
1655 struct snd_timer *t;
1683 struct snd_timer *t;
1760 struct snd_timer *t;
1789 struct snd_timer *t;
2091 static int snd_utimer_start(struct snd_timer *t)
2096 static int snd_utimer_stop(struct snd_timer *t)
2101 static int snd_utimer_open(struct snd_timer *t)
2106 static int snd_utimer_close(struct snd_timer *t)
2123 struct snd_timer *timer;
2455 struct snd_timer *timer, *n;