Lines Matching defs:pins
502 * Output-only GPIO functionality is available on pins AIN2 through
503 * AIN5. If these pins are used for anything else, do not expose them.
1499 u32 *pins, unsigned int len)
1505 ret = ad4130_validate_diff_channel(st, pins[i]);
1550 u32 *pins, unsigned int len)
1556 ret = ad4130_validate_vbias_pin(st, pins[i]);
1573 u32 pins[2];
1591 ret = fwnode_property_read_u32_array(child, "diff-channels", pins,
1592 ARRAY_SIZE(pins));
1596 ret = ad4130_validate_diff_channels(st, pins, ARRAY_SIZE(pins));
1600 chan->channel = pins[0];
1601 chan->channel2 = pins[1];
1712 ret = device_property_count_u32(dev, "adi,vbias-pins");
1716 "Too many vbias pins %u\n", ret);
1720 ret = device_property_read_u32_array(dev, "adi,vbias-pins",
1725 "Failed to read vbias pins\n");