Home
last modified time | relevance | path

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

/Linux-v5.4/sound/isa/wavefront/
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()
382 if (!midi->istimer) { in snd_wavefront_midi_output_trigger()
388 midi->istimer++; in snd_wavefront_midi_output_trigger()
/Linux-v5.4/sound/drivers/
Dmtpav.c130 int istimer; /* number of accesses to timer interrupts */ member
467 if (mtp_card->istimer++ == 0) in snd_mtpav_output_trigger()
473 if (--mtp_card->istimer == 0) in snd_mtpav_output_trigger()
666 if (crd->istimer > 0) in snd_mtpav_free()
/Linux-v5.4/include/sound/
Dsnd_wavefront.h25 char istimer; /* timer is used */ member
/Linux-v5.4/sound/pci/rme9652/
Dhdsp.c439 char istimer; /* timer in use */ member
1414 if (hmidi->istimer) in snd_hdsp_midi_output_timer()
1428 if (!hmidi->istimer) { in snd_hdsp_midi_output_trigger()
1432 hmidi->istimer++; in snd_hdsp_midi_output_trigger()
1435 if (hmidi->istimer && --hmidi->istimer <= 0) in snd_hdsp_midi_output_trigger()
1519 hdsp->midi[id].istimer = 0; in snd_hdsp_create_midi()
Dhdspm.c961 char istimer; /* timer in use */ member
1953 if (hmidi->istimer) in snd_hdspm_midi_output_timer()
1968 if (!hmidi->istimer) { in snd_hdspm_midi_output_trigger()
1972 hmidi->istimer++; in snd_hdspm_midi_output_trigger()
1975 if (hmidi->istimer && --hmidi->istimer <= 0) in snd_hdspm_midi_output_trigger()