Lines Matching defs:indio_dev
92 struct iio_dev *indio_dev; member
164 static int sun4i_prepare_for_irq(struct iio_dev *indio_dev, int channel, in sun4i_prepare_for_irq()
220 static int sun4i_gpadc_read(struct iio_dev *indio_dev, int channel, int *val, in sun4i_gpadc_read()
262 static int sun4i_gpadc_adc_read(struct iio_dev *indio_dev, int channel, in sun4i_gpadc_adc_read()
270 static int sun4i_gpadc_temp_read(struct iio_dev *indio_dev, int *val) in sun4i_gpadc_temp_read()
288 static int sun4i_gpadc_temp_offset(struct iio_dev *indio_dev, int *val) in sun4i_gpadc_temp_offset()
297 static int sun4i_gpadc_temp_scale(struct iio_dev *indio_dev, int *val) in sun4i_gpadc_temp_scale()
306 static int sun4i_gpadc_read_raw(struct iio_dev *indio_dev, in sun4i_gpadc_read_raw()
496 struct iio_dev *indio_dev) in sun4i_gpadc_probe_dt()
529 struct iio_dev *indio_dev) in sun4i_gpadc_probe_mfd()
608 struct iio_dev *indio_dev; in sun4i_gpadc_probe() local
675 struct iio_dev *indio_dev = platform_get_drvdata(pdev); in sun4i_gpadc_remove() local