Home
last modified time | relevance | path

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

/openbmc/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);
H A Dibmpex.c290 static SENSOR_DEVICE_ATTR_WO(reset_high_low, ibmpex_high_low, 0);
/openbmc/linux/include/linux/
H A Dhwmon-sysfs.h43 #define SENSOR_DEVICE_ATTR_WO(_name, _func, _index) \ macro