Home
last modified time | relevance | path

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

/linux/include/linux/usb/
A Dhcd.h383 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
/linux/drivers/usb/host/
A Dxhci-pci.c100 .update_hub_device = xhci_pci_update_hub_device,
A Dxhci.c5375 .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 Dxhci.h1669 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
/linux/drivers/usb/core/
A Dhub.c1151 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