Lines Matching defs:pins
7 * Driver allows to use AxB5xx unused pins to be used as GPIO
271 * writing 0 to GPIOSELx register, except for pins which
286 * writing 1 to GPIOSELx register, except for pins which
580 dev_dbg(pct->dev, "enable group %s, %u pins\n", g->name, g->npins);
584 g->pins[i], g->altsetting);
586 ret = abx500_set_mode(pctldev, chip, g->pins[i], g->altsetting);
664 const unsigned **pins,
669 *pins = pct->soc->groups[selector].pins;
734 if (npct->soc->pins[i].number == pin_number)
735 return npct->soc->pins[i].name;
777 ret = of_property_count_strings(np, "pins");
787 of_property_for_each_string(np, "pins", prop, pin) {
950 * such holes so that these are included in the number of GPIO pins.
972 /* this gives the absolute number of pins */
1043 abx500_pinctrl_desc.pins = pct->soc->pins;
1055 /* We will handle a range of GPIO pins */