Searched refs:update_hub_device (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/usb/ |
| A D | hcd.h | 383 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
|
| /linux/drivers/usb/host/ |
| A D | xhci-pci.c | 100 .update_hub_device = xhci_pci_update_hub_device,
|
| A D | xhci.c | 5375 .update_hub_device = xhci_update_hub_device, 5425 if (over->update_hub_device) in xhci_init_driver() 5426 drv->update_hub_device = over->update_hub_device; in xhci_init_driver()
|
| A D | xhci.h | 1669 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
|
| /linux/drivers/usb/core/ |
| A D | hub.c | 1151 if (hcd->driver->update_hub_device) { in hub_activate() 1152 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate() 1731 if (hcd->driver->update_hub_device) { in hub_configure() 1732 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()
|
Completed in 32 milliseconds