Home
last modified time | relevance | path

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

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