Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dcomposite.c730 struct usb_ext_cap_descriptor *usb_ext; in bos_desc() local
754 usb_ext = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
758 usb_ext->bLength = USB_DT_USB_EXT_CAP_SIZE; in bos_desc()
759 usb_ext->bDescriptorType = USB_DT_DEVICE_CAPABILITY; in bos_desc()
760 usb_ext->bDevCapabilityType = USB_CAP_TYPE_EXT; in bos_desc()
761 usb_ext->bmAttributes = USB_LPM_SUPPORT; in bos_desc()