buffer-dmaengine.h 366 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright 2014-2015 Analog Devices Inc.
  4. * Author: Lars-Peter Clausen <[email protected]>
  5. */
  6. #ifndef __IIO_DMAENGINE_H__
  7. #define __IIO_DMAENGINE_H__
  8. struct iio_dev;
  9. struct device;
  10. int devm_iio_dmaengine_buffer_setup(struct device *dev,
  11. struct iio_dev *indio_dev,
  12. const char *channel);
  13. #endif