Searched refs:USB_DT_CONFIG_SIZE (Results 1 – 6 of 6) sorted by relevance
87 if (length < USB_DT_CONFIG_SIZE || !desc) in usb_gadget_config_buf()92 len = usb_descriptor_fillbuf(USB_DT_CONFIG_SIZE + (u8 *)buf, in usb_gadget_config_buf()93 length - USB_DT_CONFIG_SIZE, desc); in usb_gadget_config_buf()96 len += USB_DT_CONFIG_SIZE; in usb_gadget_config_buf()101 cp->bLength = USB_DT_CONFIG_SIZE; in usb_gadget_config_buf()
520 void *next = buf + USB_DT_CONFIG_SIZE; in config_buf()525 len = USB_COMP_EP0_BUFSIZ - USB_DT_CONFIG_SIZE; in config_buf()528 c->bLength = USB_DT_CONFIG_SIZE; in config_buf()
621 memcpy(&config->desc, buffer, USB_DT_CONFIG_SIZE); in usb_parse_configuration()626 config->desc.bLength < USB_DT_CONFIG_SIZE || in usb_parse_configuration()891 desc = kmalloc(USB_DT_CONFIG_SIZE, GFP_KERNEL); in usb_get_configuration()899 desc, USB_DT_CONFIG_SIZE); in usb_get_configuration()911 USB_DT_CONFIG_SIZE, result); in usb_get_configuration()916 USB_DT_CONFIG_SIZE); in usb_get_configuration()
93 #define AST_VHUB_CONF_DESC_SIZE (USB_DT_CONFIG_SIZE + \99 .bLength = USB_DT_CONFIG_SIZE,
1786 && config->bLength == USB_DT_CONFIG_SIZE in is_valid_config()1787 && total >= USB_DT_CONFIG_SIZE in is_valid_config()1812 if ((len < (USB_DT_CONFIG_SIZE + USB_DT_DEVICE_SIZE + 4)) || in dev_config()
361 #define USB_DT_CONFIG_SIZE 9 macro
Completed in 25 milliseconds