Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-pci.c80 static struct hc_driver __read_mostly xhci_pci_hc_driver; variable
670 retval = usb_hcd_pci_probe(dev, &xhci_pci_hc_driver); in xhci_pci_probe()
679 xhci->shared_hcd = usb_create_shared_hcd(&xhci_pci_hc_driver, &dev->dev, in xhci_pci_probe()
998 xhci_init_driver(&xhci_pci_hc_driver, &xhci_pci_overrides); in xhci_pci_init()
999 xhci_pci_hc_driver.pci_suspend = pm_ptr(xhci_pci_suspend); in xhci_pci_init()
1000 xhci_pci_hc_driver.pci_resume = pm_ptr(xhci_pci_resume); in xhci_pci_init()
1001 xhci_pci_hc_driver.pci_poweroff_late = pm_ptr(xhci_pci_poweroff_late); in xhci_pci_init()
1002 xhci_pci_hc_driver.shutdown = pm_ptr(xhci_pci_shutdown); in xhci_pci_init()
1003 xhci_pci_hc_driver.stop = xhci_pci_stop; in xhci_pci_init()