Release 4.11 drivers/iio/dummy/iio_dummy_evgen.h
#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 | 47.62% | 1 | 25.00% |
Jonathan Cameron | 12 | 28.57% | 1 | 25.00% |
Roberta Dobrescu | 9 | 21.43% | 1 | 25.00% |
Vladimirs Ambrosovs | 1 | 2.38% | 1 | 25.00% |
Total | 42 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.