Home
last modified time | relevance | path

Searched refs:omap_control_phy_power (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/include/linux/phy/
Domap_control_phy.h69 void omap_control_phy_power(struct device *dev, int on);
75 static inline void omap_control_phy_power(struct device *dev, int on) in omap_control_phy_power() function
/linux-6.14.4/drivers/phy/ti/
Dphy-omap-control.c58 void omap_control_phy_power(struct device *dev, int on) in omap_control_phy_power() function
135 EXPORT_SYMBOL_GPL(omap_control_phy_power);
Dphy-ti-pipe3.c326 omap_control_phy_power(phy->control_dev, 0); in ti_pipe3_power_off()
346 omap_control_phy_power(phy->control_dev, 1); in ti_pipe3_power_on()
Dphy-omap-usb2.c161 omap_control_phy_power(phy->control_dev, on); in omap_usb_phy_power()