Home
last modified time | relevance | path

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

/drivers/hwmon/
Dsch5636.c204 static ssize_t show_temp_value(struct device *dev, struct device_attribute in show_temp_value() function
306 SENSOR_ATTR(temp1_input, 0444, show_temp_value, NULL, 0),
309 SENSOR_ATTR(temp2_input, 0444, show_temp_value, NULL, 1),
312 SENSOR_ATTR(temp3_input, 0444, show_temp_value, NULL, 2),
315 SENSOR_ATTR(temp4_input, 0444, show_temp_value, NULL, 3),
318 SENSOR_ATTR(temp5_input, 0444, show_temp_value, NULL, 4),
321 SENSOR_ATTR(temp6_input, 0444, show_temp_value, NULL, 5),
324 SENSOR_ATTR(temp7_input, 0444, show_temp_value, NULL, 6),
327 SENSOR_ATTR(temp8_input, 0444, show_temp_value, NULL, 7),
330 SENSOR_ATTR(temp9_input, 0444, show_temp_value, NULL, 8),
[all …]
Dtmp421.c128 static ssize_t show_temp_value(struct device *dev, in show_temp_value() function
178 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_value, NULL, 0);
179 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp_value, NULL, 1);
181 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_temp_value, NULL, 2);
183 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, show_temp_value, NULL, 3);
Dfschmd.c352 static ssize_t show_temp_value(struct device *dev, in show_temp_value() function
617 SENSOR_ATTR(temp1_input, 0444, show_temp_value, NULL, 0),
621 SENSOR_ATTR(temp2_input, 0444, show_temp_value, NULL, 1),
625 SENSOR_ATTR(temp3_input, 0444, show_temp_value, NULL, 2),
629 SENSOR_ATTR(temp4_input, 0444, show_temp_value, NULL, 3),
633 SENSOR_ATTR(temp5_input, 0444, show_temp_value, NULL, 4),
637 SENSOR_ATTR(temp6_input, 0444, show_temp_value, NULL, 5),
641 SENSOR_ATTR(temp7_input, 0444, show_temp_value, NULL, 6),
645 SENSOR_ATTR(temp8_input, 0444, show_temp_value, NULL, 7),
649 SENSOR_ATTR(temp9_input, 0444, show_temp_value, NULL, 8),
[all …]