Home
last modified time | relevance | path

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

/u-boot/drivers/phy/
A Dmeson-g12a-usb2.c58 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 Dmeson-gxbb-usb2.c85 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 Dmeson-gxl-usb2.c105 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 Dfec_mxc.c1429 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 Dfec_mxc.h259 struct udevice *phy_supply; member
A Ddesignware.c719 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