Home
last modified time | relevance | path

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

/sound/synth/emux/
Demux.c56 init_timer(&emu->tlist); in snd_emux_new()
57 emu->tlist.function = snd_emux_timer_callback; in snd_emux_new()
58 emu->tlist.data = (unsigned long)emu; in snd_emux_new()
152 del_timer(&emu->tlist); in snd_emux_free()
Demux_synth.c189 emu->tlist.expires = jiffies + 1; in snd_emux_note_off()
190 add_timer(&emu->tlist); in snd_emux_note_off()
226 emu->tlist.expires = jiffies + 1; in snd_emux_timer_callback()
227 add_timer(&emu->tlist); in snd_emux_timer_callback()
/sound/drivers/opl3/
Dopl3_seq.c91 del_timer(&opl3->tlist); in snd_opl3_synth_cleanup()
250 init_timer(&opl3->tlist); in snd_opl3_seq_new_device()
251 opl3->tlist.function = snd_opl3_timer_func; in snd_opl3_seq_new_device()
252 opl3->tlist.data = (unsigned long) opl3; in snd_opl3_seq_new_device()
Dopl3_midi.c262 opl3->tlist.expires = jiffies + 1; /* invoke again */ in snd_opl3_timer_func()
263 add_timer(&opl3->tlist); in snd_opl3_timer_func()
278 opl3->tlist.expires = jiffies + 1; in snd_opl3_start_timer()
279 add_timer(&opl3->tlist); in snd_opl3_start_timer()
/sound/core/
Dtimer.c961 struct timer_list tlist; member
991 priv->last_expires = priv->tlist.expires = njiff; in snd_timer_s_start()
992 add_timer(&priv->tlist); in snd_timer_s_start()
1002 del_timer(&priv->tlist); in snd_timer_s_stop()
1042 init_timer(&priv->tlist); in snd_timer_register_system()
1043 priv->tlist.function = snd_timer_s_function; in snd_timer_register_system()
1044 priv->tlist.data = (unsigned long) timer; in snd_timer_register_system()