Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/iio/
Dconsumer.h393 int iio_convert_raw_to_processed(struct iio_channel *chan, int raw,
/linux-5.19.10/drivers/iio/potentiostat/
Dlmp91000.c179 ret = iio_convert_raw_to_processed(data->adc_chan, in lmp91000_read_raw()
/linux-5.19.10/drivers/iio/
Dinkern.c673 int iio_convert_raw_to_processed(struct iio_channel *chan, int raw, in iio_convert_raw_to_processed() function
692 EXPORT_SYMBOL_GPL(iio_convert_raw_to_processed);
/linux-5.19.10/drivers/hwmon/
Dntc_thermistor.c363 ret = iio_convert_raw_to_processed(channel, raw, &uv, 1000); in ntc_adc_iio_read()