Searched refs:phy_supply (Results 1 – 6 of 6) sorted by relevance
/u-boot/drivers/phy/ |
A D | meson-g12a-usb2.c | 58 struct udevice *phy_supply; member 73 if (priv->phy_supply) { in phy_meson_g12a_usb2_power_on() 74 int ret = regulator_set_enable(priv->phy_supply, true); in phy_meson_g12a_usb2_power_on() 89 if (priv->phy_supply) { in phy_meson_g12a_usb2_power_off() 90 int ret = regulator_set_enable(priv->phy_supply, false); in phy_meson_g12a_usb2_power_off() 197 ret = device_get_supply_regulator(dev, "phy-supply", &priv->phy_supply); in meson_g12a_usb2_phy_probe()
|
A D | meson-gxbb-usb2.c | 85 struct udevice *phy_supply; member 96 if (priv->phy_supply) { in phy_meson_gxbb_usb2_power_on() 97 int ret = regulator_set_enable(priv->phy_supply, true); in phy_meson_gxbb_usb2_power_on() 149 if (priv->phy_supply) { in phy_meson_gxbb_usb2_power_off() 150 int ret = regulator_set_enable(priv->phy_supply, false); in phy_meson_gxbb_usb2_power_off() 196 ret = device_get_supply_regulator(dev, "phy-supply", &priv->phy_supply); in meson_gxbb_usb2_phy_probe()
|
A D | meson-gxl-usb2.c | 105 struct udevice *phy_supply; member 171 if (priv->phy_supply) { in phy_meson_gxl_usb2_power_on() 172 int ret = regulator_set_enable(priv->phy_supply, true); in phy_meson_gxl_usb2_power_on() 193 if (priv->phy_supply) { in phy_meson_gxl_usb2_power_off() 194 int ret = regulator_set_enable(priv->phy_supply, false); in phy_meson_gxl_usb2_power_off() 233 ret = device_get_supply_regulator(dev, "phy-supply", &priv->phy_supply); in meson_gxl_usb2_phy_probe()
|
/u-boot/drivers/net/ |
A D | fec_mxc.c | 1429 if (priv->phy_supply) { in fecmxc_probe() 1430 ret = regulator_set_enable(priv->phy_supply, true); in fecmxc_probe() 1525 if (priv->phy_supply) in fecmxc_remove() 1526 regulator_set_enable(priv->phy_supply, false); in fecmxc_remove() 1553 device_get_supply_regulator(dev, "phy-supply", &priv->phy_supply); in fecmxc_of_to_plat()
|
A D | fec_mxc.h | 259 struct udevice *phy_supply; member
|
A D | designware.c | 719 struct udevice *phy_supply; in designware_eth_probe() local 722 &phy_supply); in designware_eth_probe() 726 ret = regulator_set_enable(phy_supply, true); in designware_eth_probe()
|
Completed in 11 milliseconds