ci_ehci_hc_driver   24 drivers/usb/chipidea/host.c static struct hc_driver __read_mostly ci_ehci_hc_driver;
ci_ehci_hc_driver  117 drivers/usb/chipidea/host.c 	hcd = __usb_create_hcd(&ci_ehci_hc_driver, ci->dev->parent,
ci_ehci_hc_driver  374 drivers/usb/chipidea/host.c 	ehci_init_driver(&ci_ehci_hc_driver, &ehci_ci_overrides);
ci_ehci_hc_driver  375 drivers/usb/chipidea/host.c 	orig_bus_suspend = ci_ehci_hc_driver.bus_suspend;
ci_ehci_hc_driver  376 drivers/usb/chipidea/host.c 	ci_ehci_hc_driver.bus_suspend = ci_ehci_bus_suspend;
ci_ehci_hc_driver  377 drivers/usb/chipidea/host.c 	ci_ehci_hc_driver.hub_control = ci_ehci_hub_control;