Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dnct6775.c886 u16 have_temp_fixed; member
1487 !(data->have_temp_fixed & (1 << i))) in nct6775_update_device()
2122 if (nr > 7 && !(data->have_temp_fixed & (1 << temp))) in nct6775_temp_is_visible()
3170 if (!(data->have_temp_fixed & (1 << i))) in nct6775_init_device()
3790 data->have_temp_fixed |= 1 << (src - 1); in nct6775_probe()
3854 data->have_temp_fixed |= 1 << (src - 1); in nct6775_probe()
3886 data->have_temp_fixed |= 1 << i; in nct6775_probe()