Searched refs:show_auto_temp (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/hwmon/ |
| D | it87.c | 1584 static ssize_t show_auto_temp(struct device *dev, struct device_attribute *attr, in show_auto_temp() function 1679 show_auto_temp, set_auto_temp, 0, 1); 1681 show_auto_temp, set_auto_temp, 0, 0); 1683 show_auto_temp, set_auto_temp, 0, 2); 1685 show_auto_temp, set_auto_temp, 0, 3); 1687 show_auto_temp, set_auto_temp, 0, 4); 1708 show_auto_temp, set_auto_temp, 1, 1); 1710 show_auto_temp, set_auto_temp, 1, 0); 1712 show_auto_temp, set_auto_temp, 1, 2); 1714 show_auto_temp, set_auto_temp, 1, 3); [all …]
|
| D | nct6775.c | 3093 show_auto_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_auto_temp() function 3193 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 0); 3198 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 1); 3203 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 2); 3208 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 3); 3213 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 4); 3218 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 5); 3223 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 6);
|