OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
include
/
linux
/
gpio
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
consumer.h
14.34 KB
11/01/2022 04:52:05 PM
rw-r--r--
📄
driver.h
17.1 KB
11/01/2022 04:52:05 PM
rw-r--r--
📄
gpio-reg.h
375 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
machine.h
2.41 KB
01/28/2018 09:20:33 PM
rw-r--r--
Editing: gpio-reg.h
Close
/* 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