Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dpd.h180 #define PD_MAX_PAYLOAD 7 macro
203 __le32 payload[PD_MAX_PAYLOAD];
/linux/drivers/usb/typec/tcpm/
H A Dfusb302.c1448 if (len > PD_MAX_PAYLOAD * 4) { in fusb302_pd_read_message()
H A Dtcpm.c2371 u32 p[PD_MAX_PAYLOAD]; in tcpm_handle_vdm_request()