Home
last modified time | relevance | path

Searched refs:show_temp_input (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Dmax6697.c253 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);
Dtc74.c89 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);
Dad7414.c110 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);
Dpc87427.c701 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);
Dmax6639.c165 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);
Dpc87360.c870 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),
Dlm87.c367 static ssize_t show_temp_input(struct device *dev, in show_temp_input() function
438 show_temp_input, NULL, offset - 1); \