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.c498 int read_uv; in ntc_thermistor_get_ohm() local
500 read_uv = ntc_adc_iio_read(data); in ntc_thermistor_get_ohm()
501 if (read_uv < 0) in ntc_thermistor_get_ohm()
502 return read_uv; in ntc_thermistor_get_ohm()
503 return get_ohm_of_thermistor(data, read_uv); in ntc_thermistor_get_ohm()