Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/iio/
H A Dconsumer.h306 int iio_read_channel_offset(struct iio_channel *chan, int *val,
/OK3568_Linux_fs/kernel/drivers/iio/
H A Dinkern.c680 int iio_read_channel_offset(struct iio_channel *chan, int *val, int *val2) in iio_read_channel_offset() function
684 EXPORT_SYMBOL_GPL(iio_read_channel_offset);
/OK3568_Linux_fs/kernel/drivers/iio/potentiostat/
H A Dlmp91000.c193 return iio_read_channel_offset(data->adc_chan, val, val2); in lmp91000_read_raw()