/Linux-v5.10/drivers/pcmcia/ |
D | yenta_socket.h | 29 #define CB_5VCARD 0x00000400 /* Card Vcc at 5.0 volts? */ 30 #define CB_3VCARD 0x00000800 /* Card Vcc at 3.3 volts? */ 31 #define CB_XVCARD 0x00001000 /* Card Vcc at X.X volts? */ 32 #define CB_YVCARD 0x00002000 /* Card Vcc at Y.Y volts? */ 33 #define CB_5VSOCKET 0x10000000 /* Socket Vcc at 5.0 volts? */ 34 #define CB_3VSOCKET 0x20000000 /* Socket Vcc at 3.3 volts? */ 35 #define CB_XVSOCKET 0x40000000 /* Socket Vcc at X.X volts? */ 36 #define CB_YVSOCKET 0x80000000 /* Socket Vcc at Y.Y volts? */
|
/Linux-v5.10/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() 219 DBG(" CPU%d, volts reading error !\n", cpu); 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() 225 DBG(" CPU%d, volts reading error !\n", cpu); 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.10/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 | imx219.yaml | 32 Digital I/O voltage supply, 1.8 volts 36 Analog voltage supply, 2.8 volts 40 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
|
/Linux-v5.10/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 | 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 | 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 | 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.10/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.10/Documentation/devicetree/bindings/sound/ |
D | sgtl5000.yaml | 47 micbias-voltage-m-volts: 102 micbias-voltage-m-volts = <2250>;
|
D | adi,adau1977.txt | 29 If not specified the default value will be "7" meaning 8.5 Volts.
|
/Linux-v5.10/Documentation/devicetree/bindings/power/supply/ |
D | bq25980.yaml | 43 Minimum input voltage limit in micro volts with a when the charger is in 57 Minimum input voltage limit in micro volts with a when the charger is in
|
/Linux-v5.10/Documentation/devicetree/bindings/leds/ |
D | leds-lm3532.txt | 32 - ti,als-vmin - Minimum ALS voltage defined in Volts 33 - ti,als-vmax - Maximum ALS voltage defined in Volts
|
/Linux-v5.10/Documentation/devicetree/bindings/staging/iio/adc/ |
D | spear-adc.txt | 10 - vref-external: External voltage reference in milli-volts. If omitted
|
/Linux-v5.10/drivers/net/can/peak_canfd/ |
D | Kconfig | 13 disturbances of up to 500 Volts. The PCAN-PCI Express FD can be
|
/Linux-v5.10/Documentation/devicetree/bindings/hwmon/ |
D | ntc_thermistor.txt | 23 - "pullup-uv" Pull up voltage in micro volts
|
/Linux-v5.10/drivers/power/supply/ |
D | power_supply_hwmon.c | 226 * milliamps(volts) in power_supply_hwmon_read() 268 * milliamps(volts) in power_supply_hwmon_write()
|