Home
last modified time | relevance | path

Searched refs:usIntCount (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/char/mwave/
Dmwavedd.c296 pDrvData->IPCs[ipcnum].usIntCount); in mwave_ioctl()
324 pDrvData->IPCs[ipcnum].usIntCount); in mwave_ioctl()
339 if (pDrvData->IPCs[ipcnum].usIntCount == 1) { /* first int has occurred (race condition) */ in mwave_ioctl()
340 pDrvData->IPCs[ipcnum].usIntCount = 2; /* first int has been handled */ in mwave_ioctl()
348 if (pDrvData->IPCs[ipcnum].usIntCount == 1) { in mwave_ioctl()
349 pDrvData->IPCs[ipcnum].usIntCount = 2; in mwave_ioctl()
589 pDrvData->IPCs[i].usIntCount = 0; /* no ints received yet */ in mwave_init()
Dtp3780i.c124 if (pDrvData->IPCs[usPCNum - 1].usIntCount == 0) { in DspInterrupt()
125 pDrvData->IPCs[usPCNum - 1].usIntCount = 1; in DspInterrupt()
129 pDrvData->IPCs[usPCNum - 1].usIntCount); in DspInterrupt()
Dmwavedd.h127 unsigned short usIntCount; /* 0=none, 1=first, 2=greater than 1st */ member