Home
last modified time | relevance | path

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

/linux/include/linux/usb/ !
H A Dpd.h27 PD_CTRL_WAIT = 12, enumerator
/linux/drivers/usb/typec/tcpm/ !
H A Dtcpm.c3434 case PD_CTRL_WAIT: in tcpm_pd_ctrl_request()
3454 port->pps_status = (type == PD_CTRL_WAIT ? in tcpm_pd_ctrl_request()
3465 port->swap_status = (type == PD_CTRL_WAIT ? in tcpm_pd_ctrl_request()
3470 port->swap_status = (type == PD_CTRL_WAIT ? in tcpm_pd_ctrl_request()
3475 port->swap_status = (type == PD_CTRL_WAIT ? in tcpm_pd_ctrl_request()
3854 tcpm_pd_send_control(port, PD_CTRL_WAIT, TCPC_TX_SOP); in tcpm_send_queued_message()