Lines Matching defs:gpio_device
64 struct gpio_device { struct
65 struct device dev;
66 struct cdev chrdev;
67 int id;
68 struct device *mockdev;
69 struct module *owner;
70 struct gpio_chip __rcu *chip;
71 struct gpio_desc *descs;
72 unsigned long *valid_mask;
73 struct srcu_struct desc_srcu;
97 static inline struct gpio_device *to_gpio_device(struct device *dev) in to_gpio_device() argument