Home
last modified time | relevance | path

Searched full:microvolts (Results 1 – 25 of 69) sorted by relevance

123

/linux-6.12.1/arch/arm/mach-omap2/
Dpmic-cpcap.c21 * omap_cpcap_vsel_to_uv - convert CPCAP VSEL value to microvolts DC
24 * Returns: the microvolts DC that the CPCAP PMIC should generate when
35 * omap_cpcap_uv_to_vsel - convert microvolts DC to CPCAP VSEL value
36 * @uv: microvolts DC to convert
39 * generate an output voltage equal to or greater than @uv microvolts DC.
85 * omap_max8952_vsel_to_uv - convert MAX8952 VSEL value to microvolts DC
88 * Returns: the microvolts DC that the MAX8952 Regulator should generate when
99 * omap_max8952_uv_to_vsel - convert microvolts DC to MAX8952 VSEL value
100 * @uv: microvolts DC to convert
103 * generate an output voltage equal to or greater than @uv microvolts DC.
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dnvidia,tegra124-dfll.txt57 - nvidia,pwm-tristate-microvolts: Regulator voltage in micro volts when PWM
60 - nvidia,pwm-min-microvolts: Regulator voltage in micro volts when PWM control
63 - nvidia,pwm-voltage-step-microvolts: Voltage increase in micro volts
65 duty cycle would be: nvidia,pwm-min-microvolts +
66 nvidia,pwm-voltage-step-microvolts * 2.
127 nvidia,pwm-min-microvolts = <708000>; /* 708mV */
130 nvidia,pwm-tristate-microvolts = <1000000>;
131 nvidia,pwm-voltage-step-microvolts = <19200>; /* 19.2mV */
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-regulator26 NOTE: this field can be used in conjunction with microvolts
91 What: /sys/class/regulator/.../microvolts
97 microvolts. This holds the regulator output voltage setting
98 measured in microvolts (i.e. E-6 Volts), for regulators
153 output voltage setting for this domain measured in microvolts,
157 the power domain has no min microvolts constraint defined by
168 output voltage setting for this domain measured in microvolts,
172 the power domain has no max microvolts constraint defined by
255 voltage setting for this domain measured in microvolts when
266 voltage setting for this domain measured in microvolts when
[all …]
Dsysfs-class-power-ltc4162l37 Valid values: In microvolts
47 Valid values: In microvolts
Dsysfs-class-power220 Valid values: Represented in microvolts
237 Valid values: Represented in microvolts
259 Valid values: Represented in microvolts
520 Valid values: Represented in microvolts
568 Valid values: Represented in microvolts
/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/
Dadi,ad5766.yaml24 output-range-microvolts:
44 - output-range-microvolts
59 output-range-microvolts = <(-5000000) 5000000>;
Ddac.yaml37 Specify the channel output full scale range in microvolts.
/linux-6.12.1/drivers/regulator/
Dbcm590xx-regulator.c102 /* LDO group A: supported voltages in microvolts */
108 /* LDO group C: supported voltages in microvolts */
118 /* DCDC group CSR: supported voltages in microvolts */
125 /* DCDC group IOSR1: supported voltages in microvolts */
133 /* DCDC group SDSR1: supported voltages in microvolts */
Dtps65910-regulator.c29 /* supported VIO voltages in microvolts */
36 /* supported VRTC voltages in microvolts */
41 /* supported VDD3 voltages in microvolts */
46 /* supported VDIG1 voltages in microvolts */
51 /* supported VDIG2 voltages in microvolts */
56 /* supported VPLL voltages in microvolts */
61 /* supported VDAC voltages in microvolts */
66 /* supported VAUX1 voltages in microvolts */
71 /* supported VAUX2 voltages in microvolts */
76 /* supported VAUX33 voltages in microvolts */
[all …]
Dfixed-helper.c28 * @uv: voltage in microvolts
47 data->cfg.microvolts = uv; in regulator_register_always_on()
Dfixed.c188 config->microvolts = init_data->constraints.min_uV; in of_get_fixed_voltage_config()
290 if (config->microvolts) in reg_fixed_voltage_probe()
293 drvdata->desc.fixed_uV = config->microvolts; in reg_fixed_voltage_probe()
/linux-6.12.1/include/linux/regulator/
Dfixed.h22 * @microvolts: Output voltage of regulator
37 int microvolts; member
Dgpio-regulator.h28 * @value: microvolts or microamps
/linux-6.12.1/drivers/iio/adc/
Dti-ads1100.c128 int microvolts; in ads1100_set_scale() local
138 microvolts = regulator_get_voltage(data->reg_vdd); in ads1100_set_scale()
141 * result must be millivolts, d = microvolts / 1000 in ads1100_set_scale()
146 gain = DIV_ROUND_CLOSEST(microvolts, BIT(15)) * MILLI / val2; in ads1100_set_scale()
/linux-6.12.1/include/linux/
Dpower_supply.h339 int ocv; /* microVolts */
445 * is at minimum voltage level in microvolts. If the voltage drops below this
448 * charged in microvolts. This is the "nominal voltage" i.e. the voltage
457 * microvolts. When we pass this voltage we will nominally switch over to the
466 * drops below this value in microvolts, the charging will be restarted
477 * @constant_charge_voltage_max_uv: voltage in microvolts signifying the end of
532 * determine the capacity in percent in relation to the voltage in microvolts
547 * corresponding voltage in microvolts. The internal resistance is used to
Dpm_opp.h32 * @u_volt: Target voltage in microvolts corresponding to this OPP
33 * @u_volt_min: Minimum voltage in microvolts corresponding to this OPP
34 * @u_volt_max: Maximum voltage in microvolts corresponding to this OPP
/linux-6.12.1/include/linux/mfd/
Dmax77693-private.h140 /* microvolts */
142 /* microvolts */
148 /* microvolts */
/linux-6.12.1/Documentation/hwmon/
Dadm1177.rst33 in0_input Measured voltage in microvolts.
/linux-6.12.1/drivers/hwmon/
Dltc4215.c116 * Step 1: convert sense register to microVolts in ltc4215_get_current()
127 /* Calculate voltage in microVolts (151 uV per increment) */ in ltc4215_get_current()
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/
Dtwl4030-charger.yaml34 description: microvolts for charging the backup battery
/linux-6.12.1/drivers/power/supply/
Dpower_supply_hwmon.c239 * microvolts/microamps, so we need to adjust it to in power_supply_hwmon_read()
286 * microvolts/microamps, so we need to adjust it to in power_supply_hwmon_write()
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dmaxim,max8998.yaml69 Four voltage values in microvolts for buck1 regulator that can be
76 Two voltage values in microvolts for buck2 regulator that can be
/linux-6.12.1/Documentation/devicetree/bindings/phy/
Dtransmit-amplitude.yaml19 Transmit amplitude voltages in microvolts, peak-to-peak. If this property
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Daspeed,ast2600-adc.yaml58 ADC internal reference voltage in microvolts.
Dadi,ad7949.yaml39 Internal reference voltage selection in microvolts.

123