Searched refs:SENSOR_DEVICE_ATTR_WO (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | ltc2945.c | 373 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 D | ina209.c | 375 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 D | ibmpex.c | 290 static SENSOR_DEVICE_ATTR_WO(reset_high_low, ibmpex_high_low, 0);
|
/openbmc/linux/include/linux/ |
H A D | hwmon-sysfs.h | 43 #define SENSOR_DEVICE_ATTR_WO(_name, _func, _index) \ macro
|