Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpm.c38 S(INVALID_STATE), \
1266 port->delayed_state = INVALID_STATE; in tcpm_set_state()
1361 port->upcoming_state = INVALID_STATE; in tcpm_ams_start()
1419 port->upcoming_state = INVALID_STATE; in tcpm_ams_start()
3062 if (port->delayed_state != INVALID_STATE) { in tcpm_send_queued_message()
3068 port->delayed_state = INVALID_STATE; in tcpm_send_queued_message()
4118 if (port->upcoming_state != INVALID_STATE) { in run_state_machine()
4120 port->upcoming_state = INVALID_STATE; in run_state_machine()
4446 if (port->upcoming_state != INVALID_STATE) { in run_state_machine()
4448 port->upcoming_state = INVALID_STATE; in run_state_machine()
[all …]
/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dtcpm.c18 S(INVALID_STATE), \
865 port->delayed_state = INVALID_STATE; in tcpm_set_state()
1472 if (port->delayed_state != INVALID_STATE) { in tcpm_send_queued_message()
1478 port->delayed_state = INVALID_STATE; in tcpm_send_queued_message()
2802 port->delayed_state = INVALID_STATE; in tcpm_state_machine()
3196 port->upcoming_state = INVALID_STATE;
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw.h191 INVALID_STATE = 0, enumerator
H A Di40iw_main.c1525 case INVALID_STATE: in i40iw_deinit_device()