Lines Matching defs:array
63 * Number of GPIOs to use for the fast path in set array
2837 * gpiod_get_raw_array_value() - read raw values from an array of GPIOs
2838 * @array_size: number of elements in the descriptor array / value bitmap
2839 * @desc_array: array of GPIO descriptors whose values will be read
2864 * gpiod_get_array_value() - read values from an array of GPIOs
2865 * @array_size: number of elements in the descriptor array / value bitmap
2866 * @desc_array: array of GPIO descriptors whose values will be read
2953 * @mask: bit mask array; one bit per output; BITS_PER_LONG bits per word
2955 * @bits: bit value array; one bit per output; BITS_PER_LONG bits per word
3134 * gpiod_set_raw_array_value() - assign values to an array of GPIOs
3135 * @array_size: number of elements in the descriptor array / value bitmap
3136 * @desc_array: array of GPIO descriptors whose values will be assigned
3159 * gpiod_set_array_value() - assign values to an array of GPIOs
3160 * @array_size: number of elements in the descriptor array / value bitmap
3161 * @desc_array: array of GPIO descriptors whose values will be assigned
3472 * gpiod_get_raw_array_value_cansleep() - read raw values from an array of GPIOs
3473 * @array_size: number of elements in the descriptor array / value bitmap
3474 * @desc_array: array of GPIO descriptors whose values will be read
3499 * gpiod_get_array_value_cansleep() - read values from an array of GPIOs
3500 * @array_size: number of elements in the descriptor array / value bitmap
3501 * @desc_array: array of GPIO descriptors whose values will be read
3561 * gpiod_set_raw_array_value_cansleep() - assign values to an array of GPIOs
3562 * @array_size: number of elements in the descriptor array / value bitmap
3563 * @desc_array: array of GPIO descriptors whose values will be assigned
3603 * gpiod_set_array_value_cansleep() - assign values to an array of GPIOs
3604 * @array_size: number of elements in the descriptor array / value bitmap
3605 * @desc_array: array of GPIO descriptors whose values will be assigned
4222 * Return a struct gpio_descs containing an array of descriptors, -ENOENT if
4255 * If pin hardware number of array member 0 is also 0, select
4259 struct gpio_descs *array;
4264 array = kzalloc(struct_size(descs, desc, count) +
4267 if (!array) {
4272 memcpy(array, descs,
4276 descs = array;
4292 /* Unmark array members which don't belong to the 'fast' chip */
4298 * Detect array members which belong to the 'fast' chip
4304 * Don't use fast path if all array members processed so
4306 * hardware number is different from its array index.
4332 "GPIO array info: chip=%s, size=%d, get_mask=%lx, set_mask=%lx, invert_mask=%lx\n",
4379 * @descs: struct gpio_descs containing an array of descriptors