Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/sound/
Dsnd_wavefront.h25 char istimer; /* timer is used */ member
/kernel/linux/linux-5.10/sound/pci/rme9652/
Dhdsp.c439 signed char istimer; /* timer in use */ member
1408 if (hmidi->istimer) in snd_hdsp_midi_output_timer()
1422 if (!hmidi->istimer) { in snd_hdsp_midi_output_trigger()
1426 hmidi->istimer++; in snd_hdsp_midi_output_trigger()
1429 if (hmidi->istimer && --hmidi->istimer <= 0) in snd_hdsp_midi_output_trigger()
1513 hdsp->midi[id].istimer = 0; in snd_hdsp_create_midi()
Dhdspm.c961 char istimer; /* timer in use */ member
1957 if (hmidi->istimer) in snd_hdspm_midi_output_timer()
1972 if (!hmidi->istimer) { in snd_hdspm_midi_output_trigger()
1976 hmidi->istimer++; in snd_hdspm_midi_output_trigger()
1979 if (hmidi->istimer && --hmidi->istimer <= 0) in snd_hdspm_midi_output_trigger()