Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Duclass-id.h102 UCLASS_USB_HUB, /* USB hub */ enumerator
/openbmc/u-boot/drivers/usb/musb-new/
H A Dusb-compat.h94 if (device_get_uclass_id(parent) == UCLASS_USB_HUB) in usb_dev_get_parent()
/openbmc/u-boot/test/dm/
H A Dusb.c81 ret = uclass_get(UCLASS_USB_HUB, &uc); in count_usb_devices()
/openbmc/u-boot/common/
H A Dusb_hub.c70 if (device_get_uclass_id(hub->parent) != UCLASS_USB_HUB) in usb_hub_is_root_hub()
954 .id = UCLASS_USB_HUB,
960 .id = UCLASS_USB_HUB,
H A Dusb.c1246 if (device_get_uclass_id(dev->parent) != UCLASS_USB_HUB) { in usb_find_usb2_hub_address_port()
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c324 ret = uclass_get(UCLASS_USB_HUB, &uc); in usb_init()
634 parent_udev = device_get_uclass_id(parent) == UCLASS_USB_HUB ? in usb_scan_device()
680 ret = uclass_get(UCLASS_USB_HUB, &uc); in usb_detect_change()
H A Dxhci.c1358 if (device_get_uclass_id(hub) == UCLASS_USB_HUB) { in xhci_submit_control_msg()
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c457 case UCLASS_USB_HUB: in dp_size()
577 case UCLASS_USB_HUB: { in dp_fill()
/openbmc/u-boot/cmd/
H A Dusb.c279 ret = uclass_get(UCLASS_USB_HUB, &uc); in usb_find_device()
/openbmc/u-boot/doc/driver-model/
H A Dusb-info.txt245 find any devices. The above steps will have created a hub (UCLASS_USB_HUB),