Searched refs:update_hub_device (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-pci.c | 85 .update_hub_device = xhci_pci_update_hub_device,
|
H A D | xhci.c | 5425 .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 D | xhci.h | 1942 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | hcd.h | 395 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | hcd.h | 382 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-pci.c | 89 .update_hub_device = xhci_pci_update_hub_device,
|
H A D | xhci.c | 5312 .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 D | xhci.h | 1955 int (*update_hub_device)(struct usb_hcd *hcd, struct usb_device *hdev, member
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hub.c | 1110 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 D | hub.c | 1117 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