Searched defs:gpio_device (Results 1 – 10 of 10) sorted by relevance
33587 struct gpio_device { struct33588 struct device dev;33589 struct cdev chrdev;33590 int id;33591 struct device *mockdev;33592 struct module *owner;33593 struct gpio_chip *chip;33594 struct gpio_desc *descs;33595 int base;33596 u16 ngpio;[all …]
67144 struct gpio_device { struct67165 struct gpio_device *gdev; argument
78769 struct gpio_device { struct78787 struct gpio_device *gdev; argument
76383 struct gpio_device { struct76404 struct gpio_device *gpiodev; argument
37693 struct gpio_device { struct37694 int id;37695 struct device dev;37696 struct cdev chrdev;37697 struct device *mockdev;37698 struct module *owner;37699 struct gpio_chip *chip;37700 struct gpio_desc *descs;37701 int base;37702 u16 ngpio;[all …]
76161 struct gpio_device { struct76162 struct device dev;76163 struct cdev chrdev;76164 int id;76165 struct device *mockdev;76166 struct module *owner;76167 struct gpio_chip *chip;76168 struct gpio_desc *descs;76169 int base;76170 u16 ngpio;[all …]