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()
136 static int stm32_dac_read_raw(struct iio_dev *indio_dev, in stm32_dac_read_raw()
154 static int stm32_dac_write_raw(struct iio_dev *indio_dev, in stm32_dac_write_raw()
168 static int stm32_dac_debugfs_reg_access(struct iio_dev *indio_dev, in stm32_dac_debugfs_reg_access()
190 static int stm32_dac_get_powerdown_mode(struct iio_dev *indio_dev, in stm32_dac_get_powerdown_mode()
196 static int stm32_dac_set_powerdown_mode(struct iio_dev *indio_dev, in stm32_dac_set_powerdown_mode()
203 static ssize_t stm32_dac_read_powerdown(struct iio_dev *indio_dev, in stm32_dac_read_powerdown()
216 static ssize_t stm32_dac_write_powerdown(struct iio_dev *indio_dev, in stm32_dac_write_powerdown()
277 static int stm32_dac_chan_of_init(struct iio_dev *indio_dev) in stm32_dac_chan_of_init()
314 struct iio_dev *indio_dev; in stm32_dac_probe() local
365 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