Home
last modified time | relevance | path

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

/u-boot/common/
A Dusb_hub.c68 static inline bool usb_hub_is_superspeed(struct usb_device *hdev) in usb_hub_is_superspeed() argument
70 return hdev->descriptor.bDeviceProtocol == 3; in usb_hub_is_superspeed()
810 struct udevice *hdev; in usb_hub_configure() local
813 hdev = dev->dev->parent; in usb_hub_configure()
814 while (!usb_hub_is_root_hub(hdev)) { in usb_hub_configure()
816 hdev = hdev->parent; in usb_hub_configure()

Completed in 5 milliseconds