Searched refs:SENSOR_DEVICE_ATTR (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| A D | hwmon-sysfs.h | 33 #define SENSOR_DEVICE_ATTR(_name, _mode, _show, _store, _index) \ macro 38 SENSOR_DEVICE_ATTR(_name, 0444, _func##_show, NULL, _index) 41 SENSOR_DEVICE_ATTR(_name, 0644, _func##_show, _func##_store, _index) 44 SENSOR_DEVICE_ATTR(_name, 0200, NULL, _func##_store, _index)
|
Completed in 3 milliseconds