Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dconfig.c87 if (length < USB_DT_CONFIG_SIZE || !desc) in usb_gadget_config_buf()
93 len = usb_descriptor_fillbuf(USB_DT_CONFIG_SIZE + (u8 *)buf, in usb_gadget_config_buf()
94 length - USB_DT_CONFIG_SIZE, desc); in usb_gadget_config_buf()
97 len += USB_DT_CONFIG_SIZE; in usb_gadget_config_buf()
102 cp->bLength = USB_DT_CONFIG_SIZE; in usb_gadget_config_buf()
H A Dcomposite.c164 int len = USB_BUFSIZ - USB_DT_CONFIG_SIZE; in config_buf()
165 void *next = buf + USB_DT_CONFIG_SIZE; in config_buf()
173 c->bLength = USB_DT_CONFIG_SIZE; in config_buf()
/openbmc/u-boot/include/
H A Dusb_defs.h99 #define USB_DT_CONFIG_SIZE 9 macro
H A Dusbdevice.h212 #define USB_DT_CONFIG_SIZE 9 macro
/openbmc/u-boot/common/
H A Dusb.c389 if (head->bLength != USB_DT_CONFIG_SIZE) { in usb_parse_config()
393 memcpy(&dev->config, head, USB_DT_CONFIG_SIZE); in usb_parse_config()
/openbmc/u-boot/include/linux/usb/
H A Dch9.h323 #define USB_DT_CONFIG_SIZE 9 macro