Searched defs:pinctrl_gpio_range (Results 1 – 1 of 1) sorted by relevance
67042 struct pinctrl_gpio_range { struct67043 struct list_head node;67044 const char *name;67045 unsigned int id;67046 unsigned int base;67047 unsigned int pin_base;67048 unsigned int npins;67049 const unsigned int *pins;67050 struct gpio_chip *gc;