Searched refs:usb_hub_is_root_hub (Results 1 – 5 of 5) sorted by relevance
71 bool usb_hub_is_root_hub(struct udevice *hub) in usb_hub_is_root_hub() function144 if (!usb_hub_is_root_hub(dev->dev) && usb_hub_is_superspeed(dev)) { in usb_get_port_status()824 if (usb_hub_is_root_hub(dev->dev)) { in usb_hub_configure()831 while (!usb_hub_is_root_hub(hdev)) { in usb_hub_configure()
260 if (usb_hub_is_root_hub(dev) == false) in usb_hub_reset_devices()
749 while (!usb_hub_is_root_hub(dev->dev)) { in xhci_setup_addressable_virt_dev()798 if (usb_hub_is_root_hub(dev->dev)) in xhci_setup_addressable_virt_dev()803 if (!usb_hub_is_root_hub(dev->dev)) { in xhci_setup_addressable_virt_dev()
1374 if (usb_hub_is_root_hub(hub)) { in xhci_submit_control_msg()1377 while (!usb_hub_is_root_hub(hub->parent)) in xhci_submit_control_msg()1431 if (usb_hub_is_root_hub(udev->dev)) in xhci_update_hub_device()
829 bool usb_hub_is_root_hub(struct udevice *hub);