Searched refs:ss_cap (Results 1 – 4 of 4) sorted by relevance
781 struct usb_ss_cap_descriptor *ss_cap; in bos_desc() local783 ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()786 ss_cap->bLength = USB_DT_USB_SS_CAP_SIZE; in bos_desc()787 ss_cap->bDescriptorType = USB_DT_DEVICE_CAPABILITY; in bos_desc()788 ss_cap->bDevCapabilityType = USB_SS_CAP_TYPE; in bos_desc()789 ss_cap->bmAttributes = 0; /* LTM is not supported yet */ in bos_desc()790 ss_cap->wSpeedSupported = cpu_to_le16(USB_LOW_SPEED_OPERATION | in bos_desc()794 ss_cap->bFunctionalitySupport = USB_LOW_SPEED_OPERATION; in bos_desc()795 ss_cap->bU1devExitLat = dcd_config_params.bU1devExitLat; in bos_desc()796 ss_cap->bU2DevExitLat = dcd_config_params.bU2DevExitLat; in bos_desc()
432 struct usb_ss_cap_descriptor *ss_cap; member880 if (udev->speed < USB_SPEED_SUPER || !udev->bos || !udev->bos->ss_cap) in usb_device_supports_ltm()882 return udev->bos->ss_cap->bmAttributes & USB_LTM_SUPPORT; in usb_device_supports_ltm()
268 struct usb_ss_cap_descriptor ss_cap; member277 .ss_cap = {
2084 struct usb_ss_cap_descriptor ss_cap; member2093 .ss_cap = {