Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A 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()
H A Dxhci.c1533 .update_hub_device = xhci_update_hub_device,
/openbmc/u-boot/include/
H A Dusb.h779 int (*update_hub_device)(struct udevice *bus, struct usb_device *udev); member
/openbmc/linux/include/linux/usb/
H A Dhcd.h383 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
/openbmc/linux/drivers/usb/host/
H A Dxhci-pci.c94 .update_hub_device = xhci_pci_update_hub_device,
H A Dxhci.c5365 .update_hub_device = xhci_update_hub_device,
5415 if (over->update_hub_device) in xhci_init_driver()
5416 drv->update_hub_device = over->update_hub_device; in xhci_init_driver()
H A Dxhci.h1710 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
/openbmc/linux/drivers/usb/core/
H A Dhub.c1122 if (hcd->driver->update_hub_device) { in hub_activate()
1123 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate()
1702 if (hcd->driver->update_hub_device) { in hub_configure()
1703 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()