Home
last modified time | relevance | path

Searched defs:gpio_device (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpio/
Dgpiolib.h57 struct gpio_device { struct
58 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