Home
last modified time | relevance | path

Searched refs:SENSOR_ATTR_RW (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/hwmon/
Dpc87360.c330 SENSOR_ATTR_RW(fan1_min, fan_min, 0),
331 SENSOR_ATTR_RW(fan2_min, fan_min, 1),
332 SENSOR_ATTR_RW(fan3_min, fan_min, 2),
375 SENSOR_ATTR_RW(pwm1, pwm, 0),
376 SENSOR_ATTR_RW(pwm2, pwm, 1),
377 SENSOR_ATTR_RW(pwm3, pwm, 2),
492 SENSOR_ATTR_RW(in0_min, in_min, 0),
493 SENSOR_ATTR_RW(in1_min, in_min, 1),
494 SENSOR_ATTR_RW(in2_min, in_min, 2),
495 SENSOR_ATTR_RW(in3_min, in_min, 3),
[all …]
Dfschmd.c609 SENSOR_ATTR_RW(temp1_max, temp_max, 0),
613 SENSOR_ATTR_RW(temp2_max, temp_max, 1),
617 SENSOR_ATTR_RW(temp3_max, temp_max, 2),
621 SENSOR_ATTR_RW(temp4_max, temp_max, 3),
625 SENSOR_ATTR_RW(temp5_max, temp_max, 4),
629 SENSOR_ATTR_RW(temp6_max, temp_max, 5),
633 SENSOR_ATTR_RW(temp7_max, temp_max, 6),
637 SENSOR_ATTR_RW(temp8_max, temp_max, 7),
641 SENSOR_ATTR_RW(temp9_max, temp_max, 8),
645 SENSOR_ATTR_RW(temp10_max, temp_max, 9),
[all …]
Dadcxx.c138 SENSOR_ATTR_RW(in_max, adcxx_max, 0),
/Linux-v5.4/include/linux/
Dhwmon-sysfs.h26 #define SENSOR_ATTR_RW(_name, _func, _index) \ macro