Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dntc_thermistor.c538 int read_uv; in ntc_thermistor_get_ohm() local
540 read_uv = ntc_adc_iio_read(data); in ntc_thermistor_get_ohm()
541 if (read_uv < 0) in ntc_thermistor_get_ohm()
542 return read_uv; in ntc_thermistor_get_ohm()
543 return get_ohm_of_thermistor(data, read_uv); in ntc_thermistor_get_ohm()