Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dohci-da8xx.c32 static struct hc_driver __read_mostly ohci_da8xx_hc_driver; variable
382 hcd = usb_create_hcd(&ohci_da8xx_hc_driver, dev, dev_name(dev)); in ohci_da8xx_probe()
552 ohci_init_driver(&ohci_da8xx_hc_driver, &da8xx_overrides); in ohci_da8xx_init()
563 orig_ohci_hub_control = ohci_da8xx_hc_driver.hub_control; in ohci_da8xx_init()
564 orig_ohci_hub_status_data = ohci_da8xx_hc_driver.hub_status_data; in ohci_da8xx_init()
566 ohci_da8xx_hc_driver.hub_status_data = ohci_da8xx_hub_status_data; in ohci_da8xx_init()
567 ohci_da8xx_hc_driver.hub_control = ohci_da8xx_hub_control; in ohci_da8xx_init()