Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dusb_hub.c65 static inline bool usb_hub_is_superspeed(struct usb_device *hdev) in usb_hub_is_superspeed() argument
67 return hdev->descriptor.bDeviceProtocol == 3; in usb_hub_is_superspeed()
827 struct udevice *hdev; in usb_hub_configure() local
830 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()