Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dusb-uclass.c144 if (!ops->update_hub_device) in usb_update_hub_device()
147 return ops->update_hub_device(bus, udev); in usb_update_hub_device()
Dxhci.c1533 .update_hub_device = xhci_update_hub_device,
/external/u-boot/include/
Dusb.h779 int (*update_hub_device)(struct udevice *bus, struct usb_device *udev); member