Searched refs:tlist (Results 1 – 5 of 5) sorted by relevance
/sound/synth/emux/ |
D | emux.c | 56 setup_timer(&emu->tlist, snd_emux_timer_callback, (unsigned long)emu); in snd_emux_new() 148 del_timer(&emu->tlist); in snd_emux_free()
|
D | emux_synth.c | 189 mod_timer(&emu->tlist, jiffies + 1); in snd_emux_note_off() 225 mod_timer(&emu->tlist, jiffies + 1); in snd_emux_timer_callback()
|
/sound/drivers/opl3/ |
D | opl3_seq.c | 91 del_timer(&opl3->tlist); in snd_opl3_synth_cleanup() 251 setup_timer(&opl3->tlist, snd_opl3_timer_func, (unsigned long) opl3); in snd_opl3_seq_probe()
|
D | opl3_midi.c | 264 mod_timer(&opl3->tlist, jiffies + 1); /* invoke again */ in snd_opl3_timer_func() 278 mod_timer(&opl3->tlist, jiffies + 1); in snd_opl3_start_timer()
|
/sound/core/ |
D | timer.c | 1033 struct timer_list tlist; member 1064 mod_timer(&priv->tlist, njiff); in snd_timer_s_start() 1074 del_timer(&priv->tlist); in snd_timer_s_stop() 1114 setup_timer(&priv->tlist, snd_timer_s_function, (unsigned long) timer); in snd_timer_register_system()
|