Home
last modified time | relevance | path

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

/drivers/staging/iio/adc/
Dmxs-lradc.c800 static int mxs_lradc_read_single(struct iio_dev *iio_dev, int chan, int *val) in mxs_lradc_read_single() function
869 ret = mxs_lradc_read_single(iio_dev, 8, &min); in mxs_lradc_read_temp()
873 ret = mxs_lradc_read_single(iio_dev, 9, &max); in mxs_lradc_read_temp()
893 return mxs_lradc_read_single(iio_dev, chan->channel, val); in mxs_lradc_read_raw()