Searched refs:SENSOR_ATTR_RW (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/hwmon/ |
| A D | pc87360.c | 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), 496 SENSOR_ATTR_RW(in4_min, in_min, 4), 497 SENSOR_ATTR_RW(in5_min, in_min, 5), 498 SENSOR_ATTR_RW(in6_min, in_min, 6), [all …]
|
| A D | fschmd.c | 608 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), 655 SENSOR_ATTR_RW(fan1_div, fan_div, 0), 660 SENSOR_ATTR_RW(fan2_div, fan_div, 1), 665 SENSOR_ATTR_RW(fan3_div, fan_div, 2), 670 SENSOR_ATTR_RW(fan4_div, fan_div, 3), 675 SENSOR_ATTR_RW(fan5_div, fan_div, 4), 680 SENSOR_ATTR_RW(fan6_div, fan_div, 5), [all …]
|
| A D | adcxx.c | 138 SENSOR_ATTR_RW(in_max, adcxx_max, 0),
|
| /linux/include/linux/ |
| A D | hwmon-sysfs.h | 26 #define SENSOR_ATTR_RW(_name, _func, _index) \ macro
|
Completed in 16 milliseconds