Lines Matching refs:pins
421 * @pins: Array of pins in the pin group
429 int *pins, int pin_index, void *data)
461 pins[pin_index] = pin;
494 int rows, *pins, error = -EINVAL, i;
515 pins = devm_kcalloc(iod->dev, rows, sizeof(*pins), GFP_KERNEL);
516 if (!pins) {
536 pins, i, cfg);
545 error = pinctrl_generic_add_group(iod->pctl, np->name, pins, i, g);
560 devm_kfree(iod->dev, pins);
595 * ti_iodelay_pinconf_group_set() - Configure the groups of pins
737 * ti_iodelay_alloc_pins() - Allocate structures needed for pins for iodelay
753 dev_dbg(dev, "Allocating %i pins\n", nr_pins);
759 iod->desc.pins = iod->pa;