cregit-Linux how code gets into the kernel

Release 4.12 include/linux/gpio/gpio-reg.h

#ifndef GPIO_REG_H

#define GPIO_REG_H

struct device;
struct irq_domain;

struct gpio_chip *gpio_reg_init(struct device *dev, void __iomem *reg,
	int base, int num, const char *label, u32 direction, u32 def_out,
	const char *const *names, struct irq_domain *irqdom, const int *irqs);

int gpio_reg_resume(struct gpio_chip *gc);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Russell King73100.00%2100.00%
Total73100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.