Searched refs:omap_usb (Results 1 – 2 of 2) sorted by relevance
49 struct omap_usb *phy; in omap_usb2_set_comparator()63 struct omap_usb *phy = phy_to_omapusb(otg->usb_phy); in omap_usb_set_vbus()73 struct omap_usb *phy = phy_to_omapusb(otg->usb_phy); in omap_usb_start_srp()102 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_power_off()111 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_power_on()120 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_init()190 struct omap_usb *phy; in omap_usb2_probe()310 struct omap_usb *phy = platform_get_drvdata(pdev); in omap_usb2_remove()326 struct omap_usb *phy = platform_get_drvdata(pdev); in omap_usb2_runtime_suspend()338 struct omap_usb *phy = platform_get_drvdata(pdev); in omap_usb2_runtime_resume()
33 struct omap_usb { struct55 #define phy_to_omapusb(x) container_of((x), struct omap_usb, phy) argument