Searched defs:pinctrl_gpio_range (Results 1 – 1 of 1) sorted by relevance
58 struct pinctrl_gpio_range { struct59 struct list_head node;60 const char *name;61 unsigned int id;62 unsigned int base;63 unsigned int pin_base;64 unsigned int npins;65 unsigned const *pins;66 struct gpio_chip *gc;
Completed in 5 milliseconds