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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/RecoveryMgr/
recoveryMgr.h 75 recoveryMgrSmState_e smState; /* The current state of the SM. */
recoveryMgr.c 145 pRecoverMgr->smState = REC_MGR_STATE_IDLE;
216 ("recoveryMgr_SM(): smState=%d\n", pRecoverMgr->smState));
223 switch (pRecoverMgr->smState)
241 pRecoverMgr->smState = REC_MGR_STATE_WAIT_TWD_RESTART;
275 pRecoverMgr->smState = REC_MGR_STATE_IDLE;
280 ("recoveryMgr_SM(): Unexpected state, smState=%d\n", pRecoverMgr->smState));
283 } /* switch (pRecoverMgr->smState) */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/HwInit/
HwInit.h 74 hwInitSmState_e smState; /* The current state of the SM. */
HwInit.c 132 pHwInit->smState = HW_INIT_STATE_IDLE;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/RecoverCtrl/
recoveryCtrl.h 94 recoveryCtrlSmState_e smState; /* The current state of the SM. */
recoveryCtrl.c 178 pRecoveryCtrl->smState = REC_CTRL_STATE_IDLE;
258 switch (pRecoveryCtrl->smState)
265 pRecoveryCtrl->smState = REC_CTRL_STATE_WAIT_END_CURR_TXN;
275 pRecoveryCtrl->smState = REC_CTRL_STATE_INIT_CMPLT;
285 pRecoveryCtrl->smState = REC_CTRL_STATE_END_RECONFIG;
308 pRecoveryCtrl->smState = REC_CTRL_STATE_IDLE;
317 ("recoveryCtrl_SM(): Unexpected state, smState=%d\n", pRecoveryCtrl->smState));
320 } /* switch (pRecoveryCtrl->smState) */
323 ("recoveryCtrl_SM(): smState=%d\n", pRecoveryCtrl->smState))
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrv.c 504 PowerSrvSMStates_e smState;
505 smState = powerSrvSM_getCurrentState(pPowerSrv->hPowerSrvSM);
506 return(smState == POWER_SRV_STATE_PS );
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrv.c 512 PowerSrvSMStates_e smState;
513 smState = powerSrvSM_getCurrentState(pPowerSrv->hPowerSrvSM);
514 return(smState == POWER_SRV_STATE_PS );
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
PowerSrv.c 504 PowerSrvSMStates_e smState;
505 smState = powerSrvSM_getCurrentState(pPowerSrv->hPowerSrvSM);
506 return(smState == POWER_SRV_STATE_PS );
    [all...]

Completed in 139 milliseconds