Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c53 struct usb_hub_device *hub; /* USB hub struct */
60 __weak void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices()
162 static void usb_hub_power_on(struct usb_hub_device *hub) in usb_hub_power_on()
216 static struct usb_hub_device hub_dev[USB_MAX_HUB];
227 static struct usb_hub_device *usb_hub_allocate(void) in usb_hub_allocate()
439 struct usb_hub_device *hub; in usb_scan_port()
606 static struct usb_hub_device *usb_get_hub_device(struct usb_device *dev) in usb_get_hub_device()
608 struct usb_hub_device *hub; in usb_get_hub_device()
627 struct usb_hub_device *hub; in usb_hub_configure()
970 .per_device_auto_alloc_size = sizeof(struct usb_hub_device),
/OK3568_Linux_fs/u-boot/board/ti/omap5_uevm/
H A Devm.c252 void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices()
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/u-boot/board/theobroma-systems/puma_rk3399/
H A Dpuma-rk3399.c254 void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices()
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h581 struct usb_hub_device { struct
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c732 struct usb_hub_device *hub; in xhci_setup_addressable_virt_dev()
H A Dxhci.c1410 struct usb_hub_device *hub = dev_get_uclass_priv(udev->dev); in xhci_update_hub_device()