Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/usb/
A Dhcd.h384 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
/linux-6.3-rc2/drivers/usb/host/
A Dxhci-pci.c86 .update_hub_device = xhci_pci_update_hub_device,
A Dxhci.c5506 .update_hub_device = xhci_update_hub_device,
5556 if (over->update_hub_device) in xhci_init_driver()
5557 drv->update_hub_device = over->update_hub_device; in xhci_init_driver()
A Dxhci.h1953 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
/linux-6.3-rc2/drivers/usb/core/
A Dhub.c1103 if (hcd->driver->update_hub_device) { in hub_activate()
1104 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate()
1683 if (hcd->driver->update_hub_device) { in hub_configure()
1684 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()

Completed in 34 milliseconds