Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dpd.h132 static inline unsigned int pd_header_rev(u16 header) in pd_header_rev() function
139 return pd_header_rev(le16_to_cpu(header)); in pd_header_rev_le()
/openbmc/linux/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_pdphy.c215 if (pd_header_rev(msg->header) == PD_REV30) in qcom_pmic_typec_pdphy_pd_transmit_payload()