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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
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.c682 static ssize_t show_temp_input(struct device *dev, struct device_attribute function
767 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0);
768 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp_input, NULL, 1);
769 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_temp_input, NULL, 2);
770 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, show_temp_input, NULL, 3);
771 static SENSOR_DEVICE_ATTR(temp5_input, S_IRUGO, show_temp_input, NULL, 4);
772 static SENSOR_DEVICE_ATTR(temp6_input, S_IRUGO, show_temp_input, NULL, 5);
H A Dlm77.c206 show_temp_input, NULL);
H A Djc42.c382 show_temp_input, NULL);
H A Dpc87360.c791 static ssize_t show_temp_input(struct device *dev, struct device_attribute *devattr, char *buf) function
865 SENSOR_ATTR(temp1_input, S_IRUGO, show_temp_input, NULL, 0),
866 SENSOR_ATTR(temp2_input, S_IRUGO, show_temp_input, NULL, 1),
867 SENSOR_ATTR(temp3_input, S_IRUGO, show_temp_input, NULL, 2),

Completed in 55 milliseconds