Searched refs:show_auto_temp (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/hwmon/ |
D | it87.c | 1575 static ssize_t show_auto_temp(struct device *dev, struct device_attribute *attr, in show_auto_temp() function 1670 show_auto_temp, set_auto_temp, 0, 1); 1672 show_auto_temp, set_auto_temp, 0, 0); 1674 show_auto_temp, set_auto_temp, 0, 2); 1676 show_auto_temp, set_auto_temp, 0, 3); 1678 show_auto_temp, set_auto_temp, 0, 4); 1699 show_auto_temp, set_auto_temp, 1, 1); 1701 show_auto_temp, set_auto_temp, 1, 0); 1703 show_auto_temp, set_auto_temp, 1, 2); 1705 show_auto_temp, set_auto_temp, 1, 3); [all …]
|
D | nct6775.c | 3212 show_auto_temp(struct device *dev, struct device_attribute *attr, char *buf) in show_auto_temp() function 3312 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 0); 3317 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 1); 3322 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 2); 3327 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 3); 3332 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 4); 3337 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 5); 3342 S_IWUSR | S_IRUGO, show_auto_temp, store_auto_temp, 0, 6);
|