Home
last modified time | relevance | path

Searched refs:update_hub_device (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-pci.c85 .update_hub_device = xhci_pci_update_hub_device,
H A Dxhci.c5425 .update_hub_device = xhci_update_hub_device,
5471 if (over->update_hub_device) in xhci_init_driver()
5472 drv->update_hub_device = over->update_hub_device; in xhci_init_driver()
H A Dxhci.h1942 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
/kernel/linux/linux-5.10/include/linux/usb/
H A Dhcd.h395 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dhcd.h382 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-pci.c89 .update_hub_device = xhci_pci_update_hub_device,
H A Dxhci.c5312 .update_hub_device = xhci_update_hub_device,
5362 if (over->update_hub_device) in xhci_init_driver()
5363 drv->update_hub_device = over->update_hub_device; in xhci_init_driver()
H A Dxhci.h1955 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c1110 if (hcd->driver->update_hub_device) { in hub_activate()
1111 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate()
1690 if (hcd->driver->update_hub_device) { in hub_configure()
1691 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c1117 if (hcd->driver->update_hub_device) { in hub_activate()
1118 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate()
1697 if (hcd->driver->update_hub_device) { in hub_configure()
1698 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()

Completed in 42 milliseconds