/linux/arch/arm/mach-omap2/ |
H A D | pmic-cpcap.c | 21 * 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/Documentation/devicetree/bindings/clock/ |
H A D | nvidia,tegra124-dfll.txt | 57 - 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/Documentation/ABI/testing/ |
H A D | sysfs-class-regulator | 26 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 …]
|
H A D | sysfs-class-power-ltc4162l | 37 Valid values: In microvolts 47 Valid values: In microvolts
|
H A D | sysfs-class-power | 220 Valid values: Represented in microvolts 237 Valid values: Represented in microvolts 259 Valid values: Represented in microvolts 540 Valid values: Represented in microvolts 588 Valid values: Represented in microvolts
|
/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | adi,ad5766.yaml | 24 output-range-microvolts: 44 - output-range-microvolts 59 output-range-microvolts = <(-5000000) 5000000>;
|
H A D | dac.yaml | 37 Specify the channel output full scale range in microvolts.
|
/linux/drivers/regulator/ |
H A D | bcm590xx-regulator.c | 102 /* 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 */
|
H A D | tps65910-regulator.c | 29 /* 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 …]
|
H A D | fixed-helper.c | 28 * @uv: voltage in microvolts 47 data->cfg.microvolts = uv; in regulator_register_always_on()
|
H A D | fixed.c | 188 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/include/linux/regulator/ |
H A D | fixed.h | 22 * @microvolts: Output voltage of regulator 37 int microvolts; member
|
H A D | gpio-regulator.h | 28 * @value: microvolts or microamps
|
/linux/drivers/iio/adc/ |
H A D | ti-ads1100.c | 128 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/Documentation/devicetree/bindings/display/bridge/ |
H A D | ti,sn65dsi83.yaml | 117 lanes in microvolts. 124 lanes in microvolts.
|
/linux/include/linux/mfd/ |
H A D | max77693-private.h | 140 /* microvolts */ 142 /* microvolts */ 148 /* microvolts */
|
/linux/Documentation/hwmon/ |
H A D | adm1177.rst | 33 in0_input Measured voltage in microvolts.
|
/linux/drivers/hwmon/ |
H A D | ltc4215.c | 116 * 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/Documentation/devicetree/bindings/mfd/ |
H A D | maxim,max8998.yaml | 69 Four voltage values in microvolts for buck1 regulator that can be 76 Two voltage values in microvolts for buck2 regulator that can be
|
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | twl4030-charger.yaml | 34 description: microvolts for charging the backup battery
|
/linux/include/linux/ |
H A D | pm_opp.h | 32 * @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/Documentation/devicetree/bindings/phy/ |
H A D | transmit-amplitude.yaml | 19 Transmit amplitude voltages in microvolts, peak-to-peak. If this property
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad7949.yaml | 39 Internal reference voltage selection in microvolts.
|
H A D | aspeed,ast2600-adc.yaml | 58 ADC internal reference voltage in microvolts.
|
/linux/Documentation/devicetree/bindings/input/ |
H A D | allwinner,sun4i-a10-lradc-keys.yaml | 66 Voltage in microvolts at LRADC input when this key is
|