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