Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/usb/
Dhcd.h381 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
/Linux-v6.1/drivers/usb/core/
Dhub.c1100 if (hcd->driver->update_hub_device) { in hub_activate()
1101 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate()
1680 if (hcd->driver->update_hub_device) { in hub_configure()
1681 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()
/Linux-v6.1/drivers/usb/host/
Dxhci.c5455 .update_hub_device = xhci_update_hub_device,