Home
last modified time | relevance | path

Searched defs:gpio_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpio/
A Dgpiolib.h46 struct gpio_device { struct
47 int id;
48 struct device dev;
49 struct cdev chrdev;
50 struct device *mockdev;
51 struct module *owner;
52 struct gpio_chip *chip;
54 int base;
55 u16 ngpio;
56 const char *label;
[all …]

Completed in 7 milliseconds