Searched defs:gpio_device (Results 1 – 2 of 2) sorted by relevance
46 struct gpio_device { struct47 int id;48 struct device dev;49 struct cdev chrdev;50 struct device *mockdev;51 struct module *owner;52 struct gpio_chip *chip;53 struct gpio_desc *descs;54 int base;55 u16 ngpio;[all …]
51 struct gpio_device { struct52 int id;53 struct device dev;54 struct cdev chrdev;55 struct device *mockdev;56 struct module *owner;57 struct gpio_chip *chip;58 struct gpio_desc *descs;59 int base;60 u16 ngpio;[all …]