Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dw83627ehf.c373 u8 have_vid:1; member
1121 if (devattr->show == cpu0_vid_show && data->have_vid) in w83627ehf_attrs_visible()
1896 data->have_vid = true; in w83627ehf_probe()
1930 data->have_vid = true; in w83627ehf_probe()
H A Dnct6775.c1207 bool have_vid; member
3465 if (index == 0 && !data->have_vid) in nct6775_other_is_visible()
4512 data->have_vid = (cr2a & 0x40); in nct6775_probe()
4515 data->have_vid = (cr2a & 0x60) == 0x40; in nct6775_probe()
4534 if (data->have_vid) { in nct6775_probe()