Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dusb_hub.c71 bool usb_hub_is_root_hub(struct udevice *hub) in usb_hub_is_root_hub() function
144 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()
/rk3399_rockchip-uboot/board/theobroma-systems/puma_rk3399/
H A Dpuma-rk3399.c260 if (usb_hub_is_root_hub(dev) == false) in usb_hub_reset_devices()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c749 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()
H A Dxhci.c1374 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()
/rk3399_rockchip-uboot/include/
H A Dusb.h829 bool usb_hub_is_root_hub(struct udevice *hub);