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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
healthMonitor.h 66 TI_STATUS healthMonitor_SetDefaults (TI_HANDLE hHealthMonitor, healthMonitorInitParams_t *healthMonitorInitParams);
67 TI_STATUS healthMonitor_unload (TI_HANDLE hHealthMonitor);
68 void healthMonitor_PerformTest (TI_HANDLE hHealthMonitor, TI_BOOL bTwdInitOccured);
69 void healthMonitor_setState (TI_HANDLE hHealthMonitor, healthMonitorState_e state);
70 void healthMonitor_sendFailureEvent (TI_HANDLE hHealthMonitor, EFailureEvent failureEvent);
71 void healthMonitor_printFailureEvents (TI_HANDLE hHealthMonitor);
72 TI_STATUS healthMonitor_SetParam (TI_HANDLE hHealthMonitor, paramInfo_t *pParam);
73 TI_STATUS healthMonitor_GetParam (TI_HANDLE hHealthMonitor, paramInfo_t *pParam);
healthMonitor.c 101 static void healthMonitor_proccessFailureEvent (TI_HANDLE hHealthMonitor, TI_BOOL bTwdInitOccured);
165 THealthMonitor *pHealthMonitor = (THealthMonitor *)(pStadHandles->hHealthMonitor);
197 * \param hHealthMonitor - The module's handle
202 TI_STATUS healthMonitor_SetDefaults (TI_HANDLE hHealthMonitor, healthMonitorInitParams_t *healthMonitorInitParams)
204 THealthMonitor *pHealthMonitor = hHealthMonitor;
239 TI_STATUS healthMonitor_unload (TI_HANDLE hHealthMonitor)
243 pHealthMonitor = (THealthMonitor*)hHealthMonitor;
274 void healthMonitor_setState (TI_HANDLE hHealthMonitor, healthMonitorState_e state)
276 THealthMonitor *pHealthMonitor = (THealthMonitor*)hHealthMonitor;
288 INPUT: hHealthMonitor - Module handle
    [all...]
ScanCncnPrivate.h 70 TI_HANDLE hHealthMonitor;
ScanCncn.c 189 pScanCncn->hHealthMonitor = pStadHandles->hHealthMonitor;
    [all...]
  /hardware/ti/wlan/wl1271/Test/
HealthMonitorDbg.c 74 TI_HANDLE hHealthMonitor = pStadHandles->hHealthMonitor;
105 healthMonitor_sendFailureEvent (hHealthMonitor, HW_AWAKE_FAILURE);
109 healthMonitor_sendFailureEvent (hHealthMonitor, TX_STUCK);
113 healthMonitor_sendFailureEvent (hHealthMonitor, DISCONNECT_TIMEOUT);
118 healthMonitor_sendFailureEvent (hHealthMonitor, POWER_SAVE_FAILURE);
126 healthMonitor_sendFailureEvent (hHealthMonitor, BUS_FAILURE);
134 healthMonitor_sendFailureEvent (hHealthMonitor, HW_WD_EXPIRE);
138 healthMonitor_sendFailureEvent (hHealthMonitor, RX_XFER_FAILURE);
siteMgrDebug.c 253 healthMonitor_printFailureEvents (pStadHandles->hHealthMonitor);
296 healthMonitor_PerformTest(pStadHandles->hHealthMonitor, TI_FALSE);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.h 113 TI_HANDLE hHealthMonitor;
conn.c 171 pConn->hHealthMonitor = pStadHandles->hHealthMonitor;
598 healthMonitor_sendFailureEvent(pConn->hHealthMonitor, DISCONNECT_TIMEOUT);
connIbss.c 266 healthMonitor_setState(pConn->hHealthMonitor, HEALTH_MONITOR_STATE_CONNECTED);
481 healthMonitor_setState(pConn->hHealthMonitor, HEALTH_MONITOR_STATE_DISCONNECTED);
connInfra.c 627 healthMonitor_setState(pConn->hHealthMonitor, HEALTH_MONITOR_STATE_CONNECTED);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMainModules.h 78 TI_HANDLE hHealthMonitor;
CmdDispatcher.c 103 TI_HANDLE hHealthMonitor;
201 pCmdDispatch->hHealthMonitor = pStadHandles->hHealthMonitor;
352 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(HEALTH_MONITOR_MODULE_PARAM) - 1].handle = pCmdDispatch->hHealthMonitor;
DrvMain.c 496 pDrvMain->tStadHandles.hHealthMonitor = healthMonitor_create (hOs);
497 if (NULL == pDrvMain->tStadHandles.hHealthMonitor)
717 if (pDrvMain->tStadHandles.hHealthMonitor != NULL)
719 healthMonitor_unload (pDrvMain->tStadHandles.hHealthMonitor);
903 healthMonitor_SetDefaults (pDrvMain->tStadHandles.hHealthMonitor, &pInitTable->healthMonitorInitParams);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverInternal.h 87 TI_HANDLE hHealthMonitor;
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl.h 101 TI_HANDLE hHealthMonitor;
txCtrl.c 203 pTxCtrl->hHealthMonitor = pStadHandles->hHealthMonitor;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
FwEvent.c 135 TI_HANDLE hHealthMonitor;
215 * hHealthMonitor, hEventMbox, hCmdMbox, hRxXfer,
232 pFwEvent->hHealthMonitor = pTWD->hHealthMonitor;

Completed in 302 milliseconds