Home
last modified time | relevance | path

Searched refs:hCmdDispatch (Results 1 – 11 of 11) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DCmdDispatcher.c122 static TI_STATUS cmdDispatch_SetTwdParam (TI_HANDLE hCmdDispatch, paramInfo_t *pParam);
123 static TI_STATUS cmdDispatch_GetTwdParam (TI_HANDLE hCmdDispatch, paramInfo_t *pParam);
126 static TI_STATUS cmdDispatch_DebugFuncSet (TI_HANDLE hCmdDispatch, paramInfo_t *pParam);
127 static TI_STATUS cmdDispatch_DebugFuncGet (TI_HANDLE hCmdDispatch, paramInfo_t *pParam); /*yael - t…
179 TCmdDispatchObj *pCmdDispatch = (TCmdDispatchObj *)(pStadHandles->hCmdDispatch); in cmdDispatch_Init()
228 TI_STATUS cmdDispatch_Destroy (TI_HANDLE hCmdDispatch) in cmdDispatch_Destroy() argument
230 TCmdDispatchObj *pCmdDispatch = (TCmdDispatchObj *)hCmdDispatch; in cmdDispatch_Destroy()
375 TI_STATUS cmdDispatch_SetParam (TI_HANDLE hCmdDispatch, void *param) in cmdDispatch_SetParam() argument
377 TCmdDispatchObj *pCmdDispatch = (TCmdDispatchObj *)hCmdDispatch; in cmdDispatch_SetParam()
417 TI_STATUS cmdDispatch_GetParam (TI_HANDLE hCmdDispatch, void *param) in cmdDispatch_GetParam() argument
[all …]
DCmdDispatcher.h52 TI_STATUS cmdDispatch_Destroy (TI_HANDLE hCmdDispatch);
53 TI_STATUS cmdDispatch_SetParam (TI_HANDLE hCmdDispatch, void *param);
54 TI_STATUS cmdDispatch_GetParam (TI_HANDLE hCmdDispatch, void *param);
DDrvMainModules.h79 TI_HANDLE hCmdDispatch; member
DDrvMain.c517 pDrvMain->tStadHandles.hCmdDispatch = cmdDispatch_Create (hOs); in drvMain_Create()
518 if (pDrvMain->tStadHandles.hCmdDispatch == NULL) in drvMain_Create()
545 *pCmdDispatch = pDrvMain->tStadHandles.hCmdDispatch; in drvMain_Create()
732 if (pDrvMain->tStadHandles.hCmdDispatch) in drvMain_Destroy()
734 cmdDispatch_Destroy (pDrvMain->tStadHandles.hCmdDispatch); in drvMain_Destroy()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c139 pCmdInterpret->hCmdDispatch = pStadHandles->hCmdDispatch; in cmdInterpret_Init()
207 res = cmdDispatch_SetParam (pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute()
219 res = cmdDispatch_GetParam (pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute()
256 res = cmdDispatch_SetParam(pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute()
261 res = cmdDispatch_SetParam(pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute()
272 res = cmdDispatch_GetParam(pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute()
299 res = cmdDispatch_GetParam(pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute()
307 res = cmdDispatch_SetParam(pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute()
319 res = cmdDispatch_GetParam(pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute()
371 res = cmdDispatch_GetParam (pCmdInterpret->hCmdDispatch, pParam ); in cmdInterpret_convertAndExecute()
[all …]
DWlanDrvIf.c928 &drv->tCommon.hCmdDispatch,
/hardware/ti/wlan/wl1271/Test/
DsiteMgrDebug.c70 static void printDesiredParams(siteMgr_t *pSiteMgr, TI_HANDLE hCmdDispatch);
112 printDesiredParams(pSiteMgr, pStadHandles->hCmdDispatch); in siteMgrDebugFunction()
118 cmdDispatch_GetParam(pStadHandles->hCmdDispatch, &param); in siteMgrDebugFunction()
126 cmdDispatch_SetParam(pStadHandles->hCmdDispatch, &param); in siteMgrDebugFunction()
132 cmdDispatch_GetParam(pStadHandles->hCmdDispatch, &param); in siteMgrDebugFunction()
140 cmdDispatch_SetParam(pStadHandles->hCmdDispatch, &param); in siteMgrDebugFunction()
153 cmdDispatch_GetParam(pStadHandles->hCmdDispatch, &param); in siteMgrDebugFunction()
167 cmdDispatch_GetParam(pStadHandles->hCmdDispatch, &param); in siteMgrDebugFunction()
190 cmdDispatch_SetParam(pStadHandles->hCmdDispatch, &param); in siteMgrDebugFunction()
195 cmdDispatch_GetParam(pStadHandles->hCmdDispatch, &param); in siteMgrDebugFunction()
[all …]
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DSoftGemini.h68 TI_HANDLE hCmdDispatch; member
DSoftGemini.c222 pSoftGemini->hCmdDispatch = pStadHandles->hCmdDispatch; in SoftGemini_init()
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
DWlanDrvCommon.h92 void *hCmdDispatch; member
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
DCmdInterpretWext.h57 TI_HANDLE hCmdDispatch; /* Handle to the Command-Dispatcher */ member