Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpio/
Dgpiolib.h62 struct gpio_device { struct
63 struct device dev;
64 struct cdev chrdev;
65 int id;
66 struct device *mockdev;
67 struct module *owner;
68 struct gpio_chip __rcu *chip;
69 struct gpio_desc *descs;
70 struct srcu_struct desc_srcu;
94 static inline struct gpio_device *to_gpio_device(struct device *dev) in to_gpio_device() argument