Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
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()
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()
/external/u-boot/include/
Dusb_defs.h99 #define USB_DT_CONFIG_SIZE 9 macro
Dusbdevice.h212 #define USB_DT_CONFIG_SIZE 9 macro
/external/libusb-compat/libusb/
Dusb.h73 #define USB_DT_CONFIG_SIZE 9 macro
Dcore.c479 memcpy(dest, src, USB_DT_CONFIG_SIZE); in copy_config_descriptor()
/external/u-boot/common/
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()
/external/u-boot/include/linux/usb/
Dch9.h323 #define USB_DT_CONFIG_SIZE 9 macro
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h357 #define USB_DT_CONFIG_SIZE 9 macro