Home
last modified time | relevance | path

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

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