Searched refs:ss_cap (Results 1 – 1 of 1) sorted by relevance
817 struct usb_ss_cap_descriptor *ss_cap; in bos_desc() local819 ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()823 ss_cap->bLength = USB_DT_USB_SS_CAP_SIZE; in bos_desc()824 ss_cap->bDescriptorType = USB_DT_DEVICE_CAPABILITY; in bos_desc()825 ss_cap->bDevCapabilityType = USB_SS_CAP_TYPE; in bos_desc()826 ss_cap->bmAttributes = 0; /* LTM is not supported yet */ in bos_desc()827 ss_cap->wSpeedSupported = in bos_desc()832 ss_cap->bFunctionalitySupport = USB_LOW_SPEED_OPERATION; in bos_desc()844 ss_cap->bU1devExitLat = dcd_config_params.bU1devExitLat; in bos_desc()845 ss_cap->bU2DevExitLat = dcd_config_params.bU2DevExitLat; in bos_desc()
Completed in 4 milliseconds