Lines Matching defs:ehci
27 #define OMAP_EHCI_DEVICE "ehci-omap"
130 [OMAP_EHCI_PORT_MODE_PHY] = "ehci-phy",
131 [OMAP_EHCI_PORT_MODE_TLL] = "ehci-tll",
132 [OMAP_EHCI_PORT_MODE_HSIC] = "ehci-hsic",
194 struct platform_device *ehci;
200 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "ehci");
208 res = platform_get_resource_byname(pdev, IORESOURCE_IRQ, "ehci-irq");
216 ehci = omap_usbhs_alloc_child(OMAP_EHCI_DEVICE, resources, 2, pdata,
219 if (!ehci) {
252 platform_device_unregister(ehci);
520 { .compatible = "ti,ehci-omap", },
862 * init before ehci and ohci drivers;
864 * the omap ehci and ohci probe functions are called.