Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_pd.h863 PD_REV20 = 1, enumerator
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_pe_src_states.c419 if (prl_get_rev(dev, PD_PACKET_SOP) > PD_REV20) { in pe_src_ready_run()
Dusbc_pe_snk_states.c440 if (prl_get_rev(dev, PD_PACKET_SOP) > PD_REV20) { in pe_snk_ready_run()
Dusbc_pe_common.c1104 if (prl_get_rev(dev, PD_PACKET_SOP) > PD_REV20) { in pe_send_not_supported_entry()