Searched refs:show_temp_status (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | pc87360.c | 903 static ssize_t show_temp_status(struct device *dev, in show_temp_status() function 980 SENSOR_ATTR(temp1_status, S_IRUGO, show_temp_status, NULL, 0), 981 SENSOR_ATTR(temp2_status, S_IRUGO, show_temp_status, NULL, 1), 982 SENSOR_ATTR(temp3_status, S_IRUGO, show_temp_status, NULL, 2),
|