cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Daniel Baluta2046.51%120.00%
Jonathan Cameron1227.91%120.00%
Roberta Dobrescu920.93%120.00%
Greg Kroah-Hartman12.33%120.00%
Vladimirs Ambrosovs12.33%120.00%
Total43100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.