Searched refs:update_hub_device (Results 1 – 3 of 3) sorted by relevance
392 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
1092 if (hcd->driver->update_hub_device) { in hub_activate()1093 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate()1669 if (hcd->driver->update_hub_device) { in hub_configure()1670 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()
5346 .update_hub_device = xhci_update_hub_device,