Searched refs:show_temp_input (Results 1 - 6 of 6) sorted by relevance

/drivers/hwmon/
H A Dmax6697.c252 static ssize_t show_temp_input(struct device *dev, 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 Dad7414.c110 static ssize_t show_temp_input(struct device *dev, function
116 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0);
H A Dpc87427.c701 static ssize_t show_temp_input(struct device *dev, struct device_attribute 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 Dmax6639.c165 static ssize_t show_temp_input(struct device *dev, 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 Dlm87.c367 static ssize_t show_temp_input(struct device *dev, function
438 show_temp_input, NULL, offset - 1); \
H A Dpc87360.c871 static ssize_t show_temp_input(struct device *dev, function
976 SENSOR_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0),
977 SENSOR_ATTR(temp2_input, S_IRUGO, show_temp_input, NULL, 1),
978 SENSOR_ATTR(temp3_input, S_IRUGO, show_temp_input, NULL, 2),

Completed in 291 milliseconds