Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dnct6775.c974 bool have_vid; member
3195 if (index == 0 && !data->have_vid) in nct6775_other_is_visible()
4023 data->have_vid = (cr2a & 0x40); in nct6775_probe()
4026 data->have_vid = (cr2a & 0x60) == 0x40; in nct6775_probe()
4040 if (data->have_vid) { in nct6775_probe()