Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c476 enum tcpm_ams next_ams; member
2365 port->next_ams = ams; in tcpm_pd_handle_state()
2395 port->next_ams = ams; in tcpm_pd_handle_msg()
4134 if (port->next_ams != NONE_AMS) { in run_state_machine()
4135 port->ams = port->next_ams; in run_state_machine()
4136 port->next_ams = NONE_AMS; in run_state_machine()
4429 if (port->next_ams != NONE_AMS) { in run_state_machine()
4430 port->ams = port->next_ams; in run_state_machine()
4431 port->next_ams = NONE_AMS; in run_state_machine()