ohci_da8xx_hc_driver   31 drivers/usb/host/ohci-da8xx.c static struct hc_driver __read_mostly ohci_da8xx_hc_driver;
ohci_da8xx_hc_driver  381 drivers/usb/host/ohci-da8xx.c 	hcd = usb_create_hcd(&ohci_da8xx_hc_driver, dev, dev_name(dev));
ohci_da8xx_hc_driver  555 drivers/usb/host/ohci-da8xx.c 	ohci_init_driver(&ohci_da8xx_hc_driver, &da8xx_overrides);
ohci_da8xx_hc_driver  566 drivers/usb/host/ohci-da8xx.c 	orig_ohci_hub_control = ohci_da8xx_hc_driver.hub_control;
ohci_da8xx_hc_driver  567 drivers/usb/host/ohci-da8xx.c 	orig_ohci_hub_status_data = ohci_da8xx_hc_driver.hub_status_data;
ohci_da8xx_hc_driver  569 drivers/usb/host/ohci-da8xx.c 	ohci_da8xx_hc_driver.hub_status_data     = ohci_da8xx_hub_status_data;
ohci_da8xx_hc_driver  570 drivers/usb/host/ohci-da8xx.c 	ohci_da8xx_hc_driver.hub_control         = ohci_da8xx_hub_control;