Searched refs:show_auto_temp (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | it87.c | 1245 static ssize_t show_auto_temp(struct device *dev, in show_auto_temp() function 1323 show_auto_temp, set_auto_temp, 0, 1); 1325 show_auto_temp, set_auto_temp, 0, 0); 1327 show_auto_temp, set_auto_temp, 0, 2); 1329 show_auto_temp, set_auto_temp, 0, 3); 1331 show_auto_temp, set_auto_temp, 0, 4); 1348 show_auto_temp, set_auto_temp, 1, 1); 1350 show_auto_temp, set_auto_temp, 1, 0); 1352 show_auto_temp, set_auto_temp, 1, 2); 1354 show_auto_temp, set_auto_temp, 1, 3); [all …]
|
D | nct6775.c | 2942 show_auto_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_auto_temp() function 3042 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 0); 3047 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 1); 3052 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 2); 3057 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 3); 3062 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 4); 3067 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 5); 3072 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 6);
|