Searched refs:show_auto_temp (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | it87.c | 1224 static ssize_t show_auto_temp(struct device *dev, in show_auto_temp() function 1302 show_auto_temp, set_auto_temp, 0, 1); 1304 show_auto_temp, set_auto_temp, 0, 0); 1306 show_auto_temp, set_auto_temp, 0, 2); 1308 show_auto_temp, set_auto_temp, 0, 3); 1310 show_auto_temp, set_auto_temp, 0, 4); 1327 show_auto_temp, set_auto_temp, 1, 1); 1329 show_auto_temp, set_auto_temp, 1, 0); 1331 show_auto_temp, set_auto_temp, 1, 2); 1333 show_auto_temp, set_auto_temp, 1, 3); [all …]
|
D | nct6775.c | 2848 show_auto_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_auto_temp() function 2948 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 0); 2953 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 1); 2958 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 2); 2963 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 3); 2968 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 4); 2973 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 5); 2978 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 6);
|