USB_DT_BOS_SIZE 1000 drivers/usb/core/config.c ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE); USB_DT_BOS_SIZE 1001 drivers/usb/core/config.c if (ret < USB_DT_BOS_SIZE || bos->bLength < USB_DT_BOS_SIZE) { USB_DT_BOS_SIZE 619 drivers/usb/gadget/composite.c bos->bLength = USB_DT_BOS_SIZE; USB_DT_BOS_SIZE 622 drivers/usb/gadget/composite.c bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); USB_DT_BOS_SIZE 2030 drivers/usb/gadget/udc/dummy_hcd.c .bLength = USB_DT_BOS_SIZE, USB_DT_BOS_SIZE 26 drivers/usb/host/xhci-hub.c USB_DT_BOS_SIZE, /* __u8 bLength, 5 bytes */ USB_DT_BOS_SIZE 64 drivers/usb/host/xhci-hub.c desc_size = USB_DT_BOS_SIZE + USB_DT_USB_SS_CAP_SIZE; USB_DT_BOS_SIZE 95 drivers/usb/host/xhci-hub.c if (wLength < USB_DT_BOS_SIZE + USB_DT_USB_SS_CAP_SIZE) USB_DT_BOS_SIZE 115 drivers/usb/host/xhci-hub.c ssp_cap_base = USB_DT_BOS_SIZE + USB_DT_USB_SS_CAP_SIZE; USB_DT_BOS_SIZE 271 drivers/usb/usbip/vhci_hcd.c .bLength = USB_DT_BOS_SIZE,