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