Lines Matching defs:gpio_device
51 struct gpio_device { struct
52 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;
61 const char *label;
62 void *data;
63 struct list_head list;
72 struct list_head pin_ranges;