Home
last modified time | relevance | path

Searched refs:pd_header_cnt (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dpd.h102 static inline unsigned int pd_header_cnt(u16 header) in pd_header_cnt() function
109 return pd_header_cnt(le16_to_cpu(header)); in pd_header_cnt_le()
/OK3568_Linux_fs/u-boot/include/power/power_delivery/
H A Dpd.h102 static inline unsigned int pd_header_cnt(u16 header) in pd_header_cnt() function
109 return pd_header_cnt(le16_to_cpu(header)); in pd_header_cnt_le()
/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dtcpci.c423 cnt = msg ? pd_header_cnt(header) * 4 : 0; in tcpci_pd_transmit()
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpci.c576 cnt = msg ? pd_header_cnt(header) * 4 : 0; in tcpci_pd_transmit()