Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dw83793.c247 u8 has_vid; member
1723 data->has_vid |= 0x2; /* has VIDB */ in w83793_probe()
1742 data->has_vid |= 0x1; /* has VIDA */ in w83793_probe()
1801 if (!(data->has_vid & (1 << i))) in w83793_probe()
1807 if (data->has_vid) { in w83793_probe()
2106 if (data->has_vid & 0x01) in w83793_update_device()
2108 if (data->has_vid & 0x02) in w83793_update_device()
Dadt7475.c205 u8 has_vid:1; member
1420 if (data->has_vid) in adt7475_remove_files()
1621 data->has_vid = !(adt7475_read(REG_CONFIG5) & CONFIG5_VIDGPIO); in adt7475_probe()
1687 if (data->has_vid) { in adt7475_probe()
1708 data->has_vid ? " vid" : ""); in adt7475_probe()
1904 if (data->has_vid) { in adt7475_update_measure()
Dit87.c488 #define has_vid(data) ((data)->features & FEAT_VID) macro
546 bool has_vid; /* True if VID supported */ member
2141 if ((index == 2 || index == 3) && !data->has_vid) in it87_is_visible()
2520 if (!has_vid(config)) in it87_find()
3164 data->has_vid = true; in it87_probe()