Searched refs:hdev (Results 1 – 1 of 1) sorted by relevance
68 static inline bool usb_hub_is_superspeed(struct usb_device *hdev) in usb_hub_is_superspeed() argument70 return hdev->descriptor.bDeviceProtocol == 3; in usb_hub_is_superspeed()810 struct udevice *hdev; in usb_hub_configure() local813 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