Searched refs:read_uv (Results 1 – 1 of 1) sorted by relevance
427 pdata->read_uv = ntc_adc_iio_read; in ntc_thermistor_parse_dt()568 int read_uv; in ntc_thermistor_get_ohm() local573 if (data->pdata->read_uv) { in ntc_thermistor_get_ohm()574 read_uv = data->pdata->read_uv(data->pdata); in ntc_thermistor_get_ohm()575 if (read_uv < 0) in ntc_thermistor_get_ohm()576 return read_uv; in ntc_thermistor_get_ohm()577 return get_ohm_of_thermistor(data, read_uv); in ntc_thermistor_get_ohm()663 if (!pdata->read_uv && !pdata->read_ohm) { in ntc_thermistor_probe()669 if (pdata->read_uv && pdata->read_ohm) { in ntc_thermistor_probe()672 pdata->read_uv = NULL; in ntc_thermistor_probe()[all …]