ohci_pxa27x_hc_driver  120 drivers/usb/host/ohci-pxa27x.c static struct hc_driver __read_mostly ohci_pxa27x_hc_driver;
ohci_pxa27x_hc_driver  450 drivers/usb/host/ohci-pxa27x.c 	hcd = usb_create_hcd(&ohci_pxa27x_hc_driver, &pdev->dev, "pxa27x");
ohci_pxa27x_hc_driver  613 drivers/usb/host/ohci-pxa27x.c 	ohci_init_driver(&ohci_pxa27x_hc_driver, &pxa27x_overrides);
ohci_pxa27x_hc_driver  614 drivers/usb/host/ohci-pxa27x.c 	ohci_pxa27x_hc_driver.hub_control = pxa27x_ohci_hub_control;