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

/linux-master/sound/isa/wavefront/
H A Dwavefront_midi.c158 if (midi->istimer) {
159 if (--midi->istimer <= 0)
213 if (midi->istimer) {
214 if (--midi->istimer <= 0)
386 if (!midi->istimer) {
392 midi->istimer++;
/linux-master/include/sound/
H A Dsnd_wavefront.h25 char istimer; /* timer is used */ member in struct:_snd_wavefront_midi
/linux-master/sound/drivers/
H A Dmtpav.c129 int istimer; /* number of accesses to timer interrupts */ member in struct:mtpav
466 if (mtp_card->istimer++ == 0)
472 if (--mtp_card->istimer == 0)
669 if (crd->istimer > 0)
/linux-master/sound/pci/rme9652/
H A Dhdsp.c436 signed char istimer; /* timer in use */ member in struct:hdsp_midi
1400 /* this does not bump hmidi->istimer, because the
1403 leaving istimer wherever it was set before.
1406 if (hmidi->istimer)
1420 if (!hmidi->istimer) {
1424 hmidi->istimer++;
1427 if (hmidi->istimer && --hmidi->istimer <= 0)
1511 hdsp->midi[id].istimer = 0;
H A Dhdspm.c960 char istimer; /* timer in use */ member in struct:hdspm_midi
1950 /* this does not bump hmidi->istimer, because the
1953 leaving istimer wherever it was set before.
1956 if (hmidi->istimer)
1971 if (!hmidi->istimer) {
1975 hmidi->istimer++;
1978 if (hmidi->istimer && --hmidi->istimer <= 0)

Completed in 153 milliseconds