Searched defs:gpio_device (Results 1 – 1 of 1) sorted by relevance
56 struct gpio_device { struct57 struct device dev;58 struct cdev chrdev;59 int id;60 struct device *mockdev;84 static inline struct gpio_device *to_gpio_device(struct device *dev) in to_gpio_device() argument