Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/iio/
Dconsumer.h206 int iio_convert_raw_to_processed(struct iio_channel *chan, int raw,
/linux-4.4.14/drivers/iio/
Dinkern.c559 int iio_convert_raw_to_processed(struct iio_channel *chan, int raw, in iio_convert_raw_to_processed() function
577 EXPORT_SYMBOL_GPL(iio_convert_raw_to_processed);
/linux-4.4.14/drivers/hwmon/
Dntc_thermistor.c239 ret = iio_convert_raw_to_processed(channel, raw, &uv, 1000); in ntc_adc_iio_read()