Lines Matching defs:indio_dev
41 static int stm32_dac_is_enabled(struct iio_dev *indio_dev, int channel) in stm32_dac_is_enabled()
58 static int stm32_dac_set_enable_state(struct iio_dev *indio_dev, int ch, in stm32_dac_set_enable_state()
138 static int stm32_dac_read_raw(struct iio_dev *indio_dev, in stm32_dac_read_raw()
156 static int stm32_dac_write_raw(struct iio_dev *indio_dev, in stm32_dac_write_raw()
170 static int stm32_dac_debugfs_reg_access(struct iio_dev *indio_dev, in stm32_dac_debugfs_reg_access()
192 static int stm32_dac_get_powerdown_mode(struct iio_dev *indio_dev, in stm32_dac_get_powerdown_mode()
198 static int stm32_dac_set_powerdown_mode(struct iio_dev *indio_dev, in stm32_dac_set_powerdown_mode()
205 static ssize_t stm32_dac_read_powerdown(struct iio_dev *indio_dev, in stm32_dac_read_powerdown()
218 static ssize_t stm32_dac_write_powerdown(struct iio_dev *indio_dev, in stm32_dac_write_powerdown()
279 static int stm32_dac_chan_of_init(struct iio_dev *indio_dev) in stm32_dac_chan_of_init()
316 struct iio_dev *indio_dev; in stm32_dac_probe() local
367 struct iio_dev *indio_dev = platform_get_drvdata(pdev); in stm32_dac_remove() local
378 struct iio_dev *indio_dev = dev_get_drvdata(dev); in stm32_dac_suspend() local