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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/
TNETWArbSM.h 121 TI_HANDLE hFSM; /**< Handle to the FSM object.
  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrvSM.c 133 pPowerSrvSM->hFSM = (TI_HANDLE)pFsm;
166 if ( pPowerSrvSM->hFSM != NULL )
168 fsm_Unload(osHandle, (fsm_stateMachine_t*)pPowerSrvSM->hFSM);
304 fsm_Config(pPowerSrvSM->hFSM,
494 WLAN_OS_REPORT(("Handle to the FSM is 0x%08X\n", pPowerSrvSM->hFSM));
700 status = fsm_GetNextState((fsm_stateMachine_t*)pPowerSrvSM->hFSM,
713 status = fsm_Event(pPowerSrvSM->hFSM,
    [all...]
PowerSrvSM.h 104 TI_HANDLE hFSM; /**< Handle to the State machine module. */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrvSM.c 183 pPowerSrvSM->hFSM = (TI_HANDLE)pFsm;
216 if ( pPowerSrvSM->hFSM != NULL )
219 (fsm_stateMachine_t*)pPowerSrvSM->hFSM);
344 fsm_Config(pPowerSrvSM->hFSM,
556 WLAN_OS_REPORT(("Handle to the FSM is 0x%08X\n", pPowerSrvSM->hFSM));
766 status = fsm_GetNextState((fsm_stateMachine_t*)pPowerSrvSM->hFSM,
    [all...]
PowerSrvSM.h 106 TI_HANDLE hFSM; /**< Handle to the State machine module. */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/
TNETWArbSM.c 111 status = nrfsm_Create (hOs, &pTNETWArbSM->hFSM, TNETWARB_SM_STATE_NUM, TNETWARBSM_EVENT_NUM);
138 if (pTNETWArbSM->hFSM != NULL)
140 nrfsm_Unload (pTNETWArbSM->hFSM);
334 nrfsm_Config (pTNETWArbSM->hFSM,
345 nrfsm_SetState (pTNETWArbSM->hFSM, TNETWARBSM_STATE_IDLE);
353 (nrfsm_Event (((TNETWArbSM_t*)hSm)->hFSM, ((TNETWArbSM_t*)hSm)->event = ev, hSm) == OK) \
771 if (nrfsm_GetState (pTNETWArbSM->hFSM, &state) == OK)
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
PowerSrvSM.c 133 pPowerSrvSM->hFSM = (TI_HANDLE)pFsm;
166 if ( pPowerSrvSM->hFSM != NULL )
168 fsm_Unload(osHandle, (fsm_stateMachine_t*)pPowerSrvSM->hFSM);
304 fsm_Config(pPowerSrvSM->hFSM,
494 WLAN_OS_REPORT(("Handle to the FSM is 0x%08X\n", pPowerSrvSM->hFSM));
700 status = fsm_GetNextState((fsm_stateMachine_t*)pPowerSrvSM->hFSM,
713 status = fsm_Event(pPowerSrvSM->hFSM,
    [all...]
PowerSrvSM.h 104 TI_HANDLE hFSM; /**< Handle to the State machine module. */

Completed in 234 milliseconds