Searched refs:update_hub_device (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/ |
D | hcd.h | 395 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci-pci.c | 85 .update_hub_device = xhci_pci_update_hub_device,
|
D | xhci.c | 5423 .update_hub_device = xhci_update_hub_device, 5469 if (over->update_hub_device) in xhci_init_driver() 5470 drv->update_hub_device = over->update_hub_device; in xhci_init_driver()
|
D | xhci.h | 1937 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | hub.c | 1109 if (hcd->driver->update_hub_device) { in hub_activate() 1110 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate() 1689 if (hcd->driver->update_hub_device) { in hub_configure() 1690 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()
|