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.c86 static struct hc_driver __read_mostly xhci_pci_hc_driver;
675 retval = usb_hcd_pci_probe(dev, &xhci_pci_hc_driver); in xhci_pci_probe()
684 xhci->shared_hcd = usb_create_shared_hcd(&xhci_pci_hc_driver, &dev->dev, in xhci_pci_probe()
1007 xhci_init_driver(&xhci_pci_hc_driver, &xhci_pci_overrides); in xhci_pci_init()
1008 xhci_pci_hc_driver.pci_suspend = pm_ptr(xhci_pci_suspend); in xhci_pci_init()
1009 xhci_pci_hc_driver.pci_resume = pm_ptr(xhci_pci_resume); in xhci_pci_init()
1010 xhci_pci_hc_driver.pci_poweroff_late = pm_ptr(xhci_pci_poweroff_late); in xhci_pci_init()
1011 xhci_pci_hc_driver.shutdown = pm_ptr(xhci_pci_shutdown);
1012 xhci_pci_hc_driver.stop = xhci_pci_stop;
84 static struct hc_driver __read_mostly xhci_pci_hc_driver; global() variable