Searched refs:webusb_cap_data (Results 1 – 1 of 1) sorted by relevance
831 struct usb_webusb_cap_data *webusb_cap_data; in bos_desc() local835 webusb_cap_data = (struct usb_webusb_cap_data *) webusb_cap->CapabilityData; in bos_desc()847 webusb_cap_data->bcdVersion = cpu_to_le16(cdev->bcd_webusb_version); in bos_desc()849 webusb_cap_data->bcdVersion = WEBUSB_VERSION_1_00; in bos_desc()851 webusb_cap_data->bVendorCode = cdev->b_webusb_vendor_code; in bos_desc()854 webusb_cap_data->iLandingPage = WEBUSB_LANDING_PAGE_PRESENT; in bos_desc()856 webusb_cap_data->iLandingPage = WEBUSB_LANDING_PAGE_NOT_PRESENT; in bos_desc()
Completed in 6 milliseconds