Searched refs:USB_DT_CONFIG_SIZE (Results 1 – 9 of 9) sorted by relevance
87 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()
164 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()
99 #define USB_DT_CONFIG_SIZE 9 macro
212 #define USB_DT_CONFIG_SIZE 9 macro
73 #define USB_DT_CONFIG_SIZE 9 macro
479 memcpy(dest, src, USB_DT_CONFIG_SIZE); in copy_config_descriptor()
389 if (head->bLength != USB_DT_CONFIG_SIZE) { in usb_parse_config()393 memcpy(&dev->config, head, USB_DT_CONFIG_SIZE); in usb_parse_config()
323 #define USB_DT_CONFIG_SIZE 9 macro
357 #define USB_DT_CONFIG_SIZE 9 macro