Home
last modified time | relevance | path

Searched refs:show_temp8 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dnct6683.c794 show_temp8(struct device *dev, struct device_attribute *attr, char *buf) in show_temp8() function
882 SENSOR_TEMPLATE_2(temp_min, "temp%d_min", S_IRUGO, show_temp8, NULL, 0, 0);
883 SENSOR_TEMPLATE_2(temp_max, "temp%d_max", S_IRUGO, show_temp8, NULL, 0, 1);
886 SENSOR_TEMPLATE_2(temp_crit, "temp%d_crit", S_IRUGO, show_temp8, NULL, 0, 3);
H A Dasc7621.c347 static ssize_t show_temp8(struct device *dev, in show_temp8() function