Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-plat.c70 .update_hub_device = xhci_update_hub_device,
Dxhci-pci.c324 .update_hub_device = xhci_update_hub_device,
/linux-3.4.99/include/linux/usb/
Dhcd.h337 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
/linux-3.4.99/drivers/usb/core/
Dhub.c854 if (hcd->driver->update_hub_device) { in hub_activate()
855 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate()
1289 if (hcd->driver->update_hub_device) { in hub_configure()
1290 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()