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
75 void snd_seq_timer_delete(struct snd_seq_timer **tmr) in snd_seq_timer_delete()
93 void snd_seq_timer_defaults(struct snd_seq_timer * tmr) in snd_seq_timer_defaults()
112 void snd_seq_timer_reset(struct snd_seq_timer * tmr) in snd_seq_timer_reset()
136 struct snd_seq_timer *tmr; in snd_seq_timer_interrupt() local
171 int snd_seq_timer_set_tempo(struct snd_seq_timer * tmr, int tempo) in snd_seq_timer_set_tempo()
189 int snd_seq_timer_set_ppq(struct snd_seq_timer * tmr, int ppq) in snd_seq_timer_set_ppq()
213 int snd_seq_timer_set_position_tick(struct snd_seq_timer *tmr, in snd_seq_timer_set_position_tick()
229 int snd_seq_timer_set_position_time(struct snd_seq_timer *tmr, in snd_seq_timer_set_position_time()
245 int snd_seq_timer_set_skew(struct snd_seq_timer *tmr, unsigned int skew, in snd_seq_timer_set_skew()
267 struct snd_seq_timer *tmr; in snd_seq_timer_open() local
307 struct snd_seq_timer *tmr; in snd_seq_timer_close() local
320 int snd_seq_timer_stop(struct snd_seq_timer * tmr) in snd_seq_timer_stop()
331 static int initialize_timer(struct snd_seq_timer *tmr) in initialize_timer()
363 int snd_seq_timer_start(struct snd_seq_timer * tmr) in snd_seq_timer_start()
378 int snd_seq_timer_continue(struct snd_seq_timer * tmr) in snd_seq_timer_continue()
396 snd_seq_real_time_t snd_seq_timer_get_cur_time(struct snd_seq_timer *tmr) in snd_seq_timer_get_cur_time()
421 snd_seq_tick_time_t snd_seq_timer_get_cur_tick(struct snd_seq_timer *tmr) in snd_seq_timer_get_cur_tick()
434 struct snd_seq_timer *tmr; in snd_seq_info_timer_read() local