Searched refs:in1_max (Results 1 – 25 of 50) sorted by relevance
12
/openbmc/linux/Documentation/hwmon/ |
H A D | bcm54140.rst | 38 in1_max Maximum AVDDH voltage.
|
H A D | mp5023.rst | 40 **in1_max**
|
H A D | mp5990.rst | 40 **in1_max**
|
H A D | xdp710.rst | 39 **in1_max**
|
H A D | ina238.rst | 44 in1_max Maximum bus voltage threshold (mV)
|
H A D | bpa-rs600.rst | 47 in1_max Maximum input voltage
|
H A D | max20751.rst | 52 in1_max Maximum input voltage.
|
H A D | pli1209bc.rst | 36 in1_max Maximum input voltage.
|
H A D | max8688.rst | 51 in1_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
|
H A D | ltc4286.rst | 72 in1_max Maximum input voltage.
|
H A D | crps.rst | 62 in1_max Maximum input over voltage
|
H A D | bel-pfe.rst | 88 in1_max Input voltage max value
|
H A D | ltc2945.rst | 58 in1_max Overvoltage threshold
|
H A D | lm25066.rst | 102 in1_max Maximum input voltage.
|
H A D | ltc2947.rst | 53 in1_max Overvoltage threshold
|
H A D | ina209.rst | 57 in1_max bus voltage max alarm limit (mV)
|
H A D | ucd9200.rst | 64 in1_max Maximum voltage. From VIN_OV_WARN_LIMIT register.
|
H A D | zl6100.rst | 206 in1_max Maximum input voltage.
|
/openbmc/linux/drivers/hwmon/ |
H A D | menf21bmc_hwmon.c | 143 static SENSOR_DEVICE_ATTR_RO(in1_max, max, 1);
|
H A D | f71882fg.c | 258 u8 in1_max; member 352 data->in1_max = in f71882fg_update_device() 359 data->in1_max = in f71882fg_update_device() 939 return sprintf(buf, "%d\n", data->in1_max * 8); in show_in_max() 961 data->in1_max = val; in store_in_max() 1024 SENSOR_ATTR_2(in1_max, S_IRUGO|S_IWUSR, show_in_max, store_in_max,
|
H A D | ltc2945.c | 370 static SENSOR_DEVICE_ATTR_RW(in1_max, ltc2945_value, LTC2945_MAX_VIN_THRES_H);
|
H A D | ina209.c | 399 static SENSOR_DEVICE_ATTR_RW(in1_max, ina209_value,
|
H A D | adc128d818.c | 273 static SENSOR_DEVICE_ATTR_2_RW(in1_max, adc128_in, 1, 2);
|
H A D | emc6w201.c | 308 static SENSOR_DEVICE_ATTR_2_RW(in1_max, in, 1, max);
|
H A D | adm1025.c | 261 static SENSOR_DEVICE_ATTR_RW(in1_max, in_max, 1);
|
12