Searched refs:show_temp23 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83791d.c565 static ssize_t show_temp23(struct device *dev, struct device_attribute *devattr, function
599 SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp23, NULL, 0, 0),
600 SENSOR_ATTR_2(temp3_input, S_IRUGO, show_temp23, NULL, 1, 0),
607 show_temp23, store_temp23, 0, 1),
609 show_temp23, store_temp23, 1, 1),
616 show_temp23, store_temp23, 0, 2),
618 show_temp23, store_temp23, 1, 2),
H A Dw83792d.c500 static ssize_t show_temp23(struct device *dev, struct device_attribute *attr, function
1003 static SENSOR_DEVICE_ATTR_2(temp2_input, S_IRUGO, show_temp23, NULL, 0, 0);
1004 static SENSOR_DEVICE_ATTR_2(temp3_input, S_IRUGO, show_temp23, NULL, 1, 0);
1007 static SENSOR_DEVICE_ATTR_2(temp2_max, S_IRUGO | S_IWUSR, show_temp23,
1009 static SENSOR_DEVICE_ATTR_2(temp3_max, S_IRUGO | S_IWUSR, show_temp23,
1014 show_temp23, store_temp23, 0, 4);
1016 show_temp23, store_temp23, 1, 4);

Completed in 68 milliseconds