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

/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
H A 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);
H A DDrvMain.c87 #define HANDLE_CALLBACKS_FAILURE_STATUS(hDrvMain, eStatus) \
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);
153 /* static void drvMain_SmWatchdogTimeout (TI_HANDLE hDrvMain); */
154 static void drvMain_SmEvent (TI_HANDLE hDrvMain, ESmEven
564 drvMain_Destroy(TI_HANDLE hDrvMain) argument
776 drvMain_SmeStop(TI_HANDLE hDrvMain) argument
795 drvMain_Init(TI_HANDLE hDrvMain) argument
877 drvMain_SetDefaults(TI_HANDLE hDrvMain, TI_UINT8 *pBuf, TI_UINT32 uLength) argument
959 drvMain_InitHwCb(TI_HANDLE hDrvMain, TI_STATUS eStatus) argument
965 drvMain_InitFwCb(TI_HANDLE hDrvMain, TI_STATUS eStatus) argument
971 drvMain_ConfigFwCb(TI_HANDLE hDrvMain, TI_STATUS eStatus) argument
977 drvMain_TwdStopCb(TI_HANDLE hDrvMain, TI_STATUS eStatus) argument
983 drvMain_InitFailCb(TI_HANDLE hDrvMain, TI_STATUS eStatus) argument
992 drvMain_InvokeAction(TI_HANDLE hDrvMain) argument
1009 drvMain_GetFileCb(TI_HANDLE hDrvMain) argument
1082 drvMain_InitHw(TI_HANDLE hDrvMain, TI_UINT8 *pbuf, TI_UINT32 uLength) argument
1089 drvMain_InitFw(TI_HANDLE hDrvMain, TFileInfo *pFileInfo) argument
1109 drvMain_ConfigFw(TI_HANDLE hDrvMain) argument
1229 drvMain_InsertAction(TI_HANDLE hDrvMain, EActionType eAction) argument
1289 drvMain_Recovery(TI_HANDLE hDrvMain) argument
1378 drvMain_SmEvent(TI_HANDLE hDrvMain, ESmEvent eEvent) argument
1429 drvMain_Sm(TI_HANDLE hDrvMain, ESmEvent eEvent) argument
[all...]
H A DDrvMainModules.h42 TI_HANDLE hDrvMain; member in struct:__anon1718
/system/wlan/ti/wilink_6_1/Test/
H A 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);
H A Dfwdriverdebug.c87 void FWDebugFunction(TI_HANDLE hDrvMain, argument
113 FW_DebugSendPacket(hDrvMain, hOs, hTxMgmtQ, pParam);
117 FW_DebugSendPacket(hDrvMain, hOs, hTxMgmtQ, pParam);
120 FW_DebugStartLoopBack (hDrvMain, hTWD);
123 FW_DebugStopLoopBack (hDrvMain, hTWD);
126 FW_DebugInfinitSendPacket (hDrvMain, hTWD);
290 void FW_DebugSendPacket(TI_HANDLE hDrvMain ,TI_HANDLE hOs, TI_HANDLE hTxMgmtQ, void *pParam)
311 dTimer = os_timerCreate(hOs, fSendPkt, hDrvMain);
317 void FW_DebugInfinitSendPacket(TI_HANDLE hDrvMain ,TI_HANDLE hOs)
322 dTimer = os_timerCreate(hOs, sendMgmtPacket, hDrvMain);
327 FW_DebugStartLoopBack(TI_HANDLE hDrvMain, TI_HANDLE hTWD) argument
338 FW_DebugStopLoopBack(TI_HANDLE hDrvMain, TI_HANDLE hTWD) argument
[all...]
H A DHealthMonitorDbg.c130 drvMain_Recovery (pStadHandles->hDrvMain);
H A Ddebug.c246 FWDebugFunction(pStadHandles->hDrvMain,
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/
H A DWlanDrvCommon.h83 void *hDrvMain; member in struct:__anon1461
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DsmePrivate.h70 TI_HANDLE hDrvMain; member in struct:__anon1705
H A Dsme.c125 pSme->hDrvMain = pStadHandles->hDrvMain;
H A DsmeSm.c227 drvMain_SmeStop (pSme->hDrvMain);
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DhealthMonitor.c73 TI_HANDLE hDrvMain; /* handle to the Recovery Mgr object */ member in struct:__anon1780
172 pHealthMonitor->hDrvMain = pStadHandles->hDrvMain;
381 drvMain_Recovery (pHealthMonitor->hDrvMain);
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A 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);

Completed in 137 milliseconds