Searched refs:ISVOLT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | vt1211.c | 134 #define ISVOLT(ix, uch_config) ((ix) > 4 ? 1 : \ macro 261 if (ISVOLT(ix, data->uch_config)) { in vt1211_update_device() 1172 if (ISVOLT(i, data->uch_config)) { in vt1211_probe()
|
H A D | vt8231.c | 108 #define ISVOLT(i, ch_config) ((i) == 5 ? 1 : \ macro 822 if (ISVOLT(i, data->uch_config)) { in vt8231_probe() 883 if (ISVOLT(i, data->uch_config)) { in vt8231_update_device()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | vt8231.c | 109 #define ISVOLT(i, ch_config) ((i) == 5 ? 1 : \ macro 189 if (ISVOLT(i, data->uch_config)) { in vt8231_update_device() 869 if (ISVOLT(i, data->uch_config)) { in vt8231_probe()
|
H A D | vt1211.c | 134 #define ISVOLT(ix, uch_config) ((ix) > 4 ? 1 : \ macro 255 if (ISVOLT(ix, data->uch_config)) { in vt1211_update_device() 1166 if (ISVOLT(i, data->uch_config)) { in vt1211_probe()
|
Completed in 7 milliseconds