Home
last modified time | relevance | path

Searched refs:usb_hub_is_root_hub (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/common/
H A Dusb_hub.c68 bool usb_hub_is_root_hub(struct udevice *hub) in usb_hub_is_root_hub() function
141 if (!usb_hub_is_root_hub(dev->dev) && usb_hub_is_superspeed(dev)) { in usb_get_port_status()
812 if (usb_hub_is_root_hub(dev->dev)) { in usb_hub_configure()
819 while (!usb_hub_is_root_hub(hdev)) { in usb_hub_configure()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c748 while (!usb_hub_is_root_hub(dev->dev)) { in xhci_setup_addressable_virt_dev()
797 if (usb_hub_is_root_hub(dev->dev)) in xhci_setup_addressable_virt_dev()
802 if (!usb_hub_is_root_hub(dev->dev)) { in xhci_setup_addressable_virt_dev()
H A Dxhci.c1360 if (usb_hub_is_root_hub(hub)) { in xhci_submit_control_msg()
1363 while (!usb_hub_is_root_hub(hub->parent)) in xhci_submit_control_msg()
1416 if (usb_hub_is_root_hub(udev->dev)) in xhci_update_hub_device()
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/
H A Dpuma-rk3399.c347 if (usb_hub_is_root_hub(dev) == false) in usb_hub_reset_devices()
/openbmc/u-boot/include/
H A Dusb.h828 bool usb_hub_is_root_hub(struct udevice *hub);