Lines Matching refs:array
79 This function returns a struct gpio_descs which contains an array of
125 For an array of GPIOs this function can be used:
131 from an array acquired with gpiod_get_array().
253 With this, all the gpiod_set_(array)_value_xxx() functions interpret the
258 gpiod_set_(array)_value_xxx() passes "active" ("1"), the physical line level
278 The following functions set the output values of an array of GPIOs:
293 The array can be an arbitrary set of GPIOs. The functions will try to set
300 * array_size - the number of array elements
301 * desc_array - an array of GPIO descriptors
302 * value_array - an array of values to assign to the GPIOs
304 The descriptor array can be obtained using the gpiod_get_array() function
313 It is also possible to set a completely arbitrary array of descriptors. The
315 gpiod_get_array(). Afterwards the array of descriptors has to be setup
319 contiguous within the array of descriptors.