Searched refs:ISTEMP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | vt1211.c | 138 #define ISTEMP(ix, uch_config) ((ix) < 2 ? 1 : \ macro 273 if (ISTEMP(ix, data->uch_config)) { in vt1211_update_device() 703 if (!ISTEMP(val - 1, data->uch_config)) { in set_pwm() 1180 if (ISTEMP(i, data->uch_config)) { in vt1211_probe()
|
H A D | vt8231.c | 105 #define ISTEMP(i, ch_config) ((i) == 0 ? 1 : \ macro 813 if (ISTEMP(i, data->uch_config)) { in vt8231_probe() 903 if (ISTEMP(i, data->uch_config)) { in vt8231_update_device()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | vt1211.c | 138 #define ISTEMP(ix, uch_config) ((ix) < 2 ? 1 : \ macro 267 if (ISTEMP(ix, data->uch_config)) { in vt1211_update_device() 697 if (!ISTEMP(val - 1, data->uch_config)) { in set_pwm() 1174 if (ISTEMP(i, data->uch_config)) { in vt1211_probe()
|
H A D | vt8231.c | 106 #define ISTEMP(i, ch_config) ((i) == 0 ? 1 : \ macro 209 if (ISTEMP(i, data->uch_config)) { in vt8231_update_device() 860 if (ISTEMP(i, data->uch_config)) { in vt8231_probe()
|
Completed in 7 milliseconds