Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dnct6775.c1110 u16 have_temp_fixed; member
1723 !(data->have_temp_fixed & BIT(i))) in nct6775_update_device()
2363 if (nr > 7 && !(data->have_temp_fixed & BIT(temp))) in nct6775_temp_is_visible()
3415 if (!(data->have_temp_fixed & BIT(i))) in nct6775_init_device()
4111 data->have_temp_fixed |= BIT(src - 1); in nct6775_probe()
4183 data->have_temp_fixed |= BIT(src - 1); in nct6775_probe()
4217 data->have_temp_fixed |= BIT(i); in nct6775_probe()