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

/linux-4.4.14/sound/isa/wavefront/
H A Dwavefront_midi.c161 if (midi->istimer) { snd_wavefront_midi_output_write()
162 if (--midi->istimer <= 0) snd_wavefront_midi_output_write()
216 if (midi->istimer) { snd_wavefront_midi_output_write()
217 if (--midi->istimer <= 0) snd_wavefront_midi_output_write()
385 if (!midi->istimer) { snd_wavefront_midi_output_trigger()
391 midi->istimer++; snd_wavefront_midi_output_trigger()
/linux-4.4.14/include/sound/
H A Dsnd_wavefront.h24 char istimer; /* timer is used */ member in struct:_snd_wavefront_midi
/linux-4.4.14/sound/drivers/
H A Dmtpav.c146 int istimer; /* number of accesses to timer interrupts */ member in struct:mtpav
483 if (mtp_card->istimer++ == 0) snd_mtpav_output_trigger()
489 if (--mtp_card->istimer == 0) snd_mtpav_output_trigger()
682 if (crd->istimer > 0) snd_mtpav_free()
/linux-4.4.14/sound/pci/rme9652/
H A Dhdsp.c452 char istimer; /* timer in use */ member in struct:hdsp_midi
1425 /* this does not bump hmidi->istimer, because the snd_hdsp_midi_output_timer()
1428 leaving istimer wherever it was set before. snd_hdsp_midi_output_timer()
1431 if (hmidi->istimer) snd_hdsp_midi_output_timer()
1445 if (!hmidi->istimer) { snd_hdsp_midi_output_trigger()
1449 hmidi->istimer++; snd_hdsp_midi_output_trigger()
1452 if (hmidi->istimer && --hmidi->istimer <= 0) snd_hdsp_midi_output_trigger()
1536 hdsp->midi[id].istimer = 0; snd_hdsp_create_midi()
H A Dhdspm.c971 char istimer; /* timer in use */ member in struct:hdspm_midi
1957 /* this does not bump hmidi->istimer, because the snd_hdspm_midi_output_timer()
1960 leaving istimer wherever it was set before. snd_hdspm_midi_output_timer()
1963 if (hmidi->istimer) snd_hdspm_midi_output_timer()
1978 if (!hmidi->istimer) { snd_hdspm_midi_output_trigger()
1982 hmidi->istimer++; snd_hdspm_midi_output_trigger()
1985 if (hmidi->istimer && --hmidi->istimer <= 0) snd_hdspm_midi_output_trigger()

Completed in 260 milliseconds