Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/usb/
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()
/Linux-v6.6/drivers/usb/typec/tcpm/
Dtcpci.c536 cnt = msg ? pd_header_cnt(header) * 4 : 0; in tcpci_pd_transmit()