Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A 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 …]
H A Dfschmd.c608 SENSOR_ATTR_RW(temp1_max, temp_max, 0),
612 SENSOR_ATTR_RW(temp2_max, temp_max, 1),
616 SENSOR_ATTR_RW(temp3_max, temp_max, 2),
620 SENSOR_ATTR_RW(temp4_max, temp_max, 3),
624 SENSOR_ATTR_RW(temp5_max, temp_max, 4),
628 SENSOR_ATTR_RW(temp6_max, temp_max, 5),
632 SENSOR_ATTR_RW(temp7_max, temp_max, 6),
636 SENSOR_ATTR_RW(temp8_max, temp_max, 7),
640 SENSOR_ATTR_RW(temp9_max, temp_max, 8),
644 SENSOR_ATTR_RW(temp10_max, temp_max, 9),
[all …]
H A Dadcxx.c138 SENSOR_ATTR_RW(in_max, adcxx_max, 0),
/OK3568_Linux_fs/kernel/include/linux/
H A Dhwmon-sysfs.h26 #define SENSOR_ATTR_RW(_name, _func, _index) \ macro