Home
last modified time | relevance | path

Searched refs:USB_DT_INTERFACE_SIZE (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/
H A Dusb_defs.h100 #define USB_DT_INTERFACE_SIZE 9 macro
H A Dusbdevice.h213 #define USB_DT_INTERFACE_SIZE 9 macro
/openbmc/u-boot/common/
H A Dusb.c403 if (head->bLength != USB_DT_INTERFACE_SIZE) { in usb_parse_config()
408 if (index + USB_DT_INTERFACE_SIZE > in usb_parse_config()
425 USB_DT_INTERFACE_SIZE); in usb_parse_config()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_fastboot.c86 .bLength = USB_DT_INTERFACE_SIZE,
H A Df_rockusb.c58 .bLength = USB_DT_INTERFACE_SIZE,
/openbmc/u-boot/include/linux/usb/
H A Dch9.h361 #define USB_DT_INTERFACE_SIZE 9 macro