xref: /kernel/linux/linux-6.6/drivers/iio/dummy/iio_dummy_evgen.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/iio/dummy/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef _IIO_DUMMY_EVGEN_H_
362306a36Sopenharmony_ci#define _IIO_DUMMY_EVGEN_H_
462306a36Sopenharmony_ci
562306a36Sopenharmony_cistruct iio_dummy_regs {
662306a36Sopenharmony_ci	u32 reg_id;
762306a36Sopenharmony_ci	u32 reg_data;
862306a36Sopenharmony_ci};
962306a36Sopenharmony_ci
1062306a36Sopenharmony_cistruct iio_dummy_regs *iio_dummy_evgen_get_regs(int irq);
1162306a36Sopenharmony_ciint iio_dummy_evgen_get_irq(void);
1262306a36Sopenharmony_civoid iio_dummy_evgen_release_irq(int irq);
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#endif /* _IIO_DUMMY_EVGEN_H_ */
15

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