Searched refs:regulator_get_voltage (Results 1 – 25 of 119) sorted by relevance
12345
68 old_vproc = regulator_get_voltage(proc_reg); in mtk_cpufreq_voltage_tracking()84 old_vsram = regulator_get_voltage(sram_reg); in mtk_cpufreq_voltage_tracking()90 old_vproc = regulator_get_voltage(proc_reg); in mtk_cpufreq_voltage_tracking()139 old_vproc = regulator_get_voltage(proc_reg); in mtk_cpufreq_voltage_tracking()145 old_vsram = regulator_get_voltage(sram_reg); in mtk_cpufreq_voltage_tracking()217 old_vproc = regulator_get_voltage(info->proc_reg); in mtk_cpufreq_set_target()
72 volt_old = regulator_get_voltage(mpu_reg); in omap_target()174 if (regulator_get_voltage(mpu_reg) < 0) { in omap_cpufreq_probe()
98 uv = regulator_get_voltage(volt->vdd); in gk20a_volt_vid_get()122 int prev_uv = regulator_get_voltage(volt->vdd); in gk20a_volt_set_id()156 uv = regulator_get_voltage(tdev->vdd); in gk20a_volt_ctor()
83 vdd_uV = regulator_get_voltage(supply); in mmc_regulator_get_ocrmask()152 current_uV = regulator_get_voltage(regulator); in mmc_regulator_set_voltage_if_supported()
70 tmp *= regulator_get_voltage(dac->vref) / 1000; in dpot_dac_read_raw()84 *val *= regulator_get_voltage(dac->vref) / 1000; in dpot_dac_read_raw()
137 ret = regulator_get_voltage(state->vrefh_reg); in ad8801_probe()160 ret = regulator_get_voltage(state->vrefl_reg); in ad8801_probe()
105 return regulator_get_voltage(st->vref_reg); in ad7303_get_vref()107 ret = regulator_get_voltage(st->vdd_reg); in ad7303_get_vref()
238 ret = regulator_get_voltage(st->reg); in ad5624r_probe()253 ret = regulator_get_voltage(st->reg); in ad5624r_probe()
359 ret = regulator_get_voltage(st->reg_vdd); in ad5791_probe()372 ret = regulator_get_voltage(st->reg_vss); in ad5791_probe()
320 ret = regulator_get_voltage(data->vdd_reg); in mcp4725_read_raw()322 ret = regulator_get_voltage(data->vref_reg); in mcp4725_read_raw()
65 *val = regulator_get_voltage(dac->vref) / 1000; in lpc18xx_dac_read_raw()
144 ret = regulator_get_voltage(state->vref_reg); in mcp4922_probe()
246 ret = regulator_get_voltage(adc->vref_p); in adc12138_read_raw()252 ret = regulator_get_voltage(adc->vref_n); in adc12138_read_raw()265 *value = regulator_get_voltage(adc->vref_n); in adc12138_read_raw()
88 vref_uv = regulator_get_voltage(state->vref_reg); in max11100_read_raw()
521 ret = regulator_get_voltage(priv->vdda); in stm32_adc_core_hw_start()629 ret = regulator_get_voltage(priv->vdd); in stm32_adc_core_switches_probe()704 ret = regulator_get_voltage(priv->vref); in stm32_adc_probe()
118 *value = regulator_get_voltage(adc->reg); in ads8344_read_raw()
79 ret = regulator_get_voltage(adc->reg); in adc128_read_raw()
62 err = regulator_get_voltage(adc->ref); in adc081c_read_raw()
105 *val = regulator_get_voltage(adc->vref) / 1000; in lpc18xx_adc_read_raw()
88 *val = regulator_get_voltage(st->vref) / 1000; in lpc32xx_read_raw()
95 vref_uV = regulator_get_voltage(adc->vref); in max1241_read_raw()
127 vref_uV = regulator_get_voltage(adc->reg); in max1118_get_vref_mV()
151 volt = regulator_get_voltage(info->supplies[0].consumer) / 1000; in twl6040_vibra_set_effect()157 volt = regulator_get_voltage(info->supplies[1].consumer) / 1000; in twl6040_vibra_set_effect()
260 int regulator_get_voltage(struct regulator *regulator);489 static inline int regulator_get_voltage(struct regulator *regulator) in regulator_get_voltage() function
132 vref_uv = regulator_get_voltage(reg); in ads7828_probe()
Completed in 804 milliseconds