Home
last modified time | relevance | path

Searched refs:next_state (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/remoteproc/
H A Dsandbox_testproc.c73 enum sandbox_state next_state) in sandbox_dev_move_to_state() argument
78 if (ddata->current_state == next_state) in sandbox_dev_move_to_state()
82 next_state); in sandbox_dev_move_to_state()
85 if (next_state == sb_init) in sandbox_dev_move_to_state()
90 if (next_state == sb_reset || next_state == sb_loaded) in sandbox_dev_move_to_state()
95 if (next_state == sb_loaded || next_state == sb_init) in sandbox_dev_move_to_state()
100 if (next_state == sb_reset || next_state == sb_init || in sandbox_dev_move_to_state()
101 next_state == sb_running) in sandbox_dev_move_to_state()
106 if (next_state == sb_reset || next_state == sb_init) in sandbox_dev_move_to_state()
113 ddata->current_state = next_state; in sandbox_dev_move_to_state()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_sdp.c102 enum sdp_state next_state; member
270 sdp->next_state = SDP_STATE_TX_REGISTER; in sdp_rx_command_complete()
282 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
293 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
301 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
309 sdp->next_state = SDP_STATE_JUMP; in sdp_rx_command_complete()
317 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
394 sdp->state = sdp->next_state; in sdp_tx_complete()
398 sdp->state = sdp->next_state; in sdp_tx_complete()
733 sdp_func->next_state = SDP_STATE_IDLE; in sdp_handle_in_ep()
/rk3399_rockchip-uboot/arch/arm/mach-keystone/
H A Dpsc.c250 u32 next_state; in psc_module_keep_in_reset_enabled() local
267 next_state = gate_clocks ? PSC_REG_VAL_MDCTL_NEXT_OFF : in psc_module_keep_in_reset_enabled()
269 mdctl = PSC_REG_MDCTL_SET_NEXT(mdctl, next_state); in psc_module_keep_in_reset_enabled()
/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c1162 enum tcpm_state next_state; in tcpm_pd_ctrl_request() local
1221 next_state = SNK_READY; in tcpm_pd_ctrl_request()
1223 next_state = SNK_WAIT_CAPABILITIES; in tcpm_pd_ctrl_request()
1225 tcpm_set_state(port, next_state, 0); in tcpm_pd_ctrl_request()
1259 next_state = SRC_SEND_CAPABILITIES; in tcpm_pd_ctrl_request()
1261 next_state = SNK_WAIT_CAPABILITIES; in tcpm_pd_ctrl_request()
1262 tcpm_set_state(port, next_state, 0); in tcpm_pd_ctrl_request()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.lex.c_shipped1677 * next_state = yy_try_NUL_trans( current_state );
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped1560 * next_state = yy_try_NUL_trans( current_state );