Searched refs:show_temp_value (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dtmp421.c127 static ssize_t show_temp_value(struct device *dev, function
177 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp_value, NULL, 0);
178 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp_value, NULL, 1);
180 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_temp_value, NULL, 2);
182 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, show_temp_value, NULL, 3);
H A Dfschmd.c340 static ssize_t show_temp_value(struct device *dev, function
576 SENSOR_ATTR(temp1_input, 0444, show_temp_value, NULL, 0),
580 SENSOR_ATTR(temp2_input, 0444, show_temp_value, NULL, 1),
584 SENSOR_ATTR(temp3_input, 0444, show_temp_value, NULL, 2),
588 SENSOR_ATTR(temp4_input, 0444, show_temp_value, NULL, 3),
592 SENSOR_ATTR(temp5_input, 0444, show_temp_value, NULL, 4),
596 SENSOR_ATTR(temp6_input, 0444, show_temp_value, NULL, 5),
600 SENSOR_ATTR(temp7_input, 0444, show_temp_value, NULL, 6),
604 SENSOR_ATTR(temp8_input, 0444, show_temp_value, NULL, 7),
608 SENSOR_ATTR(temp9_input, 0444, show_temp_value, NUL
[all...]
H A Dtmp401.c239 static ssize_t show_temp_value(struct device *dev, function
465 SENSOR_ATTR(temp1_input, S_IRUGO, show_temp_value, NULL, 0),
480 SENSOR_ATTR(temp2_input, S_IRUGO, show_temp_value, NULL, 1),

Completed in 109 milliseconds