Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dusb_hub.c50 struct usb_hub_device *hub; /* USB hub struct */
57 __weak void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices()
159 static void usb_hub_power_on(struct usb_hub_device *hub) in usb_hub_power_on()
213 static struct usb_hub_device hub_dev[USB_MAX_HUB];
224 static struct usb_hub_device *usb_hub_allocate(void) in usb_hub_allocate()
436 struct usb_hub_device *hub; in usb_scan_port()
603 static struct usb_hub_device *usb_get_hub_device(struct usb_device *dev) in usb_get_hub_device()
605 struct usb_hub_device *hub; in usb_get_hub_device()
624 struct usb_hub_device *hub; in usb_hub_configure()
967 .per_device_auto_alloc_size = sizeof(struct usb_hub_device),
/openbmc/u-boot/board/ti/omap5_uevm/
H A Devm.c251 void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices()
/openbmc/u-boot/board/compulab/cm_t54/
H A Dcm_t54.c249 void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices()
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/
H A Dpuma-rk3399.c341 void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices()
/openbmc/u-boot/include/
H A Dusb.h580 struct usb_hub_device { struct
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c731 struct usb_hub_device *hub; in xhci_setup_addressable_virt_dev()
H A Dxhci.c1404 struct usb_hub_device *hub = dev_get_uclass_priv(udev->dev); in xhci_update_hub_device()