Searched refs:pd_header_type_le (Results 1 – 3 of 3) sorted by relevance
117 static inline unsigned int pd_header_type_le(__le16 header) in pd_header_type_le() function
2456 enum pd_data_msg_type type = pd_header_type_le(msg->header); in tcpm_pd_data_request()2648 enum pd_ctrl_msg_type type = pd_header_type_le(msg->header); in tcpm_pd_ctrl_request()2917 enum pd_ext_msg_type type = pd_header_type_le(msg->header); in tcpm_pd_ext_msg_request()2987 enum pd_ctrl_msg_type type = pd_header_type_le(msg->header); in tcpm_pd_rx_handler()
1467 if ((!len) && (pd_header_type_le(msg->header) == PD_CTRL_GOOD_CRC)) in fusb302_pd_read_message()