xref: /kernel/linux/linux-5.10/drivers/iio/dummy/iio_dummy_evgen.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/iio/dummy/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _IIO_DUMMY_EVGEN_H_
38c2ecf20Sopenharmony_ci#define _IIO_DUMMY_EVGEN_H_
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_cistruct iio_dummy_regs {
68c2ecf20Sopenharmony_ci	u32 reg_id;
78c2ecf20Sopenharmony_ci	u32 reg_data;
88c2ecf20Sopenharmony_ci};
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_cistruct iio_dummy_regs *iio_dummy_evgen_get_regs(int irq);
118c2ecf20Sopenharmony_ciint iio_dummy_evgen_get_irq(void);
128c2ecf20Sopenharmony_civoid iio_dummy_evgen_release_irq(int irq);
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif /* _IIO_DUMMY_EVGEN_H_ */
15

Indexes created Thu Nov 07 10:32:03 CST 2024