Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
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()
A Dcomposite.c198 int len = USB_BUFSIZ - USB_DT_CONFIG_SIZE; in config_buf()
199 void *next = buf + USB_DT_CONFIG_SIZE; in config_buf()
207 c->bLength = USB_DT_CONFIG_SIZE; in config_buf()
/u-boot/include/
A Dusb_defs.h99 #define USB_DT_CONFIG_SIZE 9 macro
A Dusbdevice.h212 #define USB_DT_CONFIG_SIZE 9 macro
/u-boot/common/
A Dusb.c401 if (head->bLength != USB_DT_CONFIG_SIZE) { in usb_parse_config()
405 memcpy(&dev->config, head, USB_DT_CONFIG_SIZE); in usb_parse_config()
/u-boot/include/linux/usb/
A Dch9.h323 #define USB_DT_CONFIG_SIZE 9 macro

Completed in 17 milliseconds