Home
last modified time | relevance | path

Searched refs:extra_npins (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c55 * @extra_npins:Number of pins included in the second optional range
66 unsigned int extra_npins; member
162 .extra_npins = _nr2, \
241 for (j = 0; j < (group->npins + group->extra_npins); j++) in armada_37xx_find_next_grp_by_pin()
294 info->groups[selector].extra_npins; in armada_37xx_get_group_pins()
883 grp->npins + grp->extra_npins, in armada_37xx_fill_group()
892 for (j = 0; j < grp->extra_npins; j++) in armada_37xx_fill_group()
/kernel/linux/linux-6.6/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c56 * @extra_npins:Number of pins included in the second optional range
67 unsigned int extra_npins; member
162 .extra_npins = _nr2, \
245 for (j = 0; j < (group->npins + group->extra_npins); j++) in armada_37xx_find_next_grp_by_pin()
298 info->groups[selector].extra_npins; in armada_37xx_get_group_pins()
879 grp->pins = devm_kcalloc(dev, grp->npins + grp->extra_npins, in armada_37xx_fill_group()
888 for (j = 0; j < grp->extra_npins; j++) in armada_37xx_fill_group()

Completed in 6 milliseconds