Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dnct6775.c925 u8 temp_fixed_num; /* 3 or 6 */ member
3263 for (i = 0; i < data->temp_fixed_num; i++) { in nct6775_init_device()
3456 data->temp_fixed_num = 3; in nct6775_probe()
3528 data->temp_fixed_num = 3; in nct6775_probe()
3600 data->temp_fixed_num = 3; in nct6775_probe()
3672 data->temp_fixed_num = 6; in nct6775_probe()
3750 data->temp_fixed_num = 6; in nct6775_probe()
3895 if (src <= data->temp_fixed_num) { in nct6775_probe()
3957 if (src <= data->temp_fixed_num) { in nct6775_probe()
3989 if (i < data->temp_fixed_num) { in nct6775_probe()