Searched refs:usb_ext (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Dcomposite.c501 struct usb_ext_cap_descriptor *usb_ext; local
516 usb_ext = cdev->req->buf + le16_to_cpu(bos->wTotalLength);
519 usb_ext->bLength = USB_DT_USB_EXT_CAP_SIZE;
520 usb_ext->bDescriptorType = USB_DT_DEVICE_CAPABILITY;
521 usb_ext->bDevCapabilityType = USB_CAP_TYPE_EXT;
522 usb_ext->bmAttributes = cpu_to_le32(USB_LPM_SUPPORT);

Completed in 62 milliseconds