Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dlm90.c1187 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()