/Linux-v5.4/drivers/macintosh/ |
D | windfarm_smu_sensors.c | 274 struct wf_sensor *volts; member 288 if (pow->volts) in smu_cpu_power_release() 289 wf_put_sensor(pow->volts); in smu_cpu_power_release() 298 s32 volts, amps, power; in smu_cpu_power_get() local 311 rc = pow->volts->ops->get_value(pow->volts, &volts); in smu_cpu_power_get() 315 power = (s32)((((u64)volts) * ((u64)amps)) >> 16); in smu_cpu_power_get() 336 smu_cpu_power_create(struct wf_sensor *volts, struct wf_sensor *amps) in smu_cpu_power_create() argument 346 wf_get_sensor(volts); in smu_cpu_power_create() 347 pow->volts = volts; in smu_cpu_power_create()
|
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()
|
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-v5.4/Documentation/devicetree/bindings/media/i2c/ |
D | ov2685.txt | 7 - 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
|
D | ov5695.txt | 7 - 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
|
D | ov5640.txt | 7 - 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
|
D | st,st-mipid02.txt | 17 - VDDE-supply: sensor digital IO supply. Must be 1.8 volts. 18 - VDDIN-supply: sensor internal regulator supply. Must be 1.8 volts.
|
D | toshiba,et8ek8.txt | 14 - vana-supply: Analogue voltage supply (VANA), 2.8 volts
|
D | nokia,smia.txt | 19 - vana-supply: Analogue voltage supply (VANA), typically 2,8 volts (sensor
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | sgtl5000.txt | 26 - micbias-voltage-m-volts : the bias voltage to be used in mVolts 57 micbias-voltage-m-volts = <2250>;
|
/Linux-v5.4/Documentation/hwmon/ |
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
|
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
|
D | asb100.rst | 40 Voltage sensors (also known as IN sensors) report values in volts. 44 processor itself. It is a value in volts.
|
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
|
D | it87.rst | 257 Voltage sensors (also known as IN sensors) report their values in volts. An 261 voltage inputs can measure voltages between 0 and 4.08 volts, with a resolution 263 3.06 volts, with a resolution of 0.012 volt. IT8732F can measure between 0 and 264 2.8 volts with a resolution of 0.0109 volt. The battery voltage in8 does not 277 the mainboard and/or processor itself. It is a value in volts.
|
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
|
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/ |
D | sharp,ld-d5116z01b.txt | 5 - power-supply: regulator to provide the VCC supply voltage (3.3 volts)
|
D | boe,hv070wsa-100.txt | 5 - power-supply: regulator to provide the VCC supply voltage (3.3 volts)
|
D | winstar,wf35ltiacd.txt | 5 - power-supply: regulator to provide the VCC supply voltage (3.3 volts)
|
D | sharp,lq150x1lg11.txt | 5 - power-supply: regulator to provide the VCC supply voltage (3.3 volts)
|
/Linux-v5.4/Documentation/devicetree/bindings/staging/iio/adc/ |
D | spear-adc.txt | 10 - vref-external: External voltage reference in milli-volts. If omitted
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
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-v5.4/Documentation/devicetree/bindings/hwmon/ |
D | ntc_thermistor.txt | 23 - "pullup-uv" Pull up voltage in micro volts
|
/Linux-v5.4/drivers/hid/ |
D | hid-steam.c | 317 s16 volts; in steam_battery_get_property() local 322 volts = steam->voltage; in steam_battery_get_property() 334 val->intval = volts * 1000; /* mV -> uV */ in steam_battery_get_property() 995 s16 volts = steam_le16(data + 12); in steam_do_battery_event() local 1003 steam->voltage = volts; in steam_do_battery_event()
|
/Linux-v5.4/drivers/of/unittest-data/ |
D | overlay_base.dts | 20 compatible = "ot,big-volts-control";
|