Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dnct6775.h168 u16 have_temp_fixed; member
Dnct6775-core.c1656 !(data->have_temp_fixed & BIT(i))) in nct6775_update_device()
2375 if (nr > 7 && !(data->have_temp_fixed & BIT(temp))) in nct6775_temp_is_visible()
3451 if (!(data->have_temp_fixed & BIT(i))) in nct6775_init_device()
4185 data->have_temp_fixed |= BIT(src - 1); in nct6775_probe()
4260 data->have_temp_fixed |= BIT(src - 1); in nct6775_probe()
4294 data->have_temp_fixed |= BIT(i); in nct6775_probe()