Lines Matching defs:pins
13 * It provides the functionality where pins from the GPIO can be
94 * @pinmux_is_supported: flag to indicate this GPIO controller contains pins
125 * Mapping from PINCONF pins to GPIO pins is 1-to-1
328 * Request the Iproc IOMUX pinmux controller to mux individual pins to GPIO
335 /* not all Iproc GPIO pins can be muxed individually */
758 * local GPIO pins
763 struct pinctrl_pin_desc *pins;
767 pins = devm_kcalloc(chip->dev, gc->ngpio, sizeof(*pins), GFP_KERNEL);
768 if (!pins)
772 pins[i].number = i;
773 pins[i].name = devm_kasprintf(chip->dev, GFP_KERNEL,
775 if (!pins[i].name)
781 pctldesc->pins = pins;