Lines Matching defs:gpio_device
49 struct gpio_device { struct
50 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;
59 const char *label;
60 void *data;
61 struct list_head list;
62 struct blocking_notifier_head notifier;
71 struct list_head pin_ranges;