Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dnct6775.c851 int temp_label_num; member
3405 if (src >= data->temp_label_num || in add_temp_sensors()
3464 data->temp_label_num = ARRAY_SIZE(nct6776_temp_label); in nct6775_probe()
3542 data->temp_label_num = ARRAY_SIZE(nct6775_temp_label); in nct6775_probe()
3614 data->temp_label_num = ARRAY_SIZE(nct6776_temp_label); in nct6775_probe()
3686 data->temp_label_num = NCT6779_NUM_LABELS; in nct6775_probe()
3775 data->temp_label_num = NCT6791_NUM_LABELS; in nct6775_probe()
3884 if (src >= data->temp_label_num || in nct6775_probe()
3945 if (src >= data->temp_label_num || in nct6775_probe()
3984 for (i = 0; i < data->temp_label_num - 1; i++) { in nct6775_probe()