Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dnct6775.c883 bool have_vid; member
3101 if (index == 0 && !data->have_vid) in nct6775_other_is_visible()
3916 data->have_vid = (cr2a & 0x40); in nct6775_probe()
3919 data->have_vid = (cr2a & 0x60) == 0x40; in nct6775_probe()
3932 if (data->have_vid) { in nct6775_probe()