/linux/drivers/macintosh/ |
H A D | windfarm_smu_sensors.c | 275 struct wf_sensor *volts; member 289 if (pow->volts) in smu_cpu_power_release() 290 wf_put_sensor(pow->volts); in smu_cpu_power_release() 299 s32 volts, amps, power; in smu_cpu_power_get() local 312 rc = pow->volts->ops->get_value(pow->volts, &volts); in smu_cpu_power_get() 316 power = (s32)((((u64)volts) * ((u64)amps)) >> 16); in smu_cpu_power_get() 337 smu_cpu_power_create(struct wf_sensor *volts, struct wf_sensor *amps) in smu_cpu_power_create() argument 347 wf_get_sensor(volts); in smu_cpu_power_create() 348 pow->volts = volts; in smu_cpu_power_create()
|
H A D | windfarm_rm31.c | 204 s32 dtemp, volts, amps; in read_one_cpu_vals() local 217 rc = wf_sensor_get(sens_cpu_volts[cpu], &volts); in read_one_cpu_vals() 222 DBG_LOTS(" CPU%d: volts = %d.%03d\n", cpu, FIX32TOPRINT((volts))); in read_one_cpu_vals() 237 *power = (((u64)volts) * ((u64)amps)) >> 16; in read_one_cpu_vals()
|
H A D | windfarm_pm72.c | 210 s32 dtemp, volts, amps; in read_one_cpu_vals() local 223 rc = wf_sensor_get(sens_cpu_volts[cpu], &volts); in read_one_cpu_vals() 228 DBG_LOTS(" CPU%d: volts = %d.%03d\n", cpu, FIX32TOPRINT((volts))); in read_one_cpu_vals() 243 *power = (((u64)volts) * ((u64)amps)) >> 16; in read_one_cpu_vals()
|
/linux/Documentation/hwmon/ |
H A D | lm78.rst | 60 Voltage sensors (also known as IN sensors) report their values in volts. 64 inputs can measure voltages between 0 and 4.08 volts, with a resolution 69 It is a value in volts. When it is unconnected, you will often find the
|
H A D | adc128d818.rst | 31 Voltage sensors (also known as IN sensors) report their values in volts. 35 inputs can measure voltages between 0 and 2.55 volts, with a resolution
|
H A D | asb100.rst | 40 Voltage sensors (also known as IN sensors) report values in volts. 44 processor itself. It is a value in volts.
|
H A D | lm80.rst | 59 Voltage sensors (also known as IN sensors) report their values in volts. 63 inputs can measure voltages between 0 and 2.55 volts, with a resolution
|
H A D | sis5595.rst | 98 Voltage sensors (also known as IN sensors) report their values in volts. An 102 inputs can measure voltages between 0 and 4.08 volts, with a resolution of
|
H A D | it87.rst | 294 Voltage sensors (also known as IN sensors) report their values in volts. An 298 voltage inputs can measure voltages between 0 and 4.08 volts, with a resolution 300 3.06 volts, with a resolution of 0.012 volt. IT8732F can measure between 0 and 301 2.8 volts with a resolution of 0.0109 volt. The battery voltage in8 does not 314 the mainboard and/or processor itself. It is a value in volts.
|
H A D | gl518sm.rst | 58 Voltage sensors (also known as VIN sensors) report their values in volts.
|
H A D | lm87.rst | 55 volts. An alarm is triggered if the voltage has crossed a programmable
|
H A D | via686a.rst | 59 Voltage sensors (also known as IN sensors) report their values in volts.
|
H A D | w83781d.rst | 127 Voltage sensors (also known as IN sensors) report their values in volts. 131 inputs can measure voltages between 0 and 4.08 volts, with a resolution 136 It is a value in volts. When it is unconnected, you will often find the
|
/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
|
/linux/Documentation/devicetree/bindings/staging/iio/adc/ |
H A D | spear-adc.txt | 10 - vref-external: External voltage reference in milli-volts. If omitted
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | toshiba,et8ek8.txt | 14 - vana-supply: Analogue voltage supply (VANA), 2.8 volts
|
/linux/drivers/of/unittest-data/ |
H A D | overlay_common.dtsi | 18 compatible = "ot,big-volts-control";
|
/linux/Documentation/peci/ |
H A D | peci.rst | 30 bit with a driven, rising edge from an idle near zero volts. The
|
/linux/arch/powerpc/include/asm/ |
H A D | smu.h | 564 __u16 volts[3]; /* CPU core voltage for the 3 member
|
/linux/drivers/hid/ |
H A D | hid-steam.c | 642 s16 volts; in steam_battery_get_property() local 647 volts = steam->voltage; in steam_battery_get_property() 659 val->intval = volts * 1000; /* mV -> uV */ in steam_battery_get_property() 1700 s16 volts = steam_le16(data + 12); in steam_do_battery_event() local 1708 steam->voltage = volts; in steam_do_battery_event()
|
/linux/Documentation/w1/slaves/ |
H A D | w1_ds2438.rst | 86 Note: To get a volts the value has to be divided by 100.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-dptf | 89 milli volts.
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-myirtech-myd.dts | 149 micbias-voltage-m-volts = <2250>;
|
/linux/drivers/regulator/ |
H A D | Kconfig | 432 to target volts/amps.
|