Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/usb/
Dpd.h86 #define PD_HEADER_DATA_ROLE BIT(5) macro
93 ((data) == TYPEC_HOST ? PD_HEADER_DATA_ROLE : 0) | \
/linux-6.1.9/drivers/usb/typec/tcpm/
Dtcpm.c2956 if (!!(le16_to_cpu(msg->header) & PD_HEADER_DATA_ROLE) == in tcpm_pd_rx_handler()