Home
last modified time | relevance | path

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

/drivers/hwmon/
Dnct6775.c876 u16 have_temp_fixed; member
1473 !(data->have_temp_fixed & (1 << i))) in nct6775_update_device()
2093 if (nr > 7 && !(data->have_temp_fixed & (1 << temp))) in nct6775_temp_is_visible()
3139 if (!(data->have_temp_fixed & (1 << i))) in nct6775_init_device()
3729 data->have_temp_fixed |= 1 << (src - 1); in nct6775_probe()
3793 data->have_temp_fixed |= 1 << (src - 1); in nct6775_probe()
3825 data->have_temp_fixed |= 1 << i; in nct6775_probe()