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

  /hardware/ti/wlan/wl1271/utils/
fsm.c 195 TI_UINT8 ActiveNoOfStates,
207 if ((ActiveNoOfStates > pFsm->MaxNoOfStates) ||
215 ActiveNoOfStates * ActiveNoOfEvents * sizeof(fsm_actionCell_t));
218 pFsm->ActiveNoOfStates = ActiveNoOfStates;
260 if ((*currentState >= pFsm->ActiveNoOfStates) || (event >= pFsm->ActiveNoOfEvents))
308 if ((currentState < pFsm->ActiveNoOfStates) && (event < pFsm->ActiveNoOfEvents))
fsm.h 86 TI_UINT8 ActiveNoOfStates; /**< Active Number of states in the matrix */
107 TI_UINT8 ActiveNoOfStates,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
fsm.c 196 UINT8 ActiveNoOfStates,
208 if ((ActiveNoOfStates > pFsm->MaxNoOfStates) ||
216 ActiveNoOfStates * ActiveNoOfEvents * sizeof(fsm_actionCell_t));
219 pFsm->ActiveNoOfStates = ActiveNoOfStates;
261 if ((*currentState >= pFsm->ActiveNoOfStates) || (event >= pFsm->ActiveNoOfEvents))
308 if ((currentState < pFsm->ActiveNoOfStates) && (event < pFsm->ActiveNoOfEvents))
fsm.h 87 UINT8 ActiveNoOfStates; /**< Active Number of states in the matrix */
108 UINT8 ActiveNoOfStates,
  /system/wlan/ti/wilink_6_1/utils/
fsm.c 195 TI_UINT8 ActiveNoOfStates,
207 if ((ActiveNoOfStates > pFsm->MaxNoOfStates) ||
215 ActiveNoOfStates * ActiveNoOfEvents * sizeof(fsm_actionCell_t));
218 pFsm->ActiveNoOfStates = ActiveNoOfStates;
260 if ((*currentState >= pFsm->ActiveNoOfStates) || (event >= pFsm->ActiveNoOfEvents))
307 if ((currentState < pFsm->ActiveNoOfStates) && (event < pFsm->ActiveNoOfEvents))
fsm.h 86 TI_UINT8 ActiveNoOfStates; /**< Active Number of states in the matrix */
107 TI_UINT8 ActiveNoOfStates,

Completed in 166 milliseconds