Home
last modified time | relevance | path

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

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