Lines Matching refs:pins
7 * Driver allows to use AxB5xx unused pins to be used as GPIO
275 * writing 0 to GPIOSELx register, except for pins which
290 * writing 1 to GPIOSELx register, except for pins which
582 dev_dbg(pct->dev, "enable group %s, %u pins\n", g->name, g->npins);
586 g->pins[i], g->altsetting);
588 ret = abx500_set_mode(pctldev, chip, g->pins[i], g->altsetting);
666 const unsigned **pins,
671 *pins = pct->soc->groups[selector].pins;
736 if (npct->soc->pins[i].number == pin_number)
737 return npct->soc->pins[i].name;
779 ret = of_property_count_strings(np, "pins");
789 of_property_for_each_string(np, "pins", prop, pin) {
952 * such holes so that these are included in the number of GPIO pins.
974 /* this gives the absolute number of pins */
1045 abx500_pinctrl_desc.pins = pct->soc->pins;
1057 /* We will handle a range of GPIO pins */