Home
last modified time | relevance | path

Searched refs:tlist (Results 1 – 5 of 5) sorted by relevance

/sound/synth/emux/
Demux.c56 setup_timer(&emu->tlist, snd_emux_timer_callback, (unsigned long)emu); in snd_emux_new()
148 del_timer(&emu->tlist); in snd_emux_free()
Demux_synth.c189 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/
Dopl3_seq.c91 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()
Dopl3_midi.c264 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/
Dtimer.c1033 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()