Searched refs:hdev (Results 1 – 1 of 1) sorted by relevance
65 static inline bool usb_hub_is_superspeed(struct usb_device *hdev) in usb_hub_is_superspeed() argument67 return hdev->descriptor.bDeviceProtocol == 3; in usb_hub_is_superspeed()827 struct udevice *hdev; in usb_hub_configure() local830 hdev = dev->dev->parent; in usb_hub_configure()831 while (!usb_hub_is_root_hub(hdev)) { in usb_hub_configure()833 hdev = hdev->parent; in usb_hub_configure()