Lines Matching refs:pins
419 * @pins: Array of pins in the pin group
427 int *pins, int pin_index, void *data)
459 pins[pin_index] = pin;
492 int rows, *pins, error = -EINVAL, i;
513 pins = devm_kcalloc(iod->dev, rows, sizeof(*pins), GFP_KERNEL);
514 if (!pins)
532 pins, i, cfg);
541 error = pinctrl_generic_add_group(iod->pctl, np->name, pins, i, g);
556 devm_kfree(iod->dev, pins);
591 * ti_iodelay_pinconf_group_set() - Configure the groups of pins
734 * ti_iodelay_alloc_pins() - Allocate structures needed for pins for iodelay
750 dev_dbg(dev, "Allocating %i pins\n", nr_pins);
756 iod->desc.pins = iod->pa;