Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/usb/
Dhcd.h382 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
/Linux-v6.6/drivers/usb/host/
Dxhci-pci.c89 .update_hub_device = xhci_pci_update_hub_device,
Dxhci.c5302 .update_hub_device = xhci_update_hub_device,
5352 if (over->update_hub_device) in xhci_init_driver()
5353 drv->update_hub_device = over->update_hub_device; in xhci_init_driver()
Dxhci.h1954 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
/Linux-v6.6/drivers/usb/core/
Dhub.c1134 if (hcd->driver->update_hub_device) { in hub_activate()
1135 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate()
1714 if (hcd->driver->update_hub_device) { in hub_configure()
1715 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()