Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-mv.c96 static struct hc_driver __read_mostly ehci_platform_hc_driver; variable
117 hcd = usb_create_hcd(&ehci_platform_hc_driver, &pdev->dev, dev_name(&pdev->dev)); in mv_ehci_probe()
302 ehci_init_driver(&ehci_platform_hc_driver, &platform_overrides); in ehci_platform_init()
H A Dehci-st.c136 static struct hc_driver __read_mostly ehci_platform_hc_driver; variable
169 hcd = usb_create_hcd(&ehci_platform_hc_driver, &dev->dev, in st_ehci_platform_probe()
351 ehci_init_driver(&ehci_platform_hc_driver, &platform_overrides); in ehci_platform_init()
H A Dehci-platform.c153 static struct hc_driver __read_mostly ehci_platform_hc_driver; variable
303 hcd = usb_create_hcd(&ehci_platform_hc_driver, &dev->dev, in ehci_platform_probe()
343 ehci_platform_hc_driver.relinquish_port = in ehci_platform_probe()
605 ehci_init_driver(&ehci_platform_hc_driver, &platform_overrides); in ehci_platform_init()