Home
last modified time | relevance | path

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

/u-boot/common/
A Dusb_hub.c72 bool usb_hub_is_root_hub(struct udevice *hub) in usb_hub_is_root_hub() function
145 if (!usb_hub_is_root_hub(dev->dev) && usb_hub_is_superspeed(dev)) { in usb_get_port_status()
808 if (usb_hub_is_root_hub(dev->dev)) { in usb_hub_configure()
815 while (!usb_hub_is_root_hub(hdev)) { in usb_hub_configure()
/u-boot/drivers/usb/host/
A Dxhci-mem.c755 while (!usb_hub_is_root_hub(dev->dev)) { in xhci_setup_addressable_virt_dev()
804 if (usb_hub_is_root_hub(dev->dev)) in xhci_setup_addressable_virt_dev()
809 if (!usb_hub_is_root_hub(dev->dev)) { in xhci_setup_addressable_virt_dev()
A Dxhci.c1403 if (usb_hub_is_root_hub(hub)) { in xhci_submit_control_msg()
1406 while (!usb_hub_is_root_hub(hub->parent)) in xhci_submit_control_msg()
1460 if (usb_hub_is_root_hub(udev->dev)) in xhci_update_hub_device()
/u-boot/include/
A Dusb.h845 bool usb_hub_is_root_hub(struct udevice *hub);

Completed in 11 milliseconds