Home
last modified time | relevance | path

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

/external/u-boot/common/
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()
/external/u-boot/drivers/usb/host/
Dxhci-mem.c745 while (!usb_hub_is_root_hub(dev->dev)) { in xhci_setup_addressable_virt_dev()
794 if (usb_hub_is_root_hub(dev->dev)) in xhci_setup_addressable_virt_dev()
799 if (!usb_hub_is_root_hub(dev->dev)) { in xhci_setup_addressable_virt_dev()
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()
/external/u-boot/board/theobroma-systems/puma_rk3399/
Dpuma-rk3399.c273 if (usb_hub_is_root_hub(dev) == false) in usb_hub_reset_devices()
/external/u-boot/include/
Dusb.h828 bool usb_hub_is_root_hub(struct udevice *hub);