Searched refs:phy_supply (Results 1 – 4 of 4) sorted by relevance
100 struct udevice *phy_supply; member151 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()
1346 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()
713 struct udevice *phy_supply; in designware_eth_probe() local716 &phy_supply); in designware_eth_probe()720 ret = regulator_set_enable(phy_supply, true); in designware_eth_probe()
256 struct udevice *phy_supply; member