Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dhcd.h378 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
/linux-4.4.14/drivers/usb/core/
Dhub.c1105 if (hcd->driver->update_hub_device) { in hub_activate()
1106 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate()
1639 if (hcd->driver->update_hub_device) { in hub_configure()
1640 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()
/linux-4.4.14/drivers/usb/host/
Dxhci.c4999 .update_hub_device = xhci_update_hub_device,