Searched refs:phy_supply (Results 1 – 2 of 2) 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()
707 struct udevice *phy_supply; in designware_eth_probe() local710 &phy_supply); in designware_eth_probe()714 ret = regulator_set_enable(phy_supply, true); in designware_eth_probe()