Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c148 if (!ops->update_hub_device) in usb_update_hub_device()
151 return ops->update_hub_device(bus, udev); in usb_update_hub_device()
H A Dxhci.c1539 .update_hub_device = xhci_update_hub_device,
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h780 int (*update_hub_device)(struct udevice *bus, struct usb_device *udev); member
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h400 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c1098 if (hcd->driver->update_hub_device) { in hub_activate()
1099 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate()
1678 if (hcd->driver->update_hub_device) { in hub_configure()
1679 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c5406 .update_hub_device = xhci_update_hub_device,