Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/phy/ti/
Dphy-omap-usb2.c45 struct omap_usb *phy; in omap_usb2_set_comparator()
59 struct omap_usb *phy = phy_to_omapusb(otg->usb_phy); in omap_usb_set_vbus()
69 struct omap_usb *phy = phy_to_omapusb(otg->usb_phy); in omap_usb_start_srp()
96 static int omap_usb_phy_power(struct omap_usb *phy, int on) in omap_usb_phy_power()
118 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_power_off()
125 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_power_on()
130 static int omap_usb2_disable_clocks(struct omap_usb *phy) in omap_usb2_disable_clocks()
139 static int omap_usb2_enable_clocks(struct omap_usb *phy) in omap_usb2_enable_clocks()
168 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_init()
192 struct omap_usb *phy = phy_get_drvdata(x); in omap_usb_exit()
[all …]
/Linux-v5.4/include/linux/phy/
Domap_usb.h29 struct omap_usb { struct
68 #define phy_to_omapusb(x) container_of((x), struct omap_usb, phy)