Searched refs:lm90_get_temp (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | lm90.c | 1355 static int lm90_get_temp(struct lm90_data *data, int index, int channel) in lm90_get_temp() function 1437 int temp = lm90_get_temp(data, index, channel); in lm90_get_temphyst() 1444 int temp = lm90_get_temp(data, LOCAL_CRIT, 0); in lm90_set_temphyst() 1526 *val = lm90_get_temp(data, lm90_temp_index[channel], channel); in lm90_temp_read() 1558 *val = lm90_get_temp(data, lm90_temp_min_index[channel], channel); in lm90_temp_read() 1561 *val = lm90_get_temp(data, lm90_temp_max_index[channel], channel); in lm90_temp_read() 1564 *val = lm90_get_temp(data, lm90_temp_crit_index[channel], channel); in lm90_temp_read() 1570 *val = lm90_get_temp(data, lm90_temp_emerg_index[channel], channel); in lm90_temp_read()
|