Searched refs:pCmdDispatch (Results 1 – 3 of 3) sorted by relevance
121 static void cmdDispatch_ConfigParamsAccessTable (TCmdDispatchObj *pCmdDispatch);145 TCmdDispatchObj *pCmdDispatch; in cmdDispatch_Create() local148 pCmdDispatch = os_memoryAlloc (hOs, (sizeof(TCmdDispatchObj))); in cmdDispatch_Create()150 if (!pCmdDispatch) in cmdDispatch_Create()157 os_memoryZero (hOs, pCmdDispatch, (sizeof(TCmdDispatchObj))); in cmdDispatch_Create()159 pCmdDispatch->hOs = hOs; in cmdDispatch_Create()161 return (TI_HANDLE)pCmdDispatch; in cmdDispatch_Create()179 TCmdDispatchObj *pCmdDispatch = (TCmdDispatchObj *)(pStadHandles->hCmdDispatch); in cmdDispatch_Init() local182 pCmdDispatch->hReport = pStadHandles->hReport; in cmdDispatch_Init()183 pCmdDispatch->hAuth = pStadHandles->hAuth; in cmdDispatch_Init()[all …]
55 TI_HANDLE *pCmdDispatch,
247 TI_HANDLE *pCmdDispatch, in drvMain_Create() argument545 *pCmdDispatch = pDrvMain->tStadHandles.hCmdDispatch; in drvMain_Create()