Lines Matching defs:indio_dev
91 struct iio_dev *indio_dev; member
160 static int sun4i_prepare_for_irq(struct iio_dev *indio_dev, int channel, in sun4i_prepare_for_irq()
216 static int sun4i_gpadc_read(struct iio_dev *indio_dev, int channel, int *val, in sun4i_gpadc_read()
258 static int sun4i_gpadc_adc_read(struct iio_dev *indio_dev, int channel, in sun4i_gpadc_adc_read()
266 static int sun4i_gpadc_temp_read(struct iio_dev *indio_dev, int *val) in sun4i_gpadc_temp_read()
284 static int sun4i_gpadc_temp_offset(struct iio_dev *indio_dev, int *val) in sun4i_gpadc_temp_offset()
293 static int sun4i_gpadc_temp_scale(struct iio_dev *indio_dev, int *val) in sun4i_gpadc_temp_scale()
302 static int sun4i_gpadc_read_raw(struct iio_dev *indio_dev, in sun4i_gpadc_read_raw()
492 struct iio_dev *indio_dev) in sun4i_gpadc_probe_dt()
525 struct iio_dev *indio_dev) in sun4i_gpadc_probe_mfd()
604 struct iio_dev *indio_dev; in sun4i_gpadc_probe() local
671 struct iio_dev *indio_dev = platform_get_drvdata(pdev); in sun4i_gpadc_remove() local