Searched refs:tShbInstance (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/epl/ |
D | SharedBuff.h | 98 typedef void *tShbInstance; typedef 100 typedef void (*tShbCirSigHndlrNewData) (tShbInstance pShbInstance_p, 102 typedef void (*tShbCirSigHndlrReset) (tShbInstance pShbInstance_p, 128 tShbInstance * ppShbInstance_p, 130 tShbError ShbCirReleaseBuffer(tShbInstance pShbInstance_p); 134 tShbError ShbCirResetBuffer(tShbInstance pShbInstance_p, 138 tShbError ShbCirWriteDataBlock(tShbInstance pShbInstance_p, 141 tShbError ShbCirAllocDataBlock(tShbInstance pShbInstance_p, 144 tShbError ShbCirWriteDataChunk(tShbInstance pShbInstance_p, 149 tShbError ShbCirReadDataBlock(tShbInstance pShbInstance_p, [all …]
|
D | ShbIpc.h | 64 typedef int (*tSigHndlrNewData) (tShbInstance pShbInstance_p); 65 typedef void (*tSigHndlrJobReady) (tShbInstance pShbInstance_p, 96 tShbInstance * ppShbInstance_p, 98 tShbError ShbIpcReleaseBuffer(tShbInstance pShbInstance_p); 102 tShbError ShbIpcEnterAtomicSection(tShbInstance pShbInstance_p); 103 tShbError ShbIpcLeaveAtomicSection(tShbInstance pShbInstance_p); 105 tShbError ShbIpcStartSignalingNewData(tShbInstance pShbInstance_p, 109 tShbError ShbIpcStopSignalingNewData(tShbInstance pShbInstance_p); 110 tShbError ShbIpcSignalNewData(tShbInstance pShbInstance_p); 112 tShbError ShbIpcStartSignalingJobReady(tShbInstance pShbInstance_p, [all …]
|
D | ShbIpc-LinuxKernel.c | 179 static inline tShbMemInst *ShbIpcGetShbMemInst(tShbInstance pShbInstance_p) in ShbIpcGetShbMemInst() 272 tShbInstance * ppShbInstance_p, in ShbIpcAllocBuffer() 282 tShbInstance pShbInstance; in ShbIpcAllocBuffer() 391 pShbInstance = (tShbInstance *) pShbMemInst; in ShbIpcAllocBuffer() 402 tShbError ShbIpcReleaseBuffer(tShbInstance pShbInstance_p) in ShbIpcReleaseBuffer() 444 INLINE_FUNCTION tShbError ShbIpcEnterAtomicSection(tShbInstance pShbInstance_p) in ShbIpcEnterAtomicSection() 472 INLINE_FUNCTION tShbError ShbIpcLeaveAtomicSection(tShbInstance pShbInstance_p) in ShbIpcLeaveAtomicSection() 499 INLINE_FUNCTION tShbError ShbIpcStartSignalingNewData(tShbInstance in ShbIpcStartSignalingNewData() 560 INLINE_FUNCTION tShbError ShbIpcStopSignalingNewData(tShbInstance in ShbIpcStopSignalingNewData() 607 INLINE_FUNCTION tShbError ShbIpcSignalNewData(tShbInstance pShbInstance_p) in ShbIpcSignalNewData() [all …]
|
D | ShbIpc-Win32.c | 170 INLINE_FUNCTION tShbMemInst *ShbIpcGetShbMemInst(tShbInstance pShbInstance_p) in ShbIpcGetShbMemInst() 186 INLINE_FUNCTION tShbMemHeader *ShbIpcGetShbMemHeader(tShbInstance in ShbIpcGetShbMemHeader() 253 tShbInstance * ppShbInstance_p, in ShbIpcAllocBuffer() 262 tShbInstance pShbInstance; in ShbIpcAllocBuffer() 436 pShbInstance = (tShbInstance *) pShbMemInst; in ShbIpcAllocBuffer() 463 tShbError ShbIpcReleaseBuffer(tShbInstance pShbInstance_p) in ShbIpcReleaseBuffer() 524 INLINE_FUNCTION tShbError ShbIpcEnterAtomicSection(tShbInstance pShbInstance_p) in ShbIpcEnterAtomicSection() 599 INLINE_FUNCTION tShbError ShbIpcLeaveAtomicSection(tShbInstance pShbInstance_p) in ShbIpcLeaveAtomicSection() 630 INLINE_FUNCTION tShbError ShbIpcStartSignalingNewData(tShbInstance in ShbIpcStartSignalingNewData() 736 INLINE_FUNCTION tShbError ShbIpcStopSignalingNewData(tShbInstance in ShbIpcStopSignalingNewData() [all …]
|
D | SharedBuff.c | 180 INLINE_FUNCTION tShbCirBuff *ShbCirGetBuffer(tShbInstance pShbInstance_p) in ShbCirGetBuffer() 196 INLINE_FUNCTION tShbLinBuff *ShbLinGetBuffer(tShbInstance pShbInstance_p) in ShbLinGetBuffer() 209 int ShbCirSignalHandlerNewData(tShbInstance pShbInstance_p); 210 void ShbCirSignalHandlerReset(tShbInstance pShbInstance_p, 266 tShbInstance * ppShbInstance_p, in ShbCirAllocBuffer() 270 tShbInstance pShbInstance; in ShbCirAllocBuffer() 347 tShbError ShbCirReleaseBuffer(tShbInstance pShbInstance_p) in ShbCirReleaseBuffer() 374 INLINE_FUNCTION tShbError ShbCirResetBuffer(tShbInstance pShbInstance_p, in ShbCirResetBuffer() 443 INLINE_FUNCTION tShbError ShbCirWriteDataBlock(tShbInstance pShbInstance_p, in ShbCirWriteDataBlock() 611 INLINE_FUNCTION tShbError ShbCirAllocDataBlock(tShbInstance pShbInstance_p, in ShbCirAllocDataBlock() [all …]
|
D | EplEventu.c | 114 tShbInstance m_pShbKernelToUserInstance; 115 tShbInstance m_pShbUserToKernelInstance; 135 static void EplEventuRxSignalHandlerCb(tShbInstance pShbRxInstance_p, 747 static void EplEventuRxSignalHandlerCb(tShbInstance pShbRxInstance_p, in EplEventuRxSignalHandlerCb()
|
D | EplEventk.c | 118 tShbInstance m_pShbKernelToUserInstance; 119 tShbInstance m_pShbUserToKernelInstance; 138 static void EplEventkRxSignalHandlerCb(tShbInstance pShbRxInstance_p, 810 static void EplEventkRxSignalHandlerCb(tShbInstance pShbRxInstance_p, in EplEventkRxSignalHandlerCb()
|
D | EplDllkCal.c | 141 tShbInstance m_ShbInstanceTxNmt; // FIFO for Tx frames with NMT request priority 142 tShbInstance m_ShbInstanceTxGen; // FIFO for Tx frames with generic priority
|