Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-pci.c77 static struct hc_driver __read_mostly xhci_pci_hc_driver; variable
418 retval = usb_hcd_pci_probe(dev, id, &xhci_pci_hc_driver); in xhci_pci_probe()
427 xhci->shared_hcd = usb_create_shared_hcd(&xhci_pci_hc_driver, &dev->dev, in xhci_pci_probe()
685 xhci_init_driver(&xhci_pci_hc_driver, &xhci_pci_overrides); in xhci_pci_init()
687 xhci_pci_hc_driver.pci_suspend = xhci_pci_suspend; in xhci_pci_init()
688 xhci_pci_hc_driver.pci_resume = xhci_pci_resume; in xhci_pci_init()
689 xhci_pci_hc_driver.shutdown = xhci_pci_shutdown; in xhci_pci_init()