Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci-pci.c266 static struct hc_driver __read_mostly ohci_pci_hc_driver; variable
285 return usb_hcd_pci_probe(dev, &ohci_pci_hc_driver); in ohci_pci_probe()
315 ohci_init_driver(&ohci_pci_hc_driver, &pci_overrides); in ohci_pci_init()
319 ohci_pci_hc_driver.pci_suspend = ohci_suspend; in ohci_pci_init()
320 ohci_pci_hc_driver.pci_resume = ohci_pci_resume; in ohci_pci_init()