Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/typec/tcpm/
Dtcpm.c1337 static void tcpm_set_state(struct tcpm_port *port, enum tcpm_state state, in tcpm_set_state() function
1370 tcpm_set_state(port, state, delay_ms); in tcpm_set_state_cond()
1461 tcpm_set_state(port, HARD_RESET_START, 0); in tcpm_ams_start()
1466 tcpm_set_state(port, SOFT_RESET_SEND, 0); in tcpm_ams_start()
1485 tcpm_set_state(port, AMS_START, in tcpm_ams_start()
1489 tcpm_set_state(port, AMS_START, 0); in tcpm_ams_start()
1493 tcpm_set_state(port, SRC_READY, in tcpm_ams_start()
1497 tcpm_set_state(port, SRC_READY, 0); in tcpm_ams_start()
1514 tcpm_set_state(port, HARD_RESET_START, 0); in tcpm_ams_start()
1522 tcpm_set_state(port, AMS_START, 0); in tcpm_ams_start()
[all …]