Home
last modified time | relevance | path

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

/external/u-boot/drivers/phy/
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()
/external/u-boot/drivers/net/
Ddesignware.c707 struct udevice *phy_supply; in designware_eth_probe() local
710 &phy_supply); in designware_eth_probe()
714 ret = regulator_set_enable(phy_supply, true); in designware_eth_probe()