Searched refs:xhci_pci_hc_driver (Results 1 – 1 of 1) sorted by relevance
90 static struct hc_driver __read_mostly xhci_pci_hc_driver; variable609 retval = usb_hcd_pci_probe(dev, &xhci_pci_hc_driver); in xhci_pci_common_probe()618 xhci->shared_hcd = usb_create_shared_hcd(&xhci_pci_hc_driver, &dev->dev, in xhci_pci_common_probe()935 xhci_init_driver(&xhci_pci_hc_driver, &xhci_pci_overrides); in xhci_pci_init()936 xhci_pci_hc_driver.pci_suspend = pm_ptr(xhci_pci_suspend); in xhci_pci_init()937 xhci_pci_hc_driver.pci_resume = pm_ptr(xhci_pci_resume); in xhci_pci_init()938 xhci_pci_hc_driver.pci_poweroff_late = pm_ptr(xhci_pci_poweroff_late); in xhci_pci_init()939 xhci_pci_hc_driver.shutdown = pm_ptr(xhci_pci_shutdown); in xhci_pci_init()940 xhci_pci_hc_driver.stop = xhci_pci_stop; in xhci_pci_init()