Searched refs:show_temp_value (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | sch5636.c | 204 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 …]
|
D | ftsteutates.c | 369 static ssize_t show_temp_value(struct device *dev, in show_temp_value() function 523 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_value, NULL, 0); 524 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp_value, NULL, 1); 525 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_temp_value, NULL, 2); 526 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, show_temp_value, NULL, 3); 527 static SENSOR_DEVICE_ATTR(temp5_input, S_IRUGO, show_temp_value, NULL, 4); 528 static SENSOR_DEVICE_ATTR(temp6_input, S_IRUGO, show_temp_value, NULL, 5); 529 static SENSOR_DEVICE_ATTR(temp7_input, S_IRUGO, show_temp_value, NULL, 6); 530 static SENSOR_DEVICE_ATTR(temp8_input, S_IRUGO, show_temp_value, NULL, 7); 531 static SENSOR_DEVICE_ATTR(temp9_input, S_IRUGO, show_temp_value, NULL, 8); [all …]
|
D | fschmd.c | 352 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 …]
|