Searched refs:update_hub_device (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/linux/usb/ |
D | hcd.h | 382 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
|
/Linux-v6.6/drivers/usb/host/ |
D | xhci-pci.c | 89 .update_hub_device = xhci_pci_update_hub_device,
|
D | xhci.c | 5302 .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()
|
D | xhci.h | 1954 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
|
/Linux-v6.6/drivers/usb/core/ |
D | hub.c | 1134 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()
|