D | hwmon-sysfs.h | 53 #define SENSOR_ATTR_2(_name, _mode, _show, _store, _nr, _index) \ macro 59 SENSOR_ATTR_2(_name, 0444, _func##_show, NULL, _nr, _index) 62 SENSOR_ATTR_2(_name, 0644, _func##_show, _func##_store, _nr, _index) 65 SENSOR_ATTR_2(_name, 0200, NULL, _func##_store, _nr, _index) 69 = SENSOR_ATTR_2(_name, _mode, _show, _store, _nr, _index)
|