Release 4.14 drivers/iio/dummy/iio_dummy_evgen.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _IIO_DUMMY_EVGEN_H_
#define _IIO_DUMMY_EVGEN_H_
struct iio_dummy_regs {
u32 reg_id;
u32 reg_data;
};
struct iio_dummy_regs *iio_dummy_evgen_get_regs(int irq);
int iio_dummy_evgen_get_irq(void);
void iio_dummy_evgen_release_irq(int irq);
#endif /* _IIO_DUMMY_EVGEN_H_ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Daniel Baluta | 20 | 46.51% | 1 | 20.00% |
Jonathan Cameron | 12 | 27.91% | 1 | 20.00% |
Roberta Dobrescu | 9 | 20.93% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 2.33% | 1 | 20.00% |
Vladimirs Ambrosovs | 1 | 2.33% | 1 | 20.00% |
Total | 43 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.