Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dpd.h175 #define PD_MAX_PAYLOAD 7 macro
198 __le32 payload[PD_MAX_PAYLOAD];
/OK3568_Linux_fs/u-boot/include/power/power_delivery/
H A Dpd.h175 #define PD_MAX_PAYLOAD 7 macro
198 __le32 payload[PD_MAX_PAYLOAD];
/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dfusb302.c1285 if (len > PD_MAX_PAYLOAD * 4) { in fusb302_pd_read_message()
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dfusb302.c1450 if (len > PD_MAX_PAYLOAD * 4) { in fusb302_pd_read_message()
H A Dtcpm.c1815 u32 p[PD_MAX_PAYLOAD]; in tcpm_handle_vdm_request()