Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dw83793.c233 u8 has_vid; member
1691 data->has_vid |= 0x2; /* has VIDB */ in w83793_probe()
1710 data->has_vid |= 0x1; /* has VIDA */ in w83793_probe()
1769 if (!(data->has_vid & (1 << i))) in w83793_probe()
1775 if (data->has_vid) { in w83793_probe()
2071 if (data->has_vid & 0x01) in w83793_update_device()
2073 if (data->has_vid & 0x02) in w83793_update_device()
H A Dit87.c535 #define has_vid(data) ((data)->features & FEAT_VID) macro
605 bool has_vid; /* True if VID supported */ member
2416 if ((index == 2 || index == 3) && !data->has_vid) in it87_is_visible()
2853 if (!has_vid(config)) in it87_find()
3530 data->has_vid = true; in it87_probe()