Searched refs:supply (Results 1 – 15 of 15) sorted by relevance
| /drivers/power/regulator/ |
| A D | tps65910_regulator.c | 145 int vin = pdata->supply; in tps65910_regulator_get_value() 164 vin = pdata->supply; in tps65910_ldo_get_value() 206 if (pdata->supply < *(ldo->vin_min + sel)) in tps65910_regulator_set_value() 220 int vin = pdata->supply; in tps65910_ldo_set_value() 385 vout = (pdata->supply >= 3000000) ? 5000000 : 0; in tps65910_boost_get_value() 391 struct udevice *supply; in tps65910_regulator_of_to_plat() local 402 ret = device_get_supply_regulator(dev->parent, supply_name, &supply); in tps65910_regulator_of_to_plat() 407 pdata->supply = regulator_get_value(supply); in tps65910_regulator_of_to_plat() 408 if (pdata->supply < 0) { in tps65910_regulator_of_to_plat() 410 supply->name); in tps65910_regulator_of_to_plat()
|
| A D | anatop_regulator.c | 35 struct udevice *supply; member 141 if (anatop_reg->supply) { in anatop_set_voltage() 142 ret = regulator_set_value(anatop_reg->supply, in anatop_set_voltage() 179 &anatop_reg->supply); in anatop_regulator_probe() 184 ret = regulator_set_enable(anatop_reg->supply, true); in anatop_regulator_probe()
|
| A D | Kconfig | 68 bool "Enable driver for X-Powers AXP PMIC USB power supply" 71 Enable support for reading the USB power supply status from 178 bool "Enable Driver Model for NPCM8xx voltage supply" 181 Enable support for configuring voltage supply on NPCM8XX SoC. The 515 bool "Enable driver for RZ/G2L USB PHY VBUS supply" 518 Enable this option to support controlling the VBUS supply in
|
| A D | rk8xx.c | 1527 struct udevice *supply; in switch_get_value() local 1537 &supply)) in switch_get_value() 1538 return regulator_get_value(supply); in switch_get_value()
|
| /drivers/phy/ |
| A D | phy-uclass.c | 40 struct udevice *supply; member 64 static int phy_alloc_counts(struct phy *phy, struct udevice *supply) in phy_alloc_counts() argument 82 counts->supply = supply; in phy_alloc_counts() 130 struct udevice *phydev, *supply = NULL; in generic_phy_get_by_index_nodev() local 181 &supply); in generic_phy_get_by_index_nodev() 189 ret = phy_alloc_counts(phy, supply); in generic_phy_get_by_index_nodev() 317 ret = regulator_set_enable_if_allowed(counts->supply, true); in generic_phy_power_on() 320 counts->supply->name, ret); in generic_phy_power_on() 330 regulator_set_enable_if_allowed(counts->supply, false); in generic_phy_power_on() 366 ret = regulator_set_enable_if_allowed(counts->supply, false); in generic_phy_power_off() [all …]
|
| /drivers/misc/ |
| A D | ls2_sfp.c | 64 struct udevice *supply; member 192 if (priv->supply) { in ls2_sfp_ioctl() 193 ret = regulator_set_enable(priv->supply, true); in ls2_sfp_ioctl() 200 if (priv->supply) in ls2_sfp_ioctl() 201 regulator_set_enable(priv->supply, false); in ls2_sfp_ioctl() 231 ret = device_get_supply_regulator(dev, "ta-sfp-prog-supply", &priv->supply); in ls2_sfp_probe()
|
| A D | k3_avs.c | 64 struct udevice *supply; member 121 if (!vd->supply) in k3_avs_program_voltage() 137 if (vd2->supply != vd->supply) in k3_avs_program_voltage() 146 return regulator_set_value(vd->supply, volt); in k3_avs_program_voltage() 276 ret = device_get_supply_regulator(dev, pname, &vd->supply); in k3_avs_configure()
|
| A D | Kconfig | 635 gdsys devices, which supply the majority of the functionality offered
|
| /drivers/adc/ |
| A D | Kconfig | 10 ADC reference Voltage supply options: 12 - support supply's phandle with auto-enable 13 - supply polarity setting in fdt
|
| /drivers/video/ |
| A D | lp855x_backlight.c | 67 struct udevice *supply; /* regulator for VDD input */ member 83 ret = regulator_set_enable_if_allowed(priv->supply, 1); in lp855x_backlight_enable() 200 "power-supply", &priv->supply); in lp855x_backlight_probe()
|
| /drivers/video/meson/ |
| A D | meson_dw_hdmi.c | 387 struct udevice *supply; in meson_dw_hdmi_probe() local 414 ret = device_get_supply_regulator(dev, "hdmi-supply", &supply); in meson_dw_hdmi_probe() 421 ret = regulator_set_enable_if_allowed(supply, true); in meson_dw_hdmi_probe()
|
| /drivers/mmc/ |
| A D | Kconfig | 148 lines (not the level of main supply). This is required for UHS 157 lines (not the level of main supply). This is required for UHS 902 bool "3.3V power supply not supported" 905 For eSDHC, power supply is through peripheral circuit. 3.3V support is 906 common. Select this if 3.3V power supply not supported.
|
| /drivers/usb/gadget/ |
| A D | Kconfig | 171 batteries. This is in addition to any local power supply,
|
| /drivers/power/ |
| A D | Kconfig | 405 disable eldo3. On some A31(s) tablets it might be used to supply
|
| /drivers/power/pmic/ |
| A D | Kconfig | 379 5 Buck Converters refered as Switched-mode power supply (SMPS), 11 General-
|
Completed in 625 milliseconds