Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dnct6775.c760 int temp_label_num; member
3310 if (src >= data->temp_label_num || in add_temp_sensors()
3369 data->temp_label_num = ARRAY_SIZE(nct6776_temp_label); in nct6775_probe()
3447 data->temp_label_num = ARRAY_SIZE(nct6775_temp_label); in nct6775_probe()
3519 data->temp_label_num = ARRAY_SIZE(nct6776_temp_label); in nct6775_probe()
3591 data->temp_label_num = ARRAY_SIZE(nct6779_temp_label); in nct6775_probe()
3668 data->temp_label_num = ARRAY_SIZE(nct6779_temp_label); in nct6775_probe()
3777 if (src >= data->temp_label_num || in nct6775_probe()
3838 if (src >= data->temp_label_num || in nct6775_probe()
3877 for (i = 0; i < data->temp_label_num - 1; i++) { in nct6775_probe()