Home
last modified time | relevance | path

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

/drivers/staging/epl/kernel/
DEplDllk.h147 tEplKernel EplDllkDeleteTxFrame(unsigned int uiHandle_p);
/drivers/staging/epl/
DEplSdoAsySequ.c191 static tEplKernel EplSdoAsySeqProcess(unsigned int uiHandle_p,
801 static tEplKernel EplSdoAsySeqProcess(unsigned int uiHandle_p, in EplSdoAsySeqProcess() argument
822 SdoSeqConHdl = uiHandle_p | EPL_SDO_ASY_HANDLE; in EplSdoAsySeqProcess()
831 pAsySdoSeqCon = &AsySdoSequInstance_g.m_AsySdoConnection[uiHandle_p]; in EplSdoAsySeqProcess()
DEplDllk.c627 tEplKernel EplDllkDeleteTxFrame(unsigned int uiHandle_p) in EplDllkDeleteTxFrame() argument
632 if (uiHandle_p >= EplDllkInstance_g.m_uiMaxTxFrames) { // handle is not valid in EplDllkDeleteTxFrame()
637 pTxBuffer = &EplDllkInstance_g.m_pTxBuffer[uiHandle_p]; in EplDllkDeleteTxFrame()