Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dnct6775.h166 u16 have_temp_fixed; member
Dnct6775-core.c1570 !(data->have_temp_fixed & BIT(i))) in nct6775_update_device()
2284 if (nr > 7 && !(data->have_temp_fixed & BIT(temp))) in nct6775_temp_is_visible()
3359 if (!(data->have_temp_fixed & BIT(i))) in nct6775_init_device()
4011 data->have_temp_fixed |= BIT(src - 1); in nct6775_probe()
4086 data->have_temp_fixed |= BIT(src - 1); in nct6775_probe()
4120 data->have_temp_fixed |= BIT(i); in nct6775_probe()