Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dohci-da8xx.c30 static struct hc_driver __read_mostly ohci_da8xx_hc_driver; variable
408 hcd = usb_create_hcd(&ohci_da8xx_hc_driver, &pdev->dev, in ohci_da8xx_probe()
563 ohci_init_driver(&ohci_da8xx_hc_driver, &da8xx_overrides); in ohci_da8xx_init()
574 orig_ohci_hub_control = ohci_da8xx_hc_driver.hub_control; in ohci_da8xx_init()
575 orig_ohci_hub_status_data = ohci_da8xx_hc_driver.hub_status_data; in ohci_da8xx_init()
577 ohci_da8xx_hc_driver.hub_status_data = ohci_da8xx_hub_status_data; in ohci_da8xx_init()
578 ohci_da8xx_hc_driver.hub_control = ohci_da8xx_hub_control; in ohci_da8xx_init()