Searched refs:show_temp_input (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
H A D | max6697.c | 252 static ssize_t show_temp_input(struct device *dev, show_temp_input() function 327 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0); 333 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp_input, NULL, 1); 339 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_temp_input, NULL, 2); 345 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, show_temp_input, NULL, 3); 351 static SENSOR_DEVICE_ATTR(temp5_input, S_IRUGO, show_temp_input, NULL, 4); 357 static SENSOR_DEVICE_ATTR(temp6_input, S_IRUGO, show_temp_input, NULL, 5); 363 static SENSOR_DEVICE_ATTR(temp7_input, S_IRUGO, show_temp_input, NULL, 6); 369 static SENSOR_DEVICE_ATTR(temp8_input, S_IRUGO, show_temp_input, NULL, 7);
|
H A D | ad7414.c | 110 static ssize_t show_temp_input(struct device *dev, show_temp_input() function 116 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0);
|
H A D | pc87427.c | 701 static ssize_t show_temp_input(struct device *dev, struct device_attribute 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);
|
H A D | max6639.c | 165 static ssize_t show_temp_input(struct device *dev, 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);
|
H A D | pc87360.c | 870 static ssize_t show_temp_input(struct device *dev, 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),
|
H A D | lm87.c | 367 static ssize_t show_temp_input(struct device *dev, show_temp_input() function 438 show_temp_input, NULL, offset - 1); \
|
Completed in 169 milliseconds