Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
Dgpiolib.h46 struct gpio_device { struct
47 int id;
48 struct device dev;
49 struct cdev chrdev;
50 struct device *mockdev;
51 struct module *owner;
52 struct gpio_chip *chip;
53 struct gpio_desc *descs;
54 int base;
55 u16 ngpio;
[all …]
/kernel/linux/linux-6.6/drivers/gpio/
Dgpiolib.h56 struct gpio_device { struct
57 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