Searched refs:usb_hub_is_root_hub (Results 1 – 5 of 5) sorted by relevance
68 bool usb_hub_is_root_hub(struct udevice *hub) in usb_hub_is_root_hub() function141 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()
748 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()
1360 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()
347 if (usb_hub_is_root_hub(dev) == false) in usb_hub_reset_devices()
828 bool usb_hub_is_root_hub(struct udevice *hub);