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

/linux-master/include/linux/iio/
H A Dconsumer.h385 * iio_convert_raw_to_processed() - Converts a raw value to a processed value
404 int iio_convert_raw_to_processed(struct iio_channel *chan, int raw,
/linux-master/drivers/iio/potentiostat/
H A Dlmp91000.c179 ret = iio_convert_raw_to_processed(data->adc_chan,
/linux-master/drivers/iio/
H A Dinkern.c707 int iio_convert_raw_to_processed(struct iio_channel *chan, int raw, function
726 EXPORT_SYMBOL_GPL(iio_convert_raw_to_processed); variable
/linux-master/drivers/hwmon/
H A Dntc_thermistor.c363 ret = iio_convert_raw_to_processed(channel, raw, &uv, 1000);

Completed in 141 milliseconds