Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dina209.c340 static ssize_t ina209_show_value(struct device *dev, in ina209_show_value() function
377 static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, ina209_show_value, NULL,
379 static SENSOR_DEVICE_ATTR(in0_input_highest, S_IRUGO, ina209_show_value, NULL,
381 static SENSOR_DEVICE_ATTR(in0_input_lowest, S_IRUGO, ina209_show_value, NULL,
385 static SENSOR_DEVICE_ATTR(in0_max, S_IRUGO | S_IWUSR, ina209_show_value,
387 static SENSOR_DEVICE_ATTR(in0_min, S_IRUGO | S_IWUSR, ina209_show_value,
389 static SENSOR_DEVICE_ATTR(in0_crit_max, S_IRUGO | S_IWUSR, ina209_show_value,
391 static SENSOR_DEVICE_ATTR(in0_crit_min, S_IRUGO | S_IWUSR, ina209_show_value,
404 static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, ina209_show_value, NULL,
406 static SENSOR_DEVICE_ATTR(in1_input_highest, S_IRUGO, ina209_show_value, NULL,
[all …]