Home
last modified time | relevance | path

Searched refs:hDrvMain (Results 1 – 13 of 13) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
DDrvMain.c87 #define HANDLE_CALLBACKS_FAILURE_STATUS(hDrvMain, eStatus) \ argument
88 if (eStatus != TI_OK) { drvMain_SmEvent (hDrvMain, SM_EVENT_FAILURE); return; }
146 static void drvMain_Init (TI_HANDLE hDrvMain);
147 static void drvMain_InitHwCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
148 static void drvMain_InitFwCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
149 static void drvMain_ConfigFwCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
150 static void drvMain_TwdStopCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
151 static void drvMain_InitFailCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
154 static void drvMain_SmEvent (TI_HANDLE hDrvMain, ESmEvent eEvent);
155 static void drvMain_Sm (TI_HANDLE hDrvMain, ESmEvent eEvent);
[all …]
DDrvMain.h55 TI_STATUS drvMain_Destroy (TI_HANDLE hDrvMain);
56 TI_STATUS drvMain_InsertAction (TI_HANDLE hDrvMain, EActionType eAction);
57 TI_STATUS drvMain_Recovery (TI_HANDLE hDrvMain);
58 void drvMain_SmeStop (TI_HANDLE hDrvMain);
DDrvMainModules.h42 TI_HANDLE hDrvMain; member
/system/wlan/ti/wilink_6_1/Test/
Dfwdriverdebug.h105 void FWDebugFunction(TI_HANDLE hDrvMain,
116 void FW_DebugSendPacket(TI_HANDLE hDrvMain ,TI_HANDLE hOs, TI_HANDLE hTxMgmtQ, void* pParam);
117 void FW_DebugInfinitSendPacket(TI_HANDLE hDrvMain ,TI_HANDLE hOs);
118 void FW_DebugStartLoopBack (TI_HANDLE hDrvMain, TI_HANDLE hTWD);
119 void FW_DebugStopLoopBack (TI_HANDLE hDrvMain, TI_HANDLE hTWD);
Dfwdriverdebug.c87 void FWDebugFunction(TI_HANDLE hDrvMain, in FWDebugFunction() argument
113 FW_DebugSendPacket(hDrvMain, hOs, hTxMgmtQ, pParam); in FWDebugFunction()
117 FW_DebugSendPacket(hDrvMain, hOs, hTxMgmtQ, pParam); in FWDebugFunction()
120 FW_DebugStartLoopBack (hDrvMain, hTWD); in FWDebugFunction()
123 FW_DebugStopLoopBack (hDrvMain, hTWD); in FWDebugFunction()
126 FW_DebugInfinitSendPacket (hDrvMain, hTWD); in FWDebugFunction()
290 void FW_DebugSendPacket(TI_HANDLE hDrvMain ,TI_HANDLE hOs, TI_HANDLE hTxMgmtQ, void *pParam) in FW_DebugSendPacket() argument
311 dTimer = os_timerCreate(hOs, fSendPkt, hDrvMain); in FW_DebugSendPacket()
317 void FW_DebugInfinitSendPacket(TI_HANDLE hDrvMain ,TI_HANDLE hOs) in FW_DebugInfinitSendPacket() argument
322 dTimer = os_timerCreate(hOs, sendMgmtPacket, hDrvMain); in FW_DebugInfinitSendPacket()
[all …]
DHealthMonitorDbg.c130 drvMain_Recovery (pStadHandles->hDrvMain); in healthMonitorDebugFunction()
Ddebug.c246 FWDebugFunction(pStadHandles->hDrvMain, in debugFunction()
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
DhealthMonitor.c73 TI_HANDLE hDrvMain; /* handle to the Recovery Mgr object */ member
172 pHealthMonitor->hDrvMain = pStadHandles->hDrvMain; in healthMonitor_init()
381 drvMain_Recovery (pHealthMonitor->hDrvMain); in healthMonitor_proccessFailureEvent()
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
DWlanDrvIf.c631 if (!drv->tCommon.hDrvMain) {
641 drvMain_InsertAction (drv->tCommon.hDrvMain, ACTION_TYPE_START);
651 if (!drv->tCommon.hDrvMain) {
704 drvMain_InsertAction (drv->tCommon.hDrvMain, ACTION_TYPE_STOP);
894 &drv->tCommon.hDrvMain,
924 if (drv->tCommon.hDrvMain) {
925 drvMain_Destroy (drv->tCommon.hDrvMain);
979 if (drv->tCommon.hDrvMain) {
980 drvMain_Destroy (drv->tCommon.hDrvMain);
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/
DWlanDrvCommon.h83 void *hDrvMain; member
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
DsmePrivate.h70 TI_HANDLE hDrvMain; member
Dsme.c125 pSme->hDrvMain = pStadHandles->hDrvMain; in sme_Init()
DsmeSm.c227 drvMain_SmeStop (pSme->hDrvMain); in smeSm_Stop()