Searched defs:gpio_device (Results 1 – 1 of 1) sorted by relevance
57 struct gpio_device { struct58 struct device dev;59 struct cdev chrdev;60 int id;61 struct device *mockdev;62 struct module *owner;63 struct gpio_chip __rcu *chip;87 static inline struct gpio_device *to_gpio_device(struct device *dev) in to_gpio_device() argument