D | hwmon-sysfs.h | 54 #define SENSOR_ATTR_2(_name, _mode, _show, _store, _nr, _index) \ macro 60 SENSOR_ATTR_2(_name, 0444, _func##_show, NULL, _nr, _index) 63 SENSOR_ATTR_2(_name, 0644, _func##_show, _func##_store, _nr, _index) 66 SENSOR_ATTR_2(_name, 0200, NULL, _func##_store, _nr, _index) 70 = SENSOR_ATTR_2(_name, _mode, _show, _store, _nr, _index)
|