Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dnct6683.c796 show_temp8(struct device *dev, struct device_attribute *attr, char *buf) in show_temp8() function
884 SENSOR_TEMPLATE_2(temp_min, "temp%d_min", S_IRUGO, show_temp8, NULL, 0, 0);
885 SENSOR_TEMPLATE_2(temp_max, "temp%d_max", S_IRUGO, show_temp8, NULL, 0, 1);
888 SENSOR_TEMPLATE_2(temp_crit, "temp%d_crit", S_IRUGO, show_temp8, NULL, 0, 3);
Dasc7621.c347 static ssize_t show_temp8(struct device *dev, in show_temp8() function