Home
last modified time | relevance | path

Searched refs:omap_usb (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/phy/
Dphy-omap-usb2.c49 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()
/linux-4.1.27/include/linux/phy/
Domap_usb.h33 struct omap_usb { struct
55 #define phy_to_omapusb(x) container_of((x), struct omap_usb, phy) argument