Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dnct6775-platform.c806 if (index == 0 && !data->have_vid) in nct6775_other_is_visible()
856 data->have_vid = (cr2a & 0x40); in nct6775_platform_probe_init()
859 data->have_vid = (cr2a & 0x60) == 0x40; in nct6775_platform_probe_init()
879 if (data->have_vid) { in nct6775_platform_probe_init()
Dnct6775.h165 bool have_vid; member
Dw83627ehf.c373 u8 have_vid:1; member
1119 if (devattr->show == cpu0_vid_show && data->have_vid) in w83627ehf_attrs_visible()
1886 data->have_vid = true; in w83627ehf_probe()
1920 data->have_vid = true; in w83627ehf_probe()