Searched refs:SENSOR_ATTR (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| A D | hwmon-sysfs.h | 20 #define SENSOR_ATTR(_name, _mode, _show, _store, _index) \ macro 25 SENSOR_ATTR(_name, 0444, _func##_show, NULL, _index) 28 SENSOR_ATTR(_name, 0644, _func##_show, _func##_store, _index) 31 SENSOR_ATTR(_name, 0200, NULL, _func##_store, _index) 35 = SENSOR_ATTR(_name, _mode, _show, _store, _index)
|
Completed in 9 milliseconds