Home
last modified time | relevance | path

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

/linux/sound/isa/wavefront/
H A Dwavefront_midi.c155 if (midi->istimer) { in snd_wavefront_midi_output_write()
156 if (--midi->istimer <= 0) in snd_wavefront_midi_output_write()
205 if (midi->istimer) { in snd_wavefront_midi_output_write()
206 if (--midi->istimer <= 0) in snd_wavefront_midi_output_write()
365 if (!midi->istimer) { in snd_wavefront_midi_output_trigger()
371 midi->istimer++; in snd_wavefront_midi_output_trigger()
/linux/sound/drivers/
H A Dmtpav.c130 int istimer; /* number of accesses to timer interrupts */ member
447 if (mtp_card->istimer++ == 0) in snd_mtpav_output_trigger()
453 if (--mtp_card->istimer == 0) in snd_mtpav_output_trigger()
646 if (crd->istimer > 0) in snd_mtpav_free()
/linux/include/sound/
H A Dsnd_wavefront.h25 char istimer; /* timer is used */ member
/linux/sound/pci/rme9652/
H A Dhdsp.c436 signed char istimer; /* timer in use */ member
1394 if (hmidi->istimer) in snd_hdsp_midi_output_timer()
1405 if (!hmidi->istimer) { in snd_hdsp_midi_output_trigger()
1409 hmidi->istimer++; in snd_hdsp_midi_output_trigger()
1412 if (hmidi->istimer && --hmidi->istimer <= 0) in snd_hdsp_midi_output_trigger()
1492 hdsp->midi[id].istimer = 0; in snd_hdsp_create_midi()
H A Dhdspm.c960 char istimer; /* timer in use */ member
1945 if (hmidi->istimer) in snd_hdspm_midi_output_timer()
1957 if (!hmidi->istimer) { in snd_hdspm_midi_output_trigger()
1961 hmidi->istimer++; in snd_hdspm_midi_output_trigger()
1964 if (hmidi->istimer && --hmidi->istimer <= 0) in snd_hdspm_midi_output_trigger()