Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dnct6775.c1107 bool have_vid; member
3346 if (index == 0 && !data->have_vid) in nct6775_other_is_visible()
4247 data->have_vid = (cr2a & 0x40); in nct6775_probe()
4250 data->have_vid = (cr2a & 0x60) == 0x40; in nct6775_probe()
4266 if (data->have_vid) { in nct6775_probe()