Home
last modified time | relevance | path

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

/drivers/staging/epl/
DShbIpc-Win32.c262 tShbInstance pShbInstance; in ShbIpcAllocBuffer() local
272 pShbInstance = NULL; in ShbIpcAllocBuffer()
436 pShbInstance = (tShbInstance *) pShbMemInst; in ShbIpcAllocBuffer()
453 *ppShbInstance_p = pShbInstance; in ShbIpcAllocBuffer()
1044 tShbInstance pShbInstance; in ShbIpcThreadSignalNewData() local
1054 pShbInstance = (tShbMemInst *) pvThreadParam_p; in ShbIpcThreadSignalNewData()
1055 pShbMemInst = ShbIpcGetShbMemInst(pShbInstance); in ShbIpcThreadSignalNewData()
1084 (pShbInstance); in ShbIpcThreadSignalNewData()
1118 (DWORD) pShbInstance); in ShbIpcThreadSignalNewData()
1131 tShbInstance *pShbInstance; in ShbIpcThreadSignalJobReady() local
[all …]
DShbIpc-LinuxKernel.c282 tShbInstance pShbInstance; in ShbIpcAllocBuffer() local
391 pShbInstance = (tShbInstance *) pShbMemInst; in ShbIpcAllocBuffer()
393 *ppShbInstance_p = pShbInstance; in ShbIpcAllocBuffer()
778 tShbInstance pShbInstance; in ShbIpcThreadSignalNewData() local
786 pShbInstance = (tShbMemInst *) pvThreadParam_p; in ShbIpcThreadSignalNewData()
787 pShbMemInst = ShbIpcGetShbMemInst(pShbInstance); in ShbIpcThreadSignalNewData()
812 m_pfnSigHndlrNewData(pShbInstance); in ShbIpcThreadSignalNewData()
830 tShbInstance pShbInstance; in ShbIpcThreadSignalJobReady() local
838 pShbInstance = (tShbMemInst *) pvThreadParam_p; in ShbIpcThreadSignalJobReady()
839 pShbMemInst = ShbIpcGetShbMemInst(pShbInstance); in ShbIpcThreadSignalJobReady()
[all …]
DSharedBuff.c270 tShbInstance pShbInstance; in ShbCirAllocBuffer() local
290 &pShbInstance, &fShbNewCreated); in ShbCirAllocBuffer()
295 if (pShbInstance == NULL) { in ShbCirAllocBuffer()
301 pShbCirBuff = (tShbCirBuff *) ShbIpcGetShMemPtr(pShbInstance); in ShbCirAllocBuffer()
336 *ppShbInstance_p = pShbInstance; in ShbCirAllocBuffer()
1331 tShbInstance pShbInstance; in ShbLinAllocBuffer() local
1351 &pShbInstance, &fShbNewCreated); in ShbLinAllocBuffer()
1356 if (pShbInstance == NULL) { in ShbLinAllocBuffer()
1362 pShbLinBuff = (tShbLinBuff *) ShbIpcGetShMemPtr(pShbInstance); in ShbLinAllocBuffer()
1386 *ppShbInstance_p = pShbInstance; in ShbLinAllocBuffer()