Searched refs:read_uv (Results 1 – 1 of 1) sorted by relevance
499 int read_uv; in ntc_thermistor_get_ohm() local501 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()