Home
last modified time | relevance | path

Searched refs:volts (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/drivers/macintosh/
Dwindfarm_smu_sensors.c276 struct wf_sensor *volts; member
290 if (pow->volts) in smu_cpu_power_release()
291 wf_put_sensor(pow->volts); in smu_cpu_power_release()
300 s32 volts, amps, power; in smu_cpu_power_get() local
313 rc = pow->volts->ops->get_value(pow->volts, &volts); in smu_cpu_power_get()
317 power = (s32)((((u64)volts) * ((u64)amps)) >> 16); in smu_cpu_power_get()
338 smu_cpu_power_create(struct wf_sensor *volts, struct wf_sensor *amps) in smu_cpu_power_create() argument
348 wf_get_sensor(volts); in smu_cpu_power_create()
349 pow->volts = volts; in smu_cpu_power_create()
Dwindfarm_rm31.c205 s32 dtemp, volts, amps; in read_one_cpu_vals() local
218 rc = wf_sensor_get(sens_cpu_volts[cpu], &volts); in read_one_cpu_vals()
223 DBG_LOTS(" CPU%d: volts = %d.%03d\n", cpu, FIX32TOPRINT((volts))); in read_one_cpu_vals()
238 *power = (((u64)volts) * ((u64)amps)) >> 16; in read_one_cpu_vals()
Dwindfarm_pm72.c211 s32 dtemp, volts, amps; in read_one_cpu_vals() local
224 rc = wf_sensor_get(sens_cpu_volts[cpu], &volts); in read_one_cpu_vals()
229 DBG_LOTS(" CPU%d: volts = %d.%03d\n", cpu, FIX32TOPRINT((volts))); in read_one_cpu_vals()
244 *power = (((u64)volts) * ((u64)amps)) >> 16; in read_one_cpu_vals()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dsgtl5000.txt16 - micbias-voltage-m-volts : the bias voltage to be used in mVolts
36 micbias-voltage-m-volts = <2250>;
/linux-4.1.27/Documentation/hwmon/
Dlm7848 Voltage sensors (also known as IN sensors) report their values in volts.
52 inputs can measure voltages between 0 and 4.08 volts, with a resolution
57 It is a value in volts. When it is unconnected, you will often find the
Dadc128d81828 Voltage sensors (also known as IN sensors) report their values in volts.
32 inputs can measure voltages between 0 and 2.55 volts, with a resolution
Dasb10036 Voltage sensors (also known as IN sensors) report values in volts.
40 processor itself. It is a value in volts.
Dlm8048 Voltage sensors (also known as IN sensors) report their values in volts.
52 inputs can measure voltages between 0 and 2.55 volts, with a resolution
Dsis559580 Voltage sensors (also known as IN sensors) report their values in volts. An
84 inputs can measure voltages between 0 and 4.08 volts, with a resolution of
Dit87173 Voltage sensors (also known as IN sensors) report their values in volts. An
177 inputs can measure voltages between 0 and 4.08 volts, with a resolution of
191 the mainboard and/or processor itself. It is a value in volts.
Dlm8746 volts. An alarm is triggered if the voltage has crossed a programmable
Dgl518sm51 Voltage sensors (also known as VIN sensors) report their values in volts.
Dvia686a53 Voltage sensors (also known as IN sensors) report their values in volts.
Dw83781d100 Voltage sensors (also known as IN sensors) report their values in volts.
104 inputs can measure voltages between 0 and 4.08 volts, with a resolution
109 It is a value in volts. When it is unconnected, you will often find the
/linux-4.1.27/Documentation/devicetree/bindings/staging/iio/adc/
Dspear-adc.txt12 - vref-external: External voltage reference in milli-volts. If omitted
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/
Dntc_thermistor.txt20 - "pullup-uv" Pull up voltage in micro volts
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/
Dnokia,smia.txt16 - vana-supply: Analogue voltage supply (VANA), typically 2,8 volts (sensor
/linux-4.1.27/arch/powerpc/include/asm/
Dsmu.h570 __u16 volts[3]; /* CPU core voltage for the 3 member
/linux-4.1.27/drivers/regulator/
DKconfig242 to target volts/amps.