Searched refs:update_hub_device (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | usb-uclass.c | 144 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 D | xhci.c | 1533 .update_hub_device = xhci_update_hub_device,
|
/openbmc/u-boot/include/ |
H A D | usb.h | 779 int (*update_hub_device)(struct udevice *bus, struct usb_device *udev); member
|
/openbmc/linux/include/linux/usb/ |
H A D | hcd.h | 383 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-pci.c | 94 .update_hub_device = xhci_pci_update_hub_device,
|
H A D | xhci.c | 5365 .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 D | xhci.h | 1710 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
|
/openbmc/linux/drivers/usb/core/ |
H A D | hub.c | 1122 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()
|