Lines Matching defs:tmr
36 static void snd_seq_timer_set_tick_resolution(struct snd_seq_timer *tmr) in snd_seq_timer_set_tick_resolution()
56 struct snd_seq_timer *tmr; in snd_seq_timer_new() local
73 void snd_seq_timer_delete(struct snd_seq_timer **tmr) in snd_seq_timer_delete()
91 void snd_seq_timer_defaults(struct snd_seq_timer * tmr) in snd_seq_timer_defaults()
114 static void seq_timer_reset(struct snd_seq_timer *tmr) in seq_timer_reset()
124 void snd_seq_timer_reset(struct snd_seq_timer *tmr) in snd_seq_timer_reset()
141 struct snd_seq_timer *tmr; in snd_seq_timer_interrupt() local
177 int snd_seq_timer_set_tempo(struct snd_seq_timer * tmr, int tempo) in snd_seq_timer_set_tempo()
195 int snd_seq_timer_set_ppq(struct snd_seq_timer * tmr, int ppq) in snd_seq_timer_set_ppq()
219 int snd_seq_timer_set_position_tick(struct snd_seq_timer *tmr, in snd_seq_timer_set_position_tick()
235 int snd_seq_timer_set_position_time(struct snd_seq_timer *tmr, in snd_seq_timer_set_position_time()
251 int snd_seq_timer_set_skew(struct snd_seq_timer *tmr, unsigned int skew, in snd_seq_timer_set_skew()
273 struct snd_seq_timer *tmr; in snd_seq_timer_open() local
315 struct snd_seq_timer *tmr; in snd_seq_timer_close() local
330 static int seq_timer_stop(struct snd_seq_timer *tmr) in seq_timer_stop()
341 int snd_seq_timer_stop(struct snd_seq_timer *tmr) in snd_seq_timer_stop()
352 static int initialize_timer(struct snd_seq_timer *tmr) in initialize_timer()
384 static int seq_timer_start(struct snd_seq_timer *tmr) in seq_timer_start()
399 int snd_seq_timer_start(struct snd_seq_timer *tmr) in snd_seq_timer_start()
410 static int seq_timer_continue(struct snd_seq_timer *tmr) in seq_timer_continue()
427 int snd_seq_timer_continue(struct snd_seq_timer *tmr) in snd_seq_timer_continue()
439 snd_seq_real_time_t snd_seq_timer_get_cur_time(struct snd_seq_timer *tmr) in snd_seq_timer_get_cur_time()
466 snd_seq_tick_time_t snd_seq_timer_get_cur_tick(struct snd_seq_timer *tmr) in snd_seq_timer_get_cur_tick()
479 struct snd_seq_timer *tmr; in snd_seq_info_timer_read() local