Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/
H A Dmeson-gxl-usb2.c100 struct udevice *phy_supply; member
151 if (priv->phy_supply) { in phy_meson_gxl_usb2_power_on()
152 int ret = regulator_set_enable(priv->phy_supply, true); in phy_meson_gxl_usb2_power_on()
173 if (priv->phy_supply) { in phy_meson_gxl_usb2_power_off()
174 int ret = regulator_set_enable(priv->phy_supply, false); in phy_meson_gxl_usb2_power_off()
213 ret = device_get_supply_regulator(dev, "phy-supply", &priv->phy_supply); in meson_gxl_usb2_phy_probe()
/openbmc/u-boot/drivers/net/
H A Dfec_mxc.c1346 if (priv->phy_supply) { in fecmxc_probe()
1347 ret = regulator_set_enable(priv->phy_supply, true); in fecmxc_probe()
1430 if (priv->phy_supply) in fecmxc_remove()
1431 regulator_set_enable(priv->phy_supply, false); in fecmxc_remove()
1458 device_get_supply_regulator(dev, "phy-supply", &priv->phy_supply); in fecmxc_ofdata_to_platdata()
H A Ddesignware.c713 struct udevice *phy_supply; in designware_eth_probe() local
716 &phy_supply); in designware_eth_probe()
720 ret = regulator_set_enable(phy_supply, true); in designware_eth_probe()
H A Dfec_mxc.h256 struct udevice *phy_supply; member