Home
last modified time | relevance | path

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

/linux/sound/isa/wavefront/
A Dwavefront_midi.c158 if (midi->istimer) { in snd_wavefront_midi_output_write()
159 if (--midi->istimer <= 0) in snd_wavefront_midi_output_write()
213 if (midi->istimer) { in snd_wavefront_midi_output_write()
214 if (--midi->istimer <= 0) in snd_wavefront_midi_output_write()
386 if (!midi->istimer) { in snd_wavefront_midi_output_trigger()
392 midi->istimer++; in snd_wavefront_midi_output_trigger()
/linux/sound/drivers/
A Dmtpav.c129 int istimer; /* number of accesses to timer interrupts */ member
466 if (mtp_card->istimer++ == 0) in snd_mtpav_output_trigger()
472 if (--mtp_card->istimer == 0) in snd_mtpav_output_trigger()
669 if (crd->istimer > 0) in snd_mtpav_free()
/linux/include/sound/
A Dsnd_wavefront.h25 char istimer; /* timer is used */ member
/linux/sound/pci/rme9652/
A Dhdsp.c436 char istimer; /* timer in use */ member
1406 if (hmidi->istimer) in snd_hdsp_midi_output_timer()
1420 if (!hmidi->istimer) { in snd_hdsp_midi_output_trigger()
1424 hmidi->istimer++; in snd_hdsp_midi_output_trigger()
1427 if (hmidi->istimer && --hmidi->istimer <= 0) in snd_hdsp_midi_output_trigger()
1511 hdsp->midi[id].istimer = 0; in snd_hdsp_create_midi()
A Dhdspm.c960 char istimer; /* timer in use */ member
1956 if (hmidi->istimer) in snd_hdspm_midi_output_timer()
1971 if (!hmidi->istimer) { in snd_hdspm_midi_output_trigger()
1975 hmidi->istimer++; in snd_hdspm_midi_output_trigger()
1978 if (hmidi->istimer && --hmidi->istimer <= 0) in snd_hdspm_midi_output_trigger()

Completed in 26 milliseconds