Home
last modified time | relevance | path

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

/Linux-v4.19/sound/isa/wavefront/
Dwavefront_midi.c161 if (midi->istimer) { in snd_wavefront_midi_output_write()
162 if (--midi->istimer <= 0) in snd_wavefront_midi_output_write()
216 if (midi->istimer) { in snd_wavefront_midi_output_write()
217 if (--midi->istimer <= 0) in snd_wavefront_midi_output_write()
385 if (!midi->istimer) { in snd_wavefront_midi_output_trigger()
391 midi->istimer++; in snd_wavefront_midi_output_trigger()
/Linux-v4.19/sound/drivers/
Dmtpav.c146 int istimer; /* number of accesses to timer interrupts */ member
483 if (mtp_card->istimer++ == 0) in snd_mtpav_output_trigger()
489 if (--mtp_card->istimer == 0) in snd_mtpav_output_trigger()
682 if (crd->istimer > 0) in snd_mtpav_free()
/Linux-v4.19/include/sound/
Dsnd_wavefront.h25 char istimer; /* timer is used */ member
/Linux-v4.19/sound/pci/rme9652/
Dhdsp.c452 char istimer; /* timer in use */ member
1427 if (hmidi->istimer) in snd_hdsp_midi_output_timer()
1441 if (!hmidi->istimer) { in snd_hdsp_midi_output_trigger()
1445 hmidi->istimer++; in snd_hdsp_midi_output_trigger()
1448 if (hmidi->istimer && --hmidi->istimer <= 0) in snd_hdsp_midi_output_trigger()
1532 hdsp->midi[id].istimer = 0; in snd_hdsp_create_midi()
Dhdspm.c972 char istimer; /* timer in use */ member
1964 if (hmidi->istimer) in snd_hdspm_midi_output_timer()
1979 if (!hmidi->istimer) { in snd_hdspm_midi_output_trigger()
1983 hmidi->istimer++; in snd_hdspm_midi_output_trigger()
1986 if (hmidi->istimer && --hmidi->istimer <= 0) in snd_hdspm_midi_output_trigger()