Searched refs:usb_hub_is_root_hub (Results 1 – 9 of 9) 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()815 if (usb_hub_is_root_hub(dev->dev)) { in usb_hub_configure()822 while (!usb_hub_is_root_hub(hdev)) { in usb_hub_configure()
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()
1365 if (usb_hub_is_root_hub(hub)) { in xhci_submit_control_msg()1368 while (!usb_hub_is_root_hub(hub->parent)) in xhci_submit_control_msg()1422 if (usb_hub_is_root_hub(udev->dev)) in xhci_update_hub_device()
260 if (usb_hub_is_root_hub(dev) == false) in usb_hub_reset_devices()
829 bool usb_hub_is_root_hub(struct udevice *hub);