| /linux/drivers/cpufreq/ |
| H A D | s3c64xx-cpufreq.c | 67 ret = regulator_set_voltage(vddarm, in s3c64xx_cpufreq_set_target() 87 ret = regulator_set_voltage(vddarm, in s3c64xx_cpufreq_set_target()
|
| H A D | pxa2xx-cpufreq.c | 122 ret = regulator_set_voltage(vcc_core, vmin, vmax); in pxa_cpufreq_change_voltage()
|
| /linux/drivers/devfreq/ |
| H A D | rk3399_dmc.c | 170 err = regulator_set_voltage(dmcfreq->vdd_center, target_volt, in rk3399_dmcfreq_target() 183 regulator_set_voltage(dmcfreq->vdd_center, dmcfreq->volt, in rk3399_dmcfreq_target() 200 regulator_set_voltage(dmcfreq->vdd_center, dmcfreq->volt, in rk3399_dmcfreq_target() 204 err = regulator_set_voltage(dmcfreq->vdd_center, target_volt, in rk3399_dmcfreq_target()
|
| /linux/drivers/leds/ |
| H A D | leds-regulator.c | 41 ret = regulator_set_voltage(supply, voltage, voltage); in led_regulator_get_max_brightness() 109 ret = regulator_set_voltage(led->vcc, voltage, voltage); in regulator_led_brightness_set()
|
| /linux/drivers/video/backlight/ |
| H A D | l4f00242t03.c | 54 ret = regulator_set_voltage(priv->io_reg, 1800000, 1800000); in l4f00242t03_lcd_init() 65 ret = regulator_set_voltage(priv->core_reg, 2800000, 2800000); in l4f00242t03_lcd_init()
|
| /linux/drivers/input/misc/ |
| H A D | twl6040-vibra.c | 299 error = regulator_set_voltage(info->supplies[0].consumer, in twl6040_vibra_probe() 309 error = regulator_set_voltage(info->supplies[1].consumer, in twl6040_vibra_probe()
|
| /linux/include/trace/events/ |
| H A D | regulator.h | 131 DEFINE_EVENT(regulator_range, regulator_set_voltage,
|
| /linux/drivers/nvmem/ |
| H A D | qfprom.c | 155 ret = regulator_set_voltage(priv->vcc, 0, INT_MAX); in qfprom_disable_fuse_blowing() 207 ret = regulator_set_voltage(priv->vcc, qfprom_blow_uV, INT_MAX); in qfprom_enable_fuse_blowing()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
| H A D | gk20a.c | 114 return regulator_set_voltage(volt->vdd, volt->base.vid[vid].uv, 1200000); in gk20a_volt_vid_set()
|
| /linux/drivers/remoteproc/ |
| H A D | qcom_wcnss_iris.c | 184 regulator_set_voltage(iris->vregs[i].consumer, in qcom_iris_probe()
|
| /linux/rust/kernel/ |
| H A D | regulator.rs | 256 bindings::regulator_set_voltage( in set_voltage()
|
| /linux/Documentation/translations/zh_CN/power/ |
| H A D | opp.rst | 238 regulator_set_voltage(.., v);
|
| /linux/drivers/input/keyboard/ |
| H A D | tm2-touchkey.c | 102 regulator_set_voltage(touchkey->vdd, volt, volt); in tm2_touchkey_led_brightness_set()
|
| /linux/drivers/iio/accel/ |
| H A D | bma180.c | 949 ret = regulator_set_voltage(data->vdd_supply, 1620000, 3600000); in bma180_probe() 952 ret = regulator_set_voltage(data->vddio_supply, 1200000, 3600000); in bma180_probe()
|
| /linux/Documentation/driver-api/ |
| H A D | regulator.rst | 97 The :c:func:`regulator_set_voltage()` and
|
| /linux/drivers/memory/samsung/ |
| H A D | exynos5422-dmc.c | 465 ret = regulator_set_voltage(dmc->vdd_mif, target_volt, in exynos5_dmc_align_target_voltage() 491 ret = regulator_set_voltage(dmc->vdd_mif, target_volt, in exynos5_dmc_align_bypass_voltage()
|
| /linux/sound/soc/codecs/ |
| H A D | arizona.c | 1115 ret = regulator_set_voltage(arizona->dcvdd, 1800000, 1800000); in arizona_dvfs_enable() 1127 regulator_set_voltage(arizona->dcvdd, 1200000, 1800000); in arizona_dvfs_enable() 1148 ret = regulator_set_voltage(arizona->dcvdd, 1200000, 1800000); in arizona_dvfs_disable()
|
| /linux/Documentation/power/ |
| H A D | opp.rst | 268 regulator_set_voltage(.., v);
|
| /linux/drivers/pmdomain/imx/ |
| H A D | gpcv2.c | 1333 regulator_set_voltage(domain->regulator, in imx_pgc_domain_probe()
|
| /linux/drivers/net/dsa/ |
| H A D | mt7530.c | 2494 regulator_set_voltage(priv->core_pwr, 1000000, 1000000); in mt7530_setup() 2502 regulator_set_voltage(priv->io_pwr, 3300000, 3300000); in mt7530_setup()
|
| /linux/drivers/regulator/ |
| H A D | core.c | 4518 int regulator_set_voltage(struct regulator *regulator, int min_uV, int max_uV) in regulator_set_voltage() function 4532 EXPORT_SYMBOL_GPL(regulator_set_voltage);
|