Home
last modified time | relevance | path

Searched refs:uV (Results 1 – 25 of 120) sorted by relevance

12345

/linux/drivers/soc/rockchip/
A Dio-domain.c85 u32 is_3v3 = uV > MAX_VOLTAGE_1_8; in rk3568_iodomain_write()
124 int uV) in rockchip_iodomain_write() argument
150 int uV; in rockchip_iodomain_notify() local
172 uV = (unsigned long)data; in rockchip_iodomain_notify()
179 if (uV > MAX_VOLTAGE_3_3) { in rockchip_iodomain_notify()
594 int uV; in rockchip_iodomain_probe() local
616 if (uV < 0) { in rockchip_iodomain_probe()
619 ret = uV; in rockchip_iodomain_probe()
623 if (uV > MAX_VOLTAGE_3_3) { in rockchip_iodomain_probe()
626 uV); in rockchip_iodomain_probe()
[all …]
/linux/drivers/regulator/
A Dqcom_rpm-regulator.c58 int uV; member
213 int uV; in rpm_reg_set_mV_sel() local
219 if (uV < 0) in rpm_reg_set_mV_sel()
220 return uV; in rpm_reg_set_mV_sel()
227 vreg->uV = uV; in rpm_reg_set_mV_sel()
240 int uV; in rpm_reg_set_uV_sel() local
246 if (uV < 0) in rpm_reg_set_uV_sel()
247 return uV; in rpm_reg_set_uV_sel()
251 ret = rpm_reg_write(vreg, req, uV); in rpm_reg_set_uV_sel()
254 vreg->uV = uV; in rpm_reg_set_uV_sel()
[all …]
A Dqcom_spmi-regulator.c614 int uV = min_uV; in spmi_regulator_select_voltage() local
624 uV = lim_min_uV; in spmi_regulator_select_voltage()
626 if (uV < lim_min_uV || uV > lim_max_uV) { in spmi_regulator_select_voltage()
650 if (uV > max_uV) { in spmi_regulator_select_voltage()
751 int uV = min_uV; in spmi_regulator_select_voltage_same_range() local
761 if (uV < range->min_uV || uV > range->max_uV) { in spmi_regulator_select_voltage_same_range()
770 uV = DIV_ROUND_UP(uV - range->min_uV, range->step_uV); in spmi_regulator_select_voltage_same_range()
771 uV = uV * range->step_uV + range->min_uV; in spmi_regulator_select_voltage_same_range()
881 int uV; in spmi_regulator_ftsmps426_get_voltage() local
972 int uV = 0; in spmi_regulator_common_list_voltage() local
[all …]
A Dltc3676.c73 static int ltc3676_set_suspend_voltage(struct regulator_dev *rdev, int uV) in ltc3676_set_suspend_voltage() argument
80 dev_dbg(dev, "%s id=%d uV=%d\n", __func__, dcdc, uV); in ltc3676_set_suspend_voltage()
81 sel = regulator_map_voltage_linear(rdev, uV, uV); in ltc3676_set_suspend_voltage()
135 static inline unsigned int ltc3676_scale(unsigned int uV, u32 r1, u32 r2) in ltc3676_scale() argument
138 if (uV == 0) in ltc3676_scale()
140 tmp = (uint64_t)uV * r1; in ltc3676_scale()
142 return uV + (unsigned int)tmp; in ltc3676_scale()
A Dltc3589.c100 static int ltc3589_set_suspend_voltage(struct regulator_dev *rdev, int uV) in ltc3589_set_suspend_voltage() argument
105 sel = regulator_map_voltage_linear(rdev, uV, uV); in ltc3589_set_suspend_voltage()
166 static inline unsigned int ltc3589_scale(unsigned int uV, u32 r1, u32 r2) in ltc3589_scale() argument
170 if (uV == 0) in ltc3589_scale()
173 tmp = (uint64_t)uV * r1; in ltc3589_scale()
175 return uV + (unsigned int)tmp; in ltc3589_scale()
A Dpf8x00-regulator.c302 static int pf8x00_set_suspend_voltage(struct regulator_dev *rdev, int uV) in pf8x00_set_suspend_voltage() argument
307 if (regl->suspend_voltage_cache == uV) in pf8x00_set_suspend_voltage()
310 ret = regulator_map_voltage_iterate(rdev, uV, uV); in pf8x00_set_suspend_voltage()
312 dev_err(rdev_get_dev(rdev), "failed to map %i uV\n", uV); in pf8x00_set_suspend_voltage()
317 uV, regl->suspend_voltage_reg, regl->desc.vsel_mask, ret); in pf8x00_set_suspend_voltage()
321 dev_err(rdev_get_dev(rdev), "failed to set %i uV\n", uV); in pf8x00_set_suspend_voltage()
325 regl->suspend_voltage_cache = uV; in pf8x00_set_suspend_voltage()
A Dvctrl-regulator.c100 int uV; in vctrl_set_voltage() local
107 uV = vctrl_calc_output_voltage(vctrl, orig_ctrl_uV); in vctrl_set_voltage()
109 if (req_min_uV >= uV || !vctrl->ovp_threshold) in vctrl_set_voltage()
116 while (uV > req_min_uV) { in vctrl_set_voltage()
117 int max_drop_uV = (uV * vctrl->ovp_threshold) / 100; in vctrl_set_voltage()
126 next_uV = max_t(int, req_min_uV, uV - max_drop_uV); in vctrl_set_voltage()
136 delay = DIV_ROUND_UP(uV - next_uV, vctrl->min_slew_down_rate); in vctrl_set_voltage()
139 uV = next_uV; in vctrl_set_voltage()
A Dvexpress-regulator.c19 unsigned int uV; in vexpress_regulator_get_voltage() local
20 int err = regmap_read(regdev->regmap, 0, &uV); in vexpress_regulator_get_voltage()
22 return err ? err : uV; in vexpress_regulator_get_voltage()
A Dwm831x-ldo.c66 int uV) in wm831x_gp_ldo_set_suspend_voltage() argument
72 sel = regulator_map_voltage_linear_range(rdev, uV, uV); in wm831x_gp_ldo_set_suspend_voltage()
319 int uV) in wm831x_aldo_set_suspend_voltage() argument
325 sel = regulator_map_voltage_linear_range(rdev, uV, uV); in wm831x_aldo_set_suspend_voltage()
525 int uV) in wm831x_alive_ldo_set_suspend_voltage() argument
531 sel = regulator_map_voltage_linear(rdev, uV, uV); in wm831x_alive_ldo_set_suspend_voltage()
A Dmax8925-regulator.c102 static int max8925_set_dvm_voltage(struct regulator_dev *rdev, int uV) in max8925_set_dvm_voltage() argument
107 if (uV < SD1_DVM_VMIN || uV > SD1_DVM_VMAX) in max8925_set_dvm_voltage()
110 data = DIV_ROUND_UP(uV - SD1_DVM_VMIN, SD1_DVM_STEP); in max8925_set_dvm_voltage()
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-adc-mt63606 Calculating with scale and offset returns voltage in uV
14 Calculating with scale and offset returns voltage in uV
22 Calculating with scale and offset returns voltage in uV
29 Calculating with scale and offset returns voltage in uV
36 Calculating with scale and offset returns voltage in uV
57 Calculating with scale and offset returns voltage in uV
71 Calculating with scale and offset returns voltage in uV
78 Calculating with scale and offset returns voltage in uV
/linux/drivers/soc/qcom/
A Dcpr.c204 int uV; member
216 int uV; member
780 new_uV = corner->uV; in cpr_set_performance_state()
857 int uV; in cpr_fuse_corner_init() local
884 if (uV < 0) in cpr_fuse_corner_init()
885 return uV; in cpr_fuse_corner_init()
889 fuse->uV = clamp(uV, fuse->min_uV, fuse->max_uV); in cpr_fuse_corner_init()
1000 uV_high = fuse->uV; in cpr_interpolate()
1010 return corner->uV; in cpr_interpolate()
1186 corner->uV = fuse->uV; in cpr_corner_init()
[all …]
/linux/sound/soc/atmel/
A Dtse850-pcm5142.c194 unsigned int uV = ucontrol->value.enumerated.item[0]; in tse850_put_ana() local
197 if (uV >= e->items) in tse850_put_ana()
209 if (uV) in tse850_put_ana()
210 uV = 11000000 + (1000000 * uV); in tse850_put_ana()
212 uV = 2000000; in tse850_put_ana()
214 ret = regulator_set_voltage(tse850->ana, uV, uV); in tse850_put_ana()
/linux/Documentation/devicetree/bindings/opp/
A Dqcom-opp.txt18 a certain fuse corner/level. A fuse corner/level contains e.g. ref uV,
19 min uV, and max uV.
A Dopp-v1.yaml29 - description: Voltage for OPP in uV
45 /* kHz uV */
/linux/arch/arm/boot/dts/
A Dimx6q.dtsi25 /* kHz uV */
33 /* ARM kHz SOC-PU uV */
62 /* kHz uV */
70 /* ARM kHz SOC-PU uV */
97 /* kHz uV */
105 /* ARM kHz SOC-PU uV */
132 /* kHz uV */
140 /* ARM kHz SOC-PU uV */
A Dimx6q-cm-fx6.dts176 /* kHz uV */
183 /* ARM kHz SOC-PU uV */
198 /* kHz uV */
205 /* ARM kHz SOC-PU uV */
220 /* kHz uV */
227 /* ARM kHz SOC-PU uV */
242 /* kHz uV */
249 /* ARM kHz SOC-PU uV */
A Dimx6dl-sabreauto.dts17 /* kHz uV */
23 /* ARM kHz SOC-PU uV */
A Domap4460.dtsi17 /* kHz uV */
54 /*uV ABB efuse rbb_m fbb_m vset_m*/
72 /*uV ABB efuse rbb_m fbb_m vset_m*/
A Dimx6dl.dtsi24 /* kHz uV */
30 /* ARM kHz SOC-PU uV */
57 /* kHz uV */
63 /* ARM kHz SOC-PU uV */
/linux/Documentation/devicetree/bindings/power/supply/
A Drichtek,rt9455.yaml37 description: maximum battery voltage in uV.
42 maximum voltage provided to consumer devices, when the charger is in boost mode, in uV.
47 input voltage level in uV, used to decrease voltage level when the over current of the
49 current provided by the power source. Defaults to 4500000 uV (4.5V).
A Dqcom,pm8941-charger.yaml52 Battery voltage limit in uV above which fast charging may operate; Defaults to 3.2V
60 Battery voltage limit in uV below which fast charging may operate; Defaults to 4.2V
69 Maximum safe battery voltage in uV; May be pre-set by bootloader, in which case,
87 Battery voltage limit in uV below which auto-recharge functionality will restart charging
96 Input voltage level in uV above which charging may operate. Defaults to 4.3V.
/linux/Documentation/devicetree/bindings/regulator/
A Drohm,bd71828-regulator.yaml53 PMIC default "RUN" state voltage in uV. See below table for
61 PMIC default "IDLE" state voltage in uV. See below table for
69 PMIC default "SUSPEND" state voltage in uV. See below table for
77 PMIC default "LPSR" state voltage in uV. See below table for
/linux/Documentation/devicetree/bindings/phy/
A Dapm-xgene-phy.txt33 Range is between 0 to 199500 in unit of uV.
34 Default is 199500 uV.
38 uV. Default is 0.
41 speed on the host. Range is 0 to 127400 in unit uV.
/linux/Documentation/devicetree/bindings/hwmon/
A Dmax6650.txt11 - maxim,fan-microvolt : The supply voltage of the fan, either 5000000 uV or
12 12000000 uV.

Completed in 56 milliseconds

12345