Lines Matching defs:indio_dev
40 static int stm32_dac_is_enabled(struct iio_dev *indio_dev, int channel) in stm32_dac_is_enabled()
57 static int stm32_dac_set_enable_state(struct iio_dev *indio_dev, int ch, in stm32_dac_set_enable_state()
137 static int stm32_dac_read_raw(struct iio_dev *indio_dev, in stm32_dac_read_raw()
155 static int stm32_dac_write_raw(struct iio_dev *indio_dev, in stm32_dac_write_raw()
169 static int stm32_dac_debugfs_reg_access(struct iio_dev *indio_dev, in stm32_dac_debugfs_reg_access()
191 static int stm32_dac_get_powerdown_mode(struct iio_dev *indio_dev, in stm32_dac_get_powerdown_mode()
197 static int stm32_dac_set_powerdown_mode(struct iio_dev *indio_dev, in stm32_dac_set_powerdown_mode()
204 static ssize_t stm32_dac_read_powerdown(struct iio_dev *indio_dev, in stm32_dac_read_powerdown()
217 static ssize_t stm32_dac_write_powerdown(struct iio_dev *indio_dev, in stm32_dac_write_powerdown()
278 static int stm32_dac_chan_of_init(struct iio_dev *indio_dev) in stm32_dac_chan_of_init()
315 struct iio_dev *indio_dev; in stm32_dac_probe() local
366 struct iio_dev *indio_dev = platform_get_drvdata(pdev); in stm32_dac_remove() local
379 struct iio_dev *indio_dev = dev_get_drvdata(dev); in stm32_dac_suspend() local