Home
last modified time | relevance | path

Searched refs:pd_header_type_le (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/usb/
H A Dpd.h122 static inline unsigned int pd_header_type_le(__le16 header) in pd_header_type_le() function
/linux/drivers/usb/typec/tcpm/
H A Dfusb302.c1475 if ((!len) && (pd_header_type_le(msg->header) == PD_CTRL_GOOD_CRC)) in fusb302_pd_read_message()
H A Dtcpm.c3181 enum pd_data_msg_type type = pd_header_type_le(msg->header); in tcpm_pd_data_request()
3381 enum pd_ctrl_msg_type type = pd_header_type_le(msg->header); in tcpm_pd_ctrl_request()
3672 enum pd_ext_msg_type type = pd_header_type_le(msg->header); in tcpm_pd_ext_msg_request()
3743 enum pd_ctrl_msg_type type = pd_header_type_le(msg->header); in tcpm_pd_rx_handler()