Searched refs:next_state (Results 1 – 7 of 7) sorted by relevance
404 sdmmc_req_state_t next_state = *pstate; in process_events() local406 while (next_state != state) { in process_events()407 state = next_state; in process_events()420 next_state = SDMMC_IDLE; in process_events()425 next_state = SDMMC_IDLE; in process_events()427 next_state = SDMMC_SENDING_DATA; in process_events()446 next_state = SDMMC_BUSY; in process_events()451 next_state = SDMMC_IDLE; in process_events()461 next_state = SDMMC_IDLE; in process_events()464 …_LOGV(TAG, "%s state=%s next_state=%s", __func__, s_state_names[state], s_state_names[next_state]); in process_events()
855 if (p_inq->next_state == BTM_FINISH) { in BTM_StartInquiry()879 p_inqparms->duration = p_inqparms->intl_duration[p_inq->next_state]; in BTM_StartInquiry()883 p_inq->next_state = BTM_NO_INTERLEAVING; in BTM_StartInquiry()893 && (p_inq->next_state == BTM_BLE_ONE || p_inq->next_state == BTM_BLE_TWO || in BTM_StartInquiry()894 p_inq->next_state == BTM_NO_INTERLEAVING) in BTM_StartInquiry()919 if (p_inq->next_state == BTM_NO_INTERLEAVING) { in BTM_StartInquiry()920 p_inq->next_state = BTM_FINISH; in BTM_StartInquiry()923 p_inq->next_state + 1); in BTM_StartInquiry()924 p_inq->next_state += 1; in BTM_StartInquiry()928 p_inq->next_state = BTM_BR_ONE; in BTM_StartInquiry()[all …]
202 next_state; variable228 next_state = next; in read_into()253 state = next_state; in do_collect()280 next_state = GotSymlink; in do_header()297 state = next_state; in do_skip()344 next_state = Reset; in do_name()420 next_state = Reset; in do_symlink()
192 u8 next_state; /* will set to state on next cmd hdl */ member650 ((mlmeext)->sitesurvey_res.next_state = (_state)); \656 #define mlmeext_scan_next_state(mlmeext) ((mlmeext)->sitesurvey_res.next_state)659 ((mlmeext)->sitesurvey_res.next_state = (_state)); \
29 u8 next_state, tol = chip_para->rssi_tolerance; in rtw_btc_rssi_state() local34 next_state = BTC_RSSI_STATE_HIGH; in rtw_btc_rssi_state()36 next_state = BTC_RSSI_STATE_STAY_LOW; in rtw_btc_rssi_state()39 next_state = BTC_RSSI_STATE_LOW; in rtw_btc_rssi_state()41 next_state = BTC_RSSI_STATE_STAY_HIGH; in rtw_btc_rssi_state()44 return next_state; in rtw_btc_rssi_state()
360 btm_inq_state next_state; /*interleaving state to determine next mode to be inquired*/ member
14799 u8 next_state; in sitesurvey_pick_ch_behavior() local14884 next_state = SCAN_PROCESS; in sitesurvey_pick_ch_behavior()14892 next_state = SCAN_BACKING_OP; in sitesurvey_pick_ch_behavior()14899 next_state = SCAN_TO_P2P_LISTEN; in sitesurvey_pick_ch_behavior()14904 next_state = SCAN_SW_ANTDIV_BL; in sitesurvey_pick_ch_behavior()14907 next_state = SCAN_COMPLETE; in sitesurvey_pick_ch_behavior()14925 next_state = SCAN_SW_ANTDIV_BL; in sitesurvey_pick_ch_behavior()14935 if (next_state != SCAN_PROCESS) in sitesurvey_pick_ch_behavior()14941 if (pmlmeext->fixed_chan != 0xff && next_state == SCAN_PROCESS) in sitesurvey_pick_ch_behavior()14950 return next_state; in sitesurvey_pick_ch_behavior()[all …]