Lines Matching refs:omap_usb
53 struct omap_usb { struct
70 #define phy_to_omapusb(x) container_of((x), struct omap_usb, phy) argument
103 struct omap_usb *phy; in omap_usb2_set_comparator()
117 struct omap_usb *phy = phy_to_omapusb(otg->usb_phy); in omap_usb_set_vbus()
127 struct omap_usb *phy = phy_to_omapusb(otg->usb_phy); in omap_usb_start_srp()
154 static int omap_usb_phy_power(struct omap_usb *phy, int on) in omap_usb_phy_power()
176 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_power_off()
183 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_power_on()
188 static int omap_usb2_disable_clocks(struct omap_usb *phy) in omap_usb2_disable_clocks()
197 static int omap_usb2_enable_clocks(struct omap_usb *phy) in omap_usb2_enable_clocks()
226 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_init()
257 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_exit()
345 static void omap_usb2_init_errata(struct omap_usb *phy) in omap_usb2_init_errata()
367 struct omap_usb *phy; in omap_usb2_probe()
513 struct omap_usb *phy = platform_get_drvdata(pdev); in omap_usb2_remove()