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

/linux-4.4.14/drivers/usb/host/
H A Dohci-pci.c253 static struct hc_driver __read_mostly ohci_pci_hc_driver; variable in typeref:struct:__read_mostly
263 .driver_data = (unsigned long) &ohci_pci_hc_driver,
267 .driver_data = (unsigned long) &ohci_pci_hc_driver,
295 ohci_init_driver(&ohci_pci_hc_driver, &pci_overrides); ohci_pci_init()
299 ohci_pci_hc_driver.pci_suspend = ohci_suspend; ohci_pci_init()
300 ohci_pci_hc_driver.pci_resume = ohci_resume; ohci_pci_init()

Completed in 68 milliseconds