show_temp8 881 drivers/hwmon/nct6683.c SENSOR_TEMPLATE_2(temp_min, "temp%d_min", S_IRUGO, show_temp8, NULL, 0, 0); show_temp8 882 drivers/hwmon/nct6683.c SENSOR_TEMPLATE_2(temp_max, "temp%d_max", S_IRUGO, show_temp8, NULL, 0, 1); show_temp8 885 drivers/hwmon/nct6683.c SENSOR_TEMPLATE_2(temp_crit, "temp%d_crit", S_IRUGO, show_temp8, NULL, 0, 3);