Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dnct6775.h165 bool have_vid; member
H A 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()
H A 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()
/kernel/linux/linux-5.10/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()

Completed in 15 milliseconds