Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwmon/
Dltc2945.c346 static SENSOR_DEVICE_ATTR_WO(in1_reset_history, ltc2945_history,
354 static SENSOR_DEVICE_ATTR_WO(in2_reset_history, ltc2945_history,
374 static SENSOR_DEVICE_ATTR_WO(curr1_reset_history, ltc2945_history,
393 static SENSOR_DEVICE_ATTR_WO(power1_reset_history, ltc2945_history,
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);
Dibmpex.c290 static SENSOR_DEVICE_ATTR_WO(reset_high_low, ibmpex_high_low, 0);
/linux-6.1.9/include/linux/
Dhwmon-sysfs.h42 #define SENSOR_DEVICE_ATTR_WO(_name, _func, _index) \ macro