Home
last modified time | relevance | path

Searched refs:SENSOR_DEVICE_ATTR_WO (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hwmon/
H A Dltc2945.c373 static SENSOR_DEVICE_ATTR_WO(in1_reset_history, ltc2945_history,
381 static SENSOR_DEVICE_ATTR_WO(in2_reset_history, ltc2945_history,
401 static SENSOR_DEVICE_ATTR_WO(curr1_reset_history, ltc2945_history,
420 static SENSOR_DEVICE_ATTR_WO(power1_reset_history, ltc2945_history,
H A Dina209.c375 static SENSOR_DEVICE_ATTR_WO(in0_reset_history, ina209_history,
397 static SENSOR_DEVICE_ATTR_WO(in1_reset_history, ina209_history,
417 static SENSOR_DEVICE_ATTR_WO(power1_reset_history, ina209_history, 1 << 4);
/linux/include/linux/
H A Dhwmon-sysfs.h43 #define SENSOR_DEVICE_ATTR_WO(_name, _func, _index) \ macro