Home
last modified time | relevance | path

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

12

/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/media/i2c/
Dov2685.txt7 - avdd-supply: Analog voltage supply, 2.8 volts
8 - dovdd-supply: Digital I/O voltage supply, 1.8 volts
9 - dvdd-supply: Digital core voltage supply, 1.8 volts
Dov5695.txt7 - avdd-supply: Analog voltage supply, 2.8 volts
8 - dovdd-supply: Digital I/O voltage supply, 1.8 volts
9 - dvdd-supply: Digital core voltage supply, 1.2 volts
Dov5640.txt7 - DOVDD-supply: Digital I/O voltage supply, 1.8 volts
8 - AVDD-supply: Analog voltage supply, 2.8 volts
9 - DVDD-supply: Digital core voltage supply, 1.5 volts
Dtoshiba,et8ek8.txt14 - vana-supply: Analogue voltage supply (VANA), 2.8 volts
Dnokia,smia.txt16 - vana-supply: Analogue voltage supply (VANA), typically 2,8 volts (sensor
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dsgtl5000.txt26 - micbias-voltage-m-volts : the bias voltage to be used in mVolts
48 micbias-voltage-m-volts = <2250>;
/Linux-v4.19/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
Dit87183 Voltage sensors (also known as IN sensors) report their values in volts. An
187 voltage inputs can measure voltages between 0 and 4.08 volts, with a resolution
189 3.06 volts, with a resolution of 0.012 volt. IT8732F can measure between 0 and
190 2.8 volts with a resolution of 0.0109 volt. The battery voltage in8 does not
203 the mainboard and/or processor itself. It is a value in volts.
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
/Linux-v4.19/Documentation/devicetree/bindings/staging/iio/adc/
Dspear-adc.txt10 - vref-external: External voltage reference in milli-volts. If omitted
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/
Dboe,hv070wsa-100.txt5 - power-supply: regulator to provide the VCC supply voltage (3.3 volts)
Dwinstar,wf35ltiacd.txt5 - power-supply: regulator to provide the VCC supply voltage (3.3 volts)
Dsharp,lq150x1lg11.txt5 - power-supply: regulator to provide the VCC supply voltage (3.3 volts)
/Linux-v4.19/Documentation/devicetree/bindings/hwmon/
Dntc_thermistor.txt22 - "pullup-uv" Pull up voltage in micro volts
/Linux-v4.19/Documentation/devicetree/bindings/
Dproperty-units.txt32 -microvolt : micro volts
/Linux-v4.19/drivers/hid/
Dhid-steam.c337 s16 volts; in steam_battery_get_property() local
342 volts = steam->voltage; in steam_battery_get_property()
354 val->intval = volts * 1000; /* mV -> uV */ in steam_battery_get_property()
967 s16 volts = steam_le16(data + 12); in steam_do_battery_event() local
975 steam->voltage = volts; in steam_do_battery_event()
/Linux-v4.19/drivers/of/unittest-data/
Doverlay_base.dts20 compatible = "ot,big-volts-control";
/Linux-v4.19/arch/powerpc/include/asm/
Dsmu.h564 __u16 volts[3]; /* CPU core voltage for the 3 member
/Linux-v4.19/Documentation/w1/slaves/
Dw1_ds243863 Note: To get a volts the value has to be divided by 100.

12