Home
last modified time | relevance | path

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

/drivers/usb/typec/tcpm/
Dtcpm.c486 enum tcpm_state upcoming_state; member
1371 port->upcoming_state = INVALID_STATE; in tcpm_ams_start()
1429 port->upcoming_state = INVALID_STATE; in tcpm_ams_start()
2316 port->upcoming_state = GET_STATUS_SEND; in tcpm_handle_alert()
2374 port->upcoming_state = state; in tcpm_pd_handle_state()
2832 port->upcoming_state = SRC_SEND_CAPABILITIES; in tcpm_pd_ctrl_request()
3938 enum tcpm_state upcoming_state; in run_state_machine() local
4062 port->upcoming_state = SRC_SEND_CAPABILITIES; in run_state_machine()
4158 if (port->upcoming_state != INVALID_STATE) { in run_state_machine()
4159 upcoming_state = port->upcoming_state; in run_state_machine()
[all …]