Searched refs:update_hub_device (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/usb/ |
H A D | hcd.h | 383 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
|
/linux/drivers/usb/host/ |
H A D | xhci-pci.c | 99 .update_hub_device = xhci_pci_update_hub_device,
|
H A D | xhci.c | 5449 .update_hub_device = xhci_update_hub_device, 5499 if (over->update_hub_device) in xhci_init_driver() 5500 drv->update_hub_device = over->update_hub_device; in xhci_init_driver()
|
H A D | xhci.h | 1682 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
|
/linux/drivers/usb/core/ |
H A D | hub.c | 1152 if (hcd->driver->update_hub_device) { in hub_activate() 1153 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate() 1732 if (hcd->driver->update_hub_device) { in hub_configure() 1733 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()
|