/Linux-v4.19/drivers/hwmon/ |
D | max6697.c | 253 static ssize_t show_temp_input(struct device *dev, in show_temp_input() function 328 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0); 334 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp_input, NULL, 1); 340 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_temp_input, NULL, 2); 346 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, show_temp_input, NULL, 3); 352 static SENSOR_DEVICE_ATTR(temp5_input, S_IRUGO, show_temp_input, NULL, 4); 358 static SENSOR_DEVICE_ATTR(temp6_input, S_IRUGO, show_temp_input, NULL, 5); 364 static SENSOR_DEVICE_ATTR(temp7_input, S_IRUGO, show_temp_input, NULL, 6); 370 static SENSOR_DEVICE_ATTR(temp8_input, S_IRUGO, show_temp_input, NULL, 7);
|
D | tc74.c | 89 static ssize_t show_temp_input(struct device *dev, in show_temp_input() function 101 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0);
|
D | ad7414.c | 110 static ssize_t show_temp_input(struct device *dev, in show_temp_input() function 116 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0);
|
D | pc87427.c | 701 static ssize_t show_temp_input(struct device *dev, struct device_attribute in show_temp_input() function 786 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0); 787 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp_input, NULL, 1); 788 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_temp_input, NULL, 2); 789 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, show_temp_input, NULL, 3); 790 static SENSOR_DEVICE_ATTR(temp5_input, S_IRUGO, show_temp_input, NULL, 4); 791 static SENSOR_DEVICE_ATTR(temp6_input, S_IRUGO, show_temp_input, NULL, 5);
|
D | max6639.c | 165 static ssize_t show_temp_input(struct device *dev, in show_temp_input() function 347 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0); 348 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp_input, NULL, 1);
|
D | pc87360.c | 870 static ssize_t show_temp_input(struct device *dev, in show_temp_input() function 975 SENSOR_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0), 976 SENSOR_ATTR(temp2_input, S_IRUGO, show_temp_input, NULL, 1), 977 SENSOR_ATTR(temp3_input, S_IRUGO, show_temp_input, NULL, 2),
|
D | lm87.c | 367 static ssize_t show_temp_input(struct device *dev, in show_temp_input() function 438 show_temp_input, NULL, offset - 1); \
|