Home
last modified time | relevance | path

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

/drivers/remoteproc/
A Dsandbox_testproc.c75 enum sandbox_state next_state) in sandbox_dev_move_to_state() argument
80 if (ddata->current_state == next_state) in sandbox_dev_move_to_state()
84 next_state); in sandbox_dev_move_to_state()
87 if (next_state == sb_init) in sandbox_dev_move_to_state()
92 if (next_state == sb_reset || next_state == sb_loaded) in sandbox_dev_move_to_state()
97 if (next_state == sb_loaded || next_state == sb_init) in sandbox_dev_move_to_state()
102 if (next_state == sb_reset || next_state == sb_init || in sandbox_dev_move_to_state()
103 next_state == sb_running) in sandbox_dev_move_to_state()
108 if (next_state == sb_reset || next_state == sb_init) in sandbox_dev_move_to_state()
115 ddata->current_state = next_state; in sandbox_dev_move_to_state()
/drivers/usb/gadget/
A Df_sdp.c110 enum sdp_state next_state; member
321 sdp->next_state = SDP_STATE_TX_REGISTER; in sdp_rx_command_complete()
333 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
344 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
352 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
360 sdp->next_state = SDP_STATE_JUMP; in sdp_rx_command_complete()
368 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete()
447 sdp->state = sdp->next_state; in sdp_tx_complete()
451 sdp->state = sdp->next_state; in sdp_tx_complete()
873 sdp_func->next_state = SDP_STATE_IDLE; in sdp_handle_in_ep()
/drivers/net/octeontx2/
A Dnpc.h31 u8 next_state; member
/drivers/usb/tcpm/
A Dtcpm.c710 enum tcpm_state next_state; in tcpm_pd_ctrl_request() local
769 next_state = SNK_READY; in tcpm_pd_ctrl_request()
771 next_state = SNK_WAIT_CAPABILITIES; in tcpm_pd_ctrl_request()
773 tcpm_set_state(dev, next_state, 0); in tcpm_pd_ctrl_request()
788 next_state = SRC_SEND_CAPABILITIES; in tcpm_pd_ctrl_request()
790 next_state = SNK_WAIT_CAPABILITIES; in tcpm_pd_ctrl_request()
791 tcpm_set_state(dev, next_state, 0); in tcpm_pd_ctrl_request()

Completed in 17 milliseconds