Lines Matching refs:pins
63 const unsigned int **pins,
71 *pins = p->groups[group].func[0].pins;
144 /* mark the pins as gpio */
146 p->gpio[p->groups[group].func[0].pins[i]] = 1;
153 p->gpio[p->func[func]->pins[i]] = 0;
256 * loop over the functions and initialize the pins array.
265 p->func[i]->pins = devm_kcalloc(p->dev,
269 if (!p->func[i]->pins)
272 p->func[i]->pins[j] = p->func[i]->pin_first + j;
279 /* the buffer that tells us which pins are gpio */
281 /* the pads needed to tell pinctrl about our pins */
293 p->gpio[p->func[i]->pins[j]] = 0;
310 p->desc->pins = p->pads;
345 dev_err(&pdev->dev, "failed to load pins\n");