Home
last modified time | relevance | path

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

/openbmc/u-boot/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()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_sdp.c101 enum sdp_state next_state; member
269 sdp->next_state = SDP_STATE_TX_REGISTER; in sdp_rx_command_complete()
281 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
292 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
300 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
308 sdp->next_state = SDP_STATE_JUMP; in sdp_rx_command_complete()
316 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
393 sdp->state = sdp->next_state; in sdp_tx_complete()
397 sdp->state = sdp->next_state; in sdp_tx_complete()
704 sdp_func->next_state = SDP_STATE_IDLE; in sdp_handle_in_ep()
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dpsc.c249 u32 next_state; in psc_module_keep_in_reset_enabled() local
266 next_state = gate_clocks ? PSC_REG_VAL_MDCTL_NEXT_OFF : in psc_module_keep_in_reset_enabled()
268 mdctl = PSC_REG_MDCTL_SET_NEXT(mdctl, next_state); in psc_module_keep_in_reset_enabled()
/openbmc/qemu/qobject/
H A Djson-lexer.c264 static inline uint8_t next_state(JSONLexer *lexer, char ch, bool flush, in next_state() function
295 new_state = next_state(lexer, ch, flush, &char_consumed); in json_lexer_feed_char()