Home
last modified time | relevance | path

Searched refs:IPCs (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/char/mwave/
Dmwavedd.c285 if (ipcnum >= ARRAY_SIZE(pDrvData->IPCs)) { in mwave_ioctl()
294 ARRAY_SIZE(pDrvData->IPCs)); in mwave_ioctl()
299 pDrvData->IPCs[ipcnum].usIntCount); in mwave_ioctl()
302 pDrvData->IPCs[ipcnum].bIsHere = false; in mwave_ioctl()
303 pDrvData->IPCs[ipcnum].bIsEnabled = true; in mwave_ioctl()
316 if (ipcnum >= ARRAY_SIZE(pDrvData->IPCs)) { in mwave_ioctl()
324 ARRAY_SIZE(pDrvData->IPCs)); in mwave_ioctl()
329 pDrvData->IPCs[ipcnum].usIntCount); in mwave_ioctl()
332 if (pDrvData->IPCs[ipcnum].bIsEnabled == true) { in mwave_ioctl()
339 add_wait_queue(&pDrvData->IPCs[ipcnum].ipc_wait_queue, &wait); in mwave_ioctl()
[all …]
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()
130 if (pDrvData->IPCs[usPCNum - 1].bIsEnabled == true) { in DspInterrupt()
134 wake_up_interruptible(&pDrvData->IPCs[usPCNum - 1].ipc_wait_queue); in DspInterrupt()
Dmwavedd.h142 MWAVE_IPC IPCs[16]; member
/Linux-v5.10/sound/soc/sof/
DKconfig140 This option force to handle stream position update IPCs and run pcm
145 if you are trying to debug pointer update with position IPCs or where
171 the DSP with test IPCs and gather stats about response times.