Searched refs:lm90_temp_crit_index (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm90.c | 1187 static const u8 lm90_temp_crit_index[3] = { variable 1252 *val = lm90_get_temp8(data, lm90_temp_crit_index[channel]); in lm90_temp_read() 1255 *val = lm90_get_temphyst(data, lm90_temp_crit_index[channel]); in lm90_temp_read() 1305 err = lm90_set_temp8(data, lm90_temp_crit_index[channel], val); in lm90_temp_write()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm90.c | 1490 static const u8 lm90_temp_crit_index[MAX_CHANNELS] = { variable 1561 *val = lm90_get_temp(data, lm90_temp_crit_index[channel], channel); in lm90_temp_read() 1564 *val = lm90_get_temphyst(data, lm90_temp_crit_index[channel], channel); in lm90_temp_read() 1602 err = lm90_set_temp(data, lm90_temp_crit_index[channel], in lm90_temp_write()
|
Completed in 7 milliseconds