Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dnct6775.c409 static const char *const nct6776_temp_label[] = { variable
435 static const u16 NCT6776_REG_TEMP_ALTERNATE[ARRAY_SIZE(nct6776_temp_label) - 1]
438 static const u16 NCT6776_REG_TEMP_CRIT[ARRAY_SIZE(nct6776_temp_label) - 1]
732 static const u16 NCT6106_REG_TEMP_ALTERNATE[ARRAY_SIZE(nct6776_temp_label) - 1]
735 static const u16 NCT6106_REG_TEMP_CRIT[ARRAY_SIZE(nct6776_temp_label) - 1]
3463 data->temp_label = nct6776_temp_label; in nct6775_probe()
3464 data->temp_label_num = ARRAY_SIZE(nct6776_temp_label); in nct6775_probe()
3613 data->temp_label = nct6776_temp_label; in nct6775_probe()
3614 data->temp_label_num = ARRAY_SIZE(nct6776_temp_label); in nct6775_probe()
Dw83627ehf.c302 static const char *const nct6776_temp_label[] = { variable
2170 data->temp_label = nct6776_temp_label; in w83627ehf_probe()