Lines Matching defs:omap
3 * ehci-omap.c - driver for USBHOST on OMAP3/4 processors
35 #include <linux/platform_data/usb-omap.h>
50 static const char hcd_name[] = "ehci-omap";
96 struct omap_hcd *omap;
148 omap = (struct omap_hcd *)hcd_to_ehci(hcd)->priv;
149 omap->nports = pdata->nports;
154 for (i = 0 ; i < omap->nports ; i++) {
172 omap->phy[i] = phy;
175 usb_phy_init(omap->phy[i]);
177 usb_phy_set_suspend(omap->phy[i], 0);
209 for (i = 0; i < omap->nports; i++) {
210 if (!omap->phy[i] ||
214 usb_phy_init(omap->phy[i]);
216 usb_phy_set_suspend(omap->phy[i], 0);
226 for (i = 0; i < omap->nports; i++) {
227 if (omap->phy[i])
228 usb_phy_shutdown(omap->phy[i]);
249 struct omap_hcd *omap = (struct omap_hcd *)hcd_to_ehci(hcd)->priv;
254 for (i = 0; i < omap->nports; i++) {
255 if (omap->phy[i])
256 usb_phy_shutdown(omap->phy[i]);
267 { .compatible = "ti,ehci-omap" },
305 MODULE_ALIAS("platform:ehci-omap");