Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DCmdDispatcher.c121 static void cmdDispatch_ConfigParamsAccessTable (TCmdDispatchObj *pCmdDispatch);
145 TCmdDispatchObj *pCmdDispatch; in cmdDispatch_Create() local
148 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() local
182 pCmdDispatch->hReport = pStadHandles->hReport; in cmdDispatch_Init()
183 pCmdDispatch->hAuth = pStadHandles->hAuth; in cmdDispatch_Init()
[all …]
DDrvMain.h55 TI_HANDLE *pCmdDispatch,
DDrvMain.c247 TI_HANDLE *pCmdDispatch, in drvMain_Create() argument
545 *pCmdDispatch = pDrvMain->tStadHandles.hCmdDispatch; in drvMain_Create()