Home
last modified time | relevance | path

Searched refs:USB_SPEED_SUPER (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/drivers/usb/common/
Dcommon.c48 [USB_SPEED_SUPER] = "super-speed",
/external/u-boot/drivers/usb/host/
Dxhci.c346 case USB_SPEED_SUPER: in xhci_get_endpoint_interval()
390 if (udev->speed < USB_SPEED_SUPER || in xhci_get_endpoint_mult()
402 if (udev->speed >= USB_SPEED_SUPER) in xhci_get_endpoint_max_burst()
431 if (udev->speed >= USB_SPEED_SUPER) in xhci_get_max_esit_payload()
718 udev->speed = USB_SPEED_SUPER; in _xhci_alloc_device()
Dxhci-mem.c768 case USB_SPEED_SUPER: in xhci_setup_addressable_virt_dev()
822 case USB_SPEED_SUPER: in xhci_setup_addressable_virt_dev()
/external/u-boot/board/samsung/common/
Dexynos5-dt.c149 .maximum_speed = USB_SPEED_SUPER,
/external/u-boot/board/ti/omap5_uevm/
Devm.c64 .maximum_speed = USB_SPEED_SUPER,
/external/u-boot/drivers/usb/dwc3/
Dgadget.c396 if (dwc->gadget.speed == USB_SPEED_SUPER) { in dwc3_gadget_set_ep_config()
1493 case USB_SPEED_SUPER: /* FALLTHROUGH */ in dwc3_gadget_start()
2167 dwc->gadget.speed = USB_SPEED_SUPER; in dwc3_gadget_conndone_interrupt()
2335 if (dwc->speed == USB_SPEED_SUPER) in dwc3_gadget_linksts_change_interrupt()
2371 if (is_ss ^ (dwc->speed == USB_SPEED_SUPER)) in dwc3_gadget_hibernation_interrupt()
2593 dwc->gadget.max_speed = USB_SPEED_SUPER; in dwc3_gadget_init()
Dcore.c424 if (dwc->maximum_speed == USB_SPEED_SUPER) in dwc3_core_init()
679 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_uboot_init()
/external/u-boot/board/ti/dra7xx/
Devm.c901 .maximum_speed = USB_SPEED_SUPER,
921 .maximum_speed = USB_SPEED_SUPER,
/external/u-boot/include/linux/usb/
Dch9.h955 USB_SPEED_SUPER, /* usb 3.0 */ enumerator
/external/u-boot/cmd/
Dusb.c324 case USB_SPEED_SUPER: in portspeed()
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h1142 USB_SPEED_SUPER, /* usb 3.0 */ enumerator
/external/u-boot/common/
Dusb_hub.c384 speed = USB_SPEED_SUPER; in usb_hub_port_connect_change()
/external/u-boot/drivers/usb/eth/
Dr8152.c1122 if (tp->version == RTL_VER_04 && tp->udev->speed != USB_SPEED_SUPER) in r8153_init()