Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c616 [PD_REV30] = "rev3",
987 if (port->negotiated_rev >= PD_REV30) in tcpm_ams_finish()
1305 if (port->negotiated_rev >= PD_REV30) { in tcpm_pd_send_source_caps()
1342 if (port->negotiated_rev >= PD_REV30) { in tcpm_pd_send_sink_caps()
1544 if (port->negotiated_rev >= PD_REV30) in tcpm_ams_start()
1549 if (port->negotiated_rev >= PD_REV30) in tcpm_ams_start()
1558 if (port->negotiated_rev >= PD_REV30) in tcpm_ams_start()
1566 if (port->negotiated_rev >= PD_REV30) in tcpm_ams_start()
1575 if (port->negotiated_rev >= PD_REV30 && in tcpm_ams_start()
1747 case PD_REV30: in svdm_consume_identity_sop_prime()
[all …]
/linux/include/linux/usb/
H A Dpd.h80 #define PD_REV30 0x2 macro
81 #define PD_MAX_REV PD_REV30