HomeSort by relevance Sort by last modified time
    Searched refs:usb_hub_device (Results 1 - 7 of 7) sorted by null

  /external/u-boot/common/
usb_hub.c 50 struct usb_hub_device *hub; /* USB hub struct */
57 __weak void usb_hub_reset_devices(struct usb_hub_device *hub, int port)
159 static void usb_hub_power_on(struct usb_hub_device *hub)
213 static struct usb_hub_device hub_dev[USB_MAX_HUB];
224 static struct usb_hub_device *usb_hub_allocate(void)
436 struct usb_hub_device *hub;
603 static struct usb_hub_device *usb_get_hub_device(struct usb_device *dev)
605 struct usb_hub_device *hub;
624 struct usb_hub_device *hub;
967 .per_device_auto_alloc_size = sizeof(struct usb_hub_device),
    [all...]
  /external/u-boot/board/compulab/cm_t54/
cm_t54.c 249 void usb_hub_reset_devices(struct usb_hub_device *hub, int port)
  /external/u-boot/board/theobroma-systems/puma_rk3399/
puma-rk3399.c 267 void usb_hub_reset_devices(struct usb_hub_device *hub, int port)
  /external/u-boot/board/ti/omap5_uevm/
evm.c 251 void usb_hub_reset_devices(struct usb_hub_device *hub, int port)
  /external/u-boot/drivers/usb/host/
xhci-mem.c 728 struct usb_hub_device *hub;
xhci.c     [all...]
  /external/u-boot/include/
usb.h 580 struct usb_hub_device { struct
    [all...]

Completed in 352 milliseconds