Home
last modified time | relevance | path

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

/linux-4.4.14/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
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:
Dpc8742720 monitoring capabilities. It can monitor up to 18 voltages, 8 fans and
22 the moment, voltages aren't.
Dwm835018 monitor a range of system operating parameters, including the voltages
Dsch562717 capabilities. They can monitor up to 5 voltages, 4 fans and 8 temperatures.
Dwm831x18 monitor a range of system operating parameters, including the voltages
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,
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
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
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
Dadm127548 or current scaling. Reported voltages, currents, and power are raw measurements,
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
Dadt747542 temperatures and two (2) or more voltages. It has four (4) 16-bit counters
Dsis559584 inputs can measure voltages between 0 and 4.08 volts, with a resolution of
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
Dit87184 voltage inputs can measure voltages between 0 and 4.08 volts, with a resolution
211 (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.4.14/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.
335 for PXA27x chips to control VCC_CORE and VCC_USIM voltages.
391 VCC_USIM voltages.
399 and S5PC1XX chips to control VCC_CORE and VCC_USIM voltages.
407 Exynos-4 chips to control VARM and VINT voltages.
424 Exynos5420/Exynos5800 SoCs to control various voltages.
Dcore.c2632 int i, voltages, ret; in regulator_is_supported_voltage() local
2651 voltages = ret; in regulator_is_supported_voltage()
2653 for (i = 0; i < voltages; i++) { in regulator_is_supported_voltage()
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/regulator/
Dpwm-regulator.txt9 only operate at the voltages supplied in the table.
17 supplied voltages specified in the
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.4.14/drivers/gpu/drm/amd/include/
Dcgs_common.h475 const uint32_t *voltages);
615 #define cgs_set_camera_voltages(dev,mask,voltages) \ argument
616 CGS_CALL(set_camera_voltages,dev,mask,voltages)
/linux-4.4.14/Documentation/arm/SA1100/
DLART7 through a number of connectors. The powersupply accepts voltages
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dmax98090.txt21 - maxim,micbias: Micbias voltage applies to the analog mic, valid voltages value are:
/linux-4.4.14/Documentation/DocBook/
Dregulator.xml.db25 API-regulator-count-voltages
/linux-4.4.14/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.txt378 will also switch off power supplies or reduce voltages. (Drivers supporting
/linux-4.4.14/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.
Ds2mps11.txt24 unwanted buck warm reset (setting buck voltages to default values).
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dnvidia,tegra124-dfll.txt35 the I2C register, control values and supported voltages.
/linux-4.4.14/Documentation/devicetree/bindings/power/
Drockchip-io-domain.txt4 IO domain voltages on some Rockchip SoCs are variable but need to be
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt51 voltages reduced, provided all cpus enter this state. Since the span of low
/linux-4.4.14/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()
DKconfig353 core and other voltages.
1780 driver will provide readings of fans, voltages and temperatures
/linux-4.4.14/Documentation/cpu-freq/
Duser-guide.txt114 frequencies and operating voltages "on the fly" without any kernel or
/linux-4.4.14/Documentation/power/regulator/
Dconsumer.txt79 Where min_uV and max_uV are the minimum and maximum acceptable voltages in
/linux-4.4.14/Documentation/devicetree/bindings/opp/
Dopp.txt98 voltages.
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cgs.c483 const uint32_t *voltages) in amdgpu_cgs_set_camera_voltages() argument
/linux-4.4.14/arch/arm/boot/dts/
Dexynos5250-spring.dts129 * The following arrays of DVS voltages are not used, since we are