Searched refs:usb_hub_device (Results 1 - 4 of 4) sorted by last modified time

/u-boot/drivers/usb/host/
H A Dxhci.c1354 struct usb_hub_device *hub = dev_get_uclass_priv(udev->dev);
H A Dxhci-mem.c757 struct usb_hub_device *hub;
/u-boot/common/
H A Dusb_hub.c56 struct usb_hub_device *hub; /* USB hub struct */
63 __weak void usb_hub_reset_devices(struct usb_hub_device *hub, int port)
166 static void usb_hub_power_on(struct usb_hub_device *hub)
226 static struct usb_hub_device hub_dev[USB_MAX_HUB];
237 static struct usb_hub_device *usb_hub_allocate(void)
448 struct usb_hub_device *hub;
609 static struct usb_hub_device *usb_get_hub_device(struct usb_device *dev)
611 struct usb_hub_device *hub;
630 struct usb_hub_device *hub;
973 .per_device_auto = sizeof(struct usb_hub_device),
[all...]
/u-boot/include/
H A Dusb.h604 struct usb_hub_device { struct

Completed in 94 milliseconds