Searched refs:ss_cap (Results 1 – 1 of 1) sorted by relevance
731 struct usb_ss_cap_descriptor *ss_cap; in bos_desc() local767 ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()771 ss_cap->bLength = USB_DT_USB_SS_CAP_SIZE; in bos_desc()772 ss_cap->bDescriptorType = USB_DT_DEVICE_CAPABILITY; in bos_desc()773 ss_cap->bDevCapabilityType = USB_SS_CAP_TYPE; in bos_desc()774 ss_cap->bmAttributes = 0; /* LTM is not supported yet */ in bos_desc()775 ss_cap->wSpeedSupported = cpu_to_le16(USB_FULL_SPEED_OPERATION | in bos_desc()778 ss_cap->bFunctionalitySupport = USB_FULL_SPEED_OPERATION; in bos_desc()779 ss_cap->bU1devExitLat = USB_DEFAULT_U1_DEV_EXIT_LAT; in bos_desc()780 ss_cap->bU2DevExitLat = cpu_to_le16(USB_DEFAULT_U2_DEV_EXIT_LAT); in bos_desc()