Searched refs:volts (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/drivers/macintosh/ |
D | windfarm_smu_sensors.c | 276 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()
|
D | windfarm_rm31.c | 205 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()
|
D | windfarm_pm72.c | 211 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/ |
D | sgtl5000.txt | 16 - micbias-voltage-m-volts : the bias voltage to be used in mVolts 36 micbias-voltage-m-volts = <2250>;
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm78 | 48 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
|
D | adc128d818 | 28 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
|
D | asb100 | 36 Voltage sensors (also known as IN sensors) report values in volts. 40 processor itself. It is a value in volts.
|
D | lm80 | 48 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
|
D | sis5595 | 80 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
|
D | it87 | 173 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.
|
D | lm87 | 46 volts. An alarm is triggered if the voltage has crossed a programmable
|
D | gl518sm | 51 Voltage sensors (also known as VIN sensors) report their values in volts.
|
D | via686a | 53 Voltage sensors (also known as IN sensors) report their values in volts.
|
D | w83781d | 100 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/ |
D | spear-adc.txt | 12 - vref-external: External voltage reference in milli-volts. If omitted
|
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/ |
D | ntc_thermistor.txt | 20 - "pullup-uv" Pull up voltage in micro volts
|
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/ |
D | nokia,smia.txt | 16 - vana-supply: Analogue voltage supply (VANA), typically 2,8 volts (sensor
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | smu.h | 570 __u16 volts[3]; /* CPU core voltage for the 3 member
|
/linux-4.1.27/drivers/regulator/ |
D | Kconfig | 242 to target volts/amps.
|