Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dnct6683.c195 static const char *const nct6683_mon_label[] = { variable
296 #define NUM_MON_LABELS ARRAY_SIZE(nct6683_mon_label)
662 return sprintf(buf, "%s\n", nct6683_mon_label[data->in_src[nr]]); in show_in_label()
792 return sprintf(buf, "%s\n", nct6683_mon_label[data->temp_src[nr]]); in show_temp_label()
1177 if (nct6683_mon_label[reg] == NULL) in nct6683_setup_sensors()