Home
last modified time | relevance | path

Searched refs:UCLASS_USB_HUB (Results 1 – 12 of 12) sorted by relevance

/u-boot/include/dm/
A Duclass-id.h120 UCLASS_USB_HUB, /* USB hub */ enumerator
/u-boot/test/dm/
A Dusb.c111 ret = uclass_get(UCLASS_USB_HUB, &uc); in count_usb_devices()
/u-boot/common/
A Dusb_hub.c74 if (device_get_uclass_id(hub->parent) != UCLASS_USB_HUB) in usb_hub_is_root_hub()
950 .id = UCLASS_USB_HUB,
956 .id = UCLASS_USB_HUB,
A Dusb.c1258 if (device_get_uclass_id(dev->parent) != UCLASS_USB_HUB) { in usb_find_usb2_hub_address_port()
/u-boot/drivers/usb/host/
A Dusb-uclass.c335 ret = uclass_get(UCLASS_USB_HUB, &uc); in usb_init()
691 parent_udev = device_get_uclass_id(parent) == UCLASS_USB_HUB ? in usb_scan_device()
738 ret = uclass_get(UCLASS_USB_HUB, &uc); in usb_detect_change()
A Dr8a66597-hcd.c50 if (device_get_uclass_id(parent) == UCLASS_USB_HUB) in usb_dev_get_parent()
A Dxhci.c1401 if (device_get_uclass_id(hub) == UCLASS_USB_HUB) { in xhci_submit_control_msg()
/u-boot/cmd/
A Dusb.c281 ret = uclass_get(UCLASS_USB_HUB, &uc); in usb_find_device()
/u-boot/drivers/usb/musb-new/
A Dmusb_uboot.c481 if (device_get_uclass_id(parent) == UCLASS_USB_HUB) in usb_dev_get_parent()
/u-boot/lib/efi_loader/
A Defi_device_path.c501 case UCLASS_USB_HUB: in dp_size()
686 case UCLASS_USB_HUB: { in dp_fill()
/u-boot/lib/acpi/
A Dacpi_device.c767 case UCLASS_USB_HUB: in acpi_name_from_id()
/u-boot/doc/driver-model/
A Dusb-info.rst249 find any devices. The above steps will have created a hub (UCLASS_USB_HUB),

Completed in 27 milliseconds