Home
last modified time | relevance | path

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

12

/linux/drivers/macintosh/
A Dwindfarm_smu_sensors.c275 struct wf_sensor *volts; member
289 if (pow->volts) in smu_cpu_power_release()
290 wf_put_sensor(pow->volts); in smu_cpu_power_release()
299 s32 volts, amps, power; in smu_cpu_power_get() local
312 rc = pow->volts->ops->get_value(pow->volts, &volts); in smu_cpu_power_get()
316 power = (s32)((((u64)volts) * ((u64)amps)) >> 16); in smu_cpu_power_get()
337 smu_cpu_power_create(struct wf_sensor *volts, struct wf_sensor *amps) in smu_cpu_power_create() argument
347 wf_get_sensor(volts); in smu_cpu_power_create()
348 pow->volts = volts; in smu_cpu_power_create()
A Dwindfarm_rm31.c204 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()
A Dwindfarm_pm72.c210 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/Documentation/devicetree/bindings/hwmon/
A Dlltc,ltc4286.yaml24 voltage range is 25.6 volts or 102.4 volts for this chip.
25 The default is 102.4 volts.
/linux/Documentation/devicetree/bindings/media/i2c/
A Dovti,ov64a40.yaml26 description: Analog voltage supply, 2.8 volts
29 description: Digital core voltage supply, 1.1 volts
32 description: Digital I/O voltage supply, 1.8 volts
A Dovti,ov5645.yaml26 description: Analog voltage supply, 2.8 volts
29 description: Digital core voltage supply, 1.5 volts
32 description: Digital I/O voltage supply, 1.8 volts
A Dovti,ov7251.yaml34 description: Analog voltage supply, 2.8 volts
37 description: Digital core voltage supply, 1.2 volts
40 description: Digital I/O voltage supply, 1.8 volts
A Dovti,ov9282.yaml43 description: Analog voltage supply, 2.8 volts
46 description: Digital core voltage supply, 1.2 volts
49 description: Digital I/O voltage supply, 1.8 volts
A Dimx219.yaml32 Digital I/O voltage supply, 1.8 volts
36 Analog voltage supply, 2.8 volts
40 Digital core voltage supply, 1.2 volts
A Dovti,ov5640.yaml29 description: Analog voltage supply, 2.8 volts
32 description: Digital core voltage supply, 1.5 volts
35 description: Digital I/O voltage supply, 1.8 volts
A Dovti,ov5675.yaml39 Digital I/O voltage supply, 1.8 volts.
43 Analog voltage supply, 2.8 volts.
47 Digital core voltage supply, 1.2 volts.
A Dst,st-vgxy61.yaml36 Sensor digital core supply. Must be 1.2 volts.
40 Sensor digital IO supply. Must be 1.8 volts.
44 Sensor analog supply. Must be 2.8 volts.
A Dtoshiba,tc358746.yaml53 description: Digital core voltage supply, 1.2 volts
56 description: Digital I/O voltage supply, 1.8 volts
59 description: MIPI CSI phy voltage supply, 1.2 volts
A Dst,st-mipid02.yaml39 Sensor digital IO supply. Must be 1.8 volts.
43 Sensor internal regulator supply. Must be 1.8 volts.
A Dtoshiba,et8ek8.txt14 - vana-supply: Analogue voltage supply (VANA), 2.8 volts
/linux/Documentation/hwmon/
A Dlm78.rst60 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
A Dadc128d818.rst31 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
A Dasb100.rst40 Voltage sensors (also known as IN sensors) report values in volts.
44 processor itself. It is a value in volts.
A Dlm80.rst59 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
/linux/Documentation/devicetree/bindings/power/supply/
A Dbq25980.yaml42 Minimum input voltage limit in micro volts with a when the charger is in
56 Minimum input voltage limit in micro volts with a when the charger is in
/linux/Documentation/devicetree/bindings/sound/
A Dfsl,sgtl5000.yaml49 micbias-voltage-m-volts:
108 micbias-voltage-m-volts = <2250>;
/linux/Documentation/devicetree/bindings/opp/
A Dti,omap-opp-supply.yaml48 description: Absolute maximum voltage for the OPP supply in micro-volts.
59 - description: Reference voltage in micro-volts (OPP Voltage)
/linux/Documentation/devicetree/bindings/staging/iio/adc/
A Dspear-adc.txt10 - vref-external: External voltage reference in milli-volts. If omitted
/linux/Documentation/devicetree/bindings/clock/
A Dnvidia,tegra124-dfll.txt57 - 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/drivers/of/unittest-data/
A Doverlay_common.dtsi18 compatible = "ot,big-volts-control";

Completed in 28 milliseconds

12