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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wavefront/
H A Dwavefront_midi.c160 if (midi->istimer) {
161 if (--midi->istimer <= 0)
214 if (midi->istimer) {
215 if (--midi->istimer <= 0)
384 if (!midi->istimer) {
391 midi->istimer++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsnd_wavefront.h24 char istimer; /* timer is used */ member in struct:_snd_wavefront_midi
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dmtpav.c146 int istimer; /* number of accesses to timer interrupts */ member in struct:mtpav
485 if (mtp_card->istimer++ == 0)
491 if (--mtp_card->istimer == 0)
684 if (crd->istimer > 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/rme9652/
H A Dhdspm.c429 char istimer; /* timer in use */ member in struct:hdspm_midi
1174 /* this does not bump hmidi->istimer, because the
1177 leaving istimer wherever it was set before.
1180 if (hmidi->istimer) {
1197 if (!hmidi->istimer) {
1203 hmidi->istimer++;
1206 if (hmidi->istimer && --hmidi->istimer <= 0)
H A Dhdsp.c433 char istimer; /* timer in use */ member in struct:hdsp_midi
1351 /* this does not bump hmidi->istimer, because the
1354 leaving istimer wherever it was set before.
1357 if (hmidi->istimer) {
1373 if (!hmidi->istimer) {
1379 hmidi->istimer++;
1382 if (hmidi->istimer && --hmidi->istimer <= 0)
1466 hdsp->midi[id].istimer = 0;

Completed in 46 milliseconds