Searched defs:gpio_device (Results 1 – 1 of 1) sorted by relevance
44 struct gpio_device { struct45 int id;46 struct device dev;47 struct cdev chrdev;48 struct device *mockdev;49 struct module *owner;50 struct gpio_chip *chip;51 struct gpio_desc *descs;52 int base;53 u16 ngpio;[all …]