Home
last modified time | relevance | path

Searched refs:voltages (Results 1 – 62 of 62) sorted by relevance

/linux-4.1.27/Documentation/hwmon/
Dmax1606534 monitor and sequence multiple system voltages. The MAX16065/MAX16066 can also
36 current-sense amplifier. The MAX16065 manages up to twelve system voltages
37 simultaneously, and the MAX16066 manages up to eight supply voltages.
40 system voltages. The MAX16067 manages up to six system voltages simultaneously.
43 system voltages simultaneously.
46 system voltages. The MAX16070/MAX16071 can also accurately monitor (+/-2.5%)
48 MAX16070 monitors up to twelve system voltages simultaneously, and the MAX16071
49 monitors up to eight supply voltages.
Dda905514 different inputs. The track and hold circuit ensures stable input voltages at
25 chip junction temperature and auxiliary channels voltages.
36 The voltages on ADC channels 1, 2 and 3 are calculated as:
Demc6w20121 voltages (including its own VCC) and five external thermal sensors,
31 The driver currently only supports the monitoring of the voltages,
Dgl518sm29 0x80 chips support the reading of all voltages and revision 0x00 only
55 measures voltages between 0.000 and 5.865 volt, with a resolution of 0.023
56 volt. The other inputs measure voltages between 0.000 and 4.845 volt, with
Dpc8742720 monitoring capabilities. It can monitor up to 18 voltages, 8 fans and
22 the moment, voltages aren't.
Dda905214 different inputs. The track and hold circuit ensures stable input voltages at
45 The voltages on ADC channels 4, 5 and 6 are calculated as:
Dwm835018 monitor a range of system operating parameters, including the voltages
Dwm831x18 monitor a range of system operating parameters, including the voltages
Dsch562717 capabilities. They can monitor up to 5 voltages, 4 fans and 8 temperatures.
Dlm7827 which is used to report the lower voltages newer Pentium processors use.
52 inputs can measure voltages between 0 and 4.08 volts, with a resolution
Dltc424589 voltages, then the in10_input and in11_input sysfs attributes will not be
93 If you have configured the driver to sample all GPIO pins as analog voltages,
Dpowr122018 for output voltages and GPIOs. This driver implements the voltage
Dadt741120 converter which measures 1 temperature, vdd and 8 input voltages. It has an
Dmenf21bmc18 voltages of the board.
Dsmsc47m19238 show voltages in mV and temperatures in units of 0.001 degC.
68 All voltages are read and written in mV.
Dsch563624 The Fujitsu Theseus can monitor up to 5 voltages, 8 fans and 16
Dvexpress25 providing information about power lines voltages and currents, board
Duserspace-tools5 voltages, fans speed). They are often connected through an I2C bus, but some
Dadc128d81832 inputs can measure voltages between 0 and 2.55 volts, with a resolution
Dadt746218 can also measure 13 voltages or 4 temperatures, or various combinations of the
Dadm127544 or current scaling. Reported voltages, currents, and power are raw measurements,
Df71805f35 capabilities. It can monitor up to 9 voltages (counting its own power
42 additional internal voltages monitored (VSB and battery). It also features
Dlm8052 inputs can measure voltages between 0 and 2.55 volts, with a resolution
Dpc87360124 voltages, and converted into temperatures in user-space.
145 recommended resistor values for some voltages, but this still leaves much
Dina20972 to average results for shunt and bus voltages.
Dabituguru-datasheet201 reading of 255 with 3494 mV. The sensors for higher voltages however are
308 resulted in a _permanent_ reprogramming of the voltages, luckily I had the
310 voltages which proprably safed my computer (after a reboot I managed to
Dsis559584 inputs can measure voltages between 0 and 4.08 volts, with a resolution of
Dadt747542 temperatures and two (2) or more voltages. It has four (4) 16-bit counters
Dsysfs-interface17 voltages between 0 and +4V. Other voltages are scaled back into that
51 except for voltages which start from 0 (because most data sheets use
186 Also see the Alarms section for status flags associated with voltages.
Dadm102661 higher voltages directly. 3.3V, 5V, 12V, -12V and battery voltage all have
Dlm8554 temperatures and five (5) voltages. It has four (4) 16-bit counters for
124 The SMSC EMC6D100 & EMC6D101 monitor external voltages, temperatures, and
Dit87177 inputs can measure voltages between 0 and 4.08 volts, with a resolution of
202 (temperatures, voltages and fans.)
Df71882fg68 capabilities. They can monitor up to 9 voltages, 4 fans and 3 temperature
Dadm924040 of up to four power supplies and two processor core voltages, plus
Dvt1211139 the voltages as seen at the individual pins of UCH1-UCH5. The voltage at the
Dasc7621101 System voltages of VCCP, 2.5V, 3.3V, 5.0V, and 12V motherboard power are
Ddme173745 temp[1-3] (2 remote diodes and 1 internal), 8 voltages in[0-7] (7 external and
Dlm9352 voltages. To set fan speed, the LM93 has two PWM outputs that are each
Dw83781d104 inputs can measure voltages between 0 and 4.08 volts, with a resolution
/linux-4.1.27/drivers/regulator/
Dtps6524x-regulator.c129 const unsigned int *voltages; member
379 .voltages = dcdc1_voltages,
390 .voltages = dcdc2_voltages,
401 .voltages = dcdc3_voltages,
412 .voltages = ldo1_voltages,
425 .voltages = ldo2_voltages,
438 .voltages = fixed_5000000_voltage,
449 .voltages = fixed_5000000_voltage,
610 hw->desc[i].volt_table = info->voltages; in pmic_probe()
Dmc13892-regulator.c253 #define MC13892_FIXED_DEFINE(name, reg, voltages) \ argument
254 MC13xxx_FIXED_DEFINE(MC13892_, name, reg, voltages, \
257 #define MC13892_GPO_DEFINE(name, reg, voltages) \ argument
258 MC13xxx_GPO_DEFINE(MC13892_, name, reg, voltages, \
261 #define MC13892_SW_DEFINE(name, reg, vsel_reg, voltages) \ argument
262 MC13xxx_DEFINE(MC13892_, name, reg, vsel_reg, voltages, \
265 #define MC13892_DEFINE_REGU(name, reg, vsel_reg, voltages) \ argument
266 MC13xxx_DEFINE(MC13892_, name, reg, vsel_reg, voltages, \
Dmc13783-regulator.c235 #define MC13783_DEFINE(prefix, name, reg, vsel_reg, voltages) \ argument
236 MC13xxx_DEFINE(MC13783_REG_, name, reg, vsel_reg, voltages, \
239 #define MC13783_FIXED_DEFINE(prefix, name, reg, voltages) \ argument
240 MC13xxx_FIXED_DEFINE(MC13783_REG_, name, reg, voltages, \
243 #define MC13783_GPO_DEFINE(prefix, name, reg, voltages) \ argument
244 MC13xxx_GPO_DEFINE(MC13783_REG_, name, reg, voltages, \
Dpfuze100-regulator.c195 #define PFUZE100_SWB_REG(_chip, _name, base, mask, voltages) \ argument
199 .n_voltages = ARRAY_SIZE(voltages), \
204 .volt_table = voltages, \
DKconfig65 various voltages.
325 for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
381 VCC_USIM voltages.
389 and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.
397 Exynos-4 chips to control VARM and VINT voltages.
414 Exynos5420/Exynos5800 SoCs to control various voltages.
Dcore.c2465 int i, voltages, ret; in regulator_is_supported_voltage() local
2484 voltages = ret; in regulator_is_supported_voltage()
2486 for (i = 0; i < voltages; i++) { in regulator_is_supported_voltage()
/linux-4.1.27/drivers/devfreq/
DKconfig5 A device may have a list of frequencies and voltages available.
78 the operating frequencies and voltages with OPP support.
79 This does not yet operate with optimal voltages.
89 operating frequencies and voltages with OPP support.
99 operating frequencies and voltages with OPP support.
/linux-4.1.27/Documentation/arm/SA1100/
DLART7 through a number of connectors. The powersupply accepts voltages
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dgpio-regulator.txt5 - states : Selection of available voltages and GPIO configs.
Dmax8952.txt6 - max8952,dvs-mode-microvolt: array of 4 integer values defining DVS voltages
Dregulator.txt7 - regulator-microvolt-offset: Offset applied to voltages to compensate for voltage drops
/linux-4.1.27/Documentation/power/
Dpower_supply_class.txt50 All voltages, currents, charges, energies, time and temperatures in µV,
93 minimal power supply voltages. Maximal/minimal means values of voltages
Ddevices.txt371 will also switch off power supplies or reduce voltages. (Drivers supporting
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dqcom-pm8xxx.txt4 voltages and other various functionality to Qualcomm SoCs.
Dmax14577.txt62 voltages for it.
Dmax8998.txt43 preprogrammed buck dvfs voltages.
/linux-4.1.27/Documentation/devicetree/bindings/power/
Drockchip-io-domain.txt4 IO domain voltages on some Rockchip SoCs are variable but need to be
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt51 voltages reduced, provided all cpus enter this state. Since the span of low
/linux-4.1.27/drivers/hwmon/
Dadt7462.c223 u8 voltages[ADT7462_VOLT_COUNT]; member
723 data->voltages[i] = 0; in adt7462_update_device()
725 data->voltages[i] = i2c_smbus_read_byte_data(client, in adt7462_update_device()
979 x *= data->voltages[attr->index]; in show_voltage()
DKconfig344 core and other voltages.
1738 driver will provide readings of fans, voltages and temperatures
/linux-4.1.27/Documentation/cpu-freq/
Duser-guide.txt114 frequencies and operating voltages "on the fly" without any kernel or
/linux-4.1.27/Documentation/power/regulator/
Dconsumer.txt79 Where min_uV and max_uV are the minimum and maximum acceptable voltages in
/linux-4.1.27/arch/arm/boot/dts/
Dexynos5250-spring.dts125 * The following arrays of DVS voltages are not used, since we are