Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c362 enum tcpm_state delayed_state; member
1256 port->delayed_state = state; in tcpm_set_state()
1264 port->delayed_state = INVALID_STATE; in tcpm_set_state()
3108 if (port->delayed_state != INVALID_STATE) { in tcpm_send_queued_message()
3114 port->delayed_state = INVALID_STATE; in tcpm_send_queued_message()
4933 if (port->delayed_state) { in tcpm_state_machine_work()
4936 tcpm_states[port->delayed_state], port->delay_ms); in tcpm_state_machine_work()
4938 port->state = port->delayed_state; in tcpm_state_machine_work()
4939 port->delayed_state = INVALID_STATE; in tcpm_state_machine_work()
5026 if (new_state != port->delayed_state) in _tcpm_cc_change()
[all …]