Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-pci.c55 static struct hc_driver __read_mostly xhci_pci_hc_driver; variable
429 .driver_data = (unsigned long) &xhci_pci_hc_driver,
454 xhci_init_driver(&xhci_pci_hc_driver, &xhci_pci_overrides); in xhci_pci_init()
456 xhci_pci_hc_driver.pci_suspend = xhci_pci_suspend; in xhci_pci_init()
457 xhci_pci_hc_driver.pci_resume = xhci_pci_resume; in xhci_pci_init()