Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dxhci-pci.c79 static struct hc_driver __read_mostly xhci_pci_hc_driver; variable
663 retval = usb_hcd_pci_probe(dev, &xhci_pci_hc_driver); in xhci_pci_probe()
672 xhci->shared_hcd = usb_create_shared_hcd(&xhci_pci_hc_driver, &dev->dev, in xhci_pci_probe()
991 xhci_init_driver(&xhci_pci_hc_driver, &xhci_pci_overrides); in xhci_pci_init()
992 xhci_pci_hc_driver.pci_suspend = pm_ptr(xhci_pci_suspend); in xhci_pci_init()
993 xhci_pci_hc_driver.pci_resume = pm_ptr(xhci_pci_resume); in xhci_pci_init()
994 xhci_pci_hc_driver.pci_poweroff_late = pm_ptr(xhci_pci_poweroff_late); in xhci_pci_init()
995 xhci_pci_hc_driver.shutdown = pm_ptr(xhci_pci_shutdown); in xhci_pci_init()
996 xhci_pci_hc_driver.stop = xhci_pci_stop; in xhci_pci_init()