Searched refs:webusb_cap (Results 1 – 1 of 1) sorted by relevance
877 struct usb_plat_dev_cap_descriptor *webusb_cap; in bos_desc() local881 webusb_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()882 webusb_cap_data = (struct usb_webusb_cap_data *) webusb_cap->CapabilityData; in bos_desc()887 webusb_cap->bLength = USB_DT_USB_PLAT_DEV_CAP_SIZE(USB_WEBUSB_CAP_DATA_SIZE); in bos_desc()888 webusb_cap->bDescriptorType = USB_DT_DEVICE_CAPABILITY; in bos_desc()889 webusb_cap->bDevCapabilityType = USB_PLAT_DEV_CAP_TYPE; in bos_desc()890 webusb_cap->bReserved = 0; in bos_desc()891 export_guid(webusb_cap->UUID, &webusb_uuid); in bos_desc()