HomeSort by relevance Sort by last modified time
    Searched refs:hDrvMain (Results 1 - 13 of 13) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMain.h 57 TI_STATUS drvMain_Destroy (TI_HANDLE hDrvMain);
58 TI_STATUS drvMain_InsertAction (TI_HANDLE hDrvMain, EActionType eAction);
59 TI_STATUS drvMain_Recovery (TI_HANDLE hDrvMain);
60 void drvMain_SmeStop (TI_HANDLE hDrvMain);
DrvMain.c 89 #define HANDLE_CALLBACKS_FAILURE_STATUS(hDrvMain, eStatus) \
90 if (eStatus != TI_OK) { drvMain_SmEvent (hDrvMain, SM_EVENT_FAILURE); return; }
150 static void drvMain_Init (TI_HANDLE hDrvMain);
151 static void drvMain_InitHwCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
152 static void drvMain_InitFwCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
153 static void drvMain_ConfigFwCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
154 static void drvMain_TwdStopCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
155 static void drvMain_InitFailCb (TI_HANDLE hDrvMain, TI_STATUS eStatus);
157 /* static void drvMain_SmWatchdogTimeout (TI_HANDLE hDrvMain); */
158 static void drvMain_SmEvent (TI_HANDLE hDrvMain, ESmEvent eEvent)
    [all...]
DrvMainModules.h 42 TI_HANDLE hDrvMain;
  /hardware/ti/wlan/wl1271/Test/
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);
fwdriverdebug.c 87 void FWDebugFunction(TI_HANDLE hDrvMain,
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);
    [all...]
HealthMonitorDbg.c 130 drvMain_Recovery (pStadHandles->hDrvMain);
debug.c 246 FWDebugFunction(pStadHandles->hDrvMain,
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
WlanDrvCommon.h 83 void *hDrvMain;
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h 72 TI_HANDLE hDrvMain;
sme.c 124 pSme->hDrvMain = pStadHandles->hDrvMain;
    [all...]
smeSm.c 228 drvMain_SmeStop (pSme->hDrvMain);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
healthMonitor.c 73 TI_HANDLE hDrvMain; /* handle to the Recovery Mgr object */
172 pHealthMonitor->hDrvMain = pStadHandles->hDrvMain;
381 drvMain_Recovery (pHealthMonitor->hDrvMain);
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c 639 if (!drv->tCommon.hDrvMain)
656 status = drvMain_InsertAction (drv->tCommon.hDrvMain, ACTION_TYPE_START);
667 if (!drv->tCommon.hDrvMain) {
727 drvMain_InsertAction (drv->tCommon.hDrvMain, ACTION_TYPE_STOP);
920 &drv->tCommon.hDrvMain,
952 if (drv->tCommon.hDrvMain) {
953 drvMain_Destroy (drv->tCommon.hDrvMain);
1016 if (drv->tCommon.hDrvMain) {
1017 drvMain_Destroy (drv->tCommon.hDrvMain);
    [all...]

Completed in 423 milliseconds