Searched refs:usb_hub_is_root_hub (Results 1 – 4 of 4) sorted by relevance
72 bool usb_hub_is_root_hub(struct udevice *hub) in usb_hub_is_root_hub() function145 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()
755 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()
1403 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()
845 bool usb_hub_is_root_hub(struct udevice *hub);
Completed in 11 milliseconds