Searched refs:SENSOR_ATTR_RW (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/hwmon/ |
D | pc87360.c | 478 SENSOR_ATTR_RW(in0_min, in_min, 0), 479 SENSOR_ATTR_RW(in1_min, in_min, 1), 480 SENSOR_ATTR_RW(in2_min, in_min, 2), 481 SENSOR_ATTR_RW(in3_min, in_min, 3), 482 SENSOR_ATTR_RW(in4_min, in_min, 4), 483 SENSOR_ATTR_RW(in5_min, in_min, 5), 484 SENSOR_ATTR_RW(in6_min, in_min, 6), 485 SENSOR_ATTR_RW(in7_min, in_min, 7), 486 SENSOR_ATTR_RW(in8_min, in_min, 8), 487 SENSOR_ATTR_RW(in9_min, in_min, 9), [all …]
|
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), 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 …]
|
D | adcxx.c | 138 SENSOR_ATTR_RW(in_max, adcxx_max, 0),
|
/Linux-v6.6/include/linux/ |
D | hwmon-sysfs.h | 27 #define SENSOR_ATTR_RW(_name, _func, _index) \ macro
|