Searched refs:hDrvMain (Results 1 – 13 of 13) sorted by relevance
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/ |
D | DrvMain.c | 87 #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 …]
|
D | DrvMain.h | 55 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);
|
D | DrvMainModules.h | 42 TI_HANDLE hDrvMain; member
|
/system/wlan/ti/wilink_6_1/Test/ |
D | fwdriverdebug.h | 105 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);
|
D | fwdriverdebug.c | 87 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 …]
|
D | HealthMonitorDbg.c | 130 drvMain_Recovery (pStadHandles->hDrvMain); in healthMonitorDebugFunction()
|
D | debug.c | 246 FWDebugFunction(pStadHandles->hDrvMain, in debugFunction()
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
D | healthMonitor.c | 73 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/ |
D | WlanDrvIf.c | 631 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/ |
D | WlanDrvCommon.h | 83 void *hDrvMain; member
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
D | smePrivate.h | 70 TI_HANDLE hDrvMain; member
|
D | sme.c | 125 pSme->hDrvMain = pStadHandles->hDrvMain; in sme_Init()
|
D | smeSm.c | 227 drvMain_SmeStop (pSme->hDrvMain); in smeSm_Stop()
|