Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dntc_thermistor.c499 int read_uv; in ntc_thermistor_get_ohm() local
501 read_uv = ntc_adc_iio_read(data); in ntc_thermistor_get_ohm()
502 if (read_uv < 0) in ntc_thermistor_get_ohm()
503 return read_uv; in ntc_thermistor_get_ohm()
504 return get_ohm_of_thermistor(data, read_uv); in ntc_thermistor_get_ohm()