Lines Matching defs:indio_dev
37 static int stm32_dac_is_enabled(struct iio_dev *indio_dev, int channel) in stm32_dac_is_enabled()
54 static int stm32_dac_set_enable_state(struct iio_dev *indio_dev, int ch, in stm32_dac_set_enable_state()
135 static int stm32_dac_read_raw(struct iio_dev *indio_dev, in stm32_dac_read_raw()
153 static int stm32_dac_write_raw(struct iio_dev *indio_dev, in stm32_dac_write_raw()
167 static int stm32_dac_debugfs_reg_access(struct iio_dev *indio_dev, in stm32_dac_debugfs_reg_access()
189 static int stm32_dac_get_powerdown_mode(struct iio_dev *indio_dev, in stm32_dac_get_powerdown_mode()
195 static int stm32_dac_set_powerdown_mode(struct iio_dev *indio_dev, in stm32_dac_set_powerdown_mode()
202 static ssize_t stm32_dac_read_powerdown(struct iio_dev *indio_dev, in stm32_dac_read_powerdown()
215 static ssize_t stm32_dac_write_powerdown(struct iio_dev *indio_dev, in stm32_dac_write_powerdown()
276 static int stm32_dac_chan_of_init(struct iio_dev *indio_dev) in stm32_dac_chan_of_init()
313 struct iio_dev *indio_dev; in stm32_dac_probe() local
364 struct iio_dev *indio_dev = platform_get_drvdata(pdev); in stm32_dac_remove() local
377 struct iio_dev *indio_dev = dev_get_drvdata(dev); in stm32_dac_suspend() local