Lines Matching refs:array
76 This function returns a struct gpio_descs which contains an array of
122 For an array of GPIOs this function can be used:
128 from an array acquired with gpiod_get_array().
242 The following functions set the output values of an array of GPIOs:
257 The array can be an arbitrary set of GPIOs. The functions will try to set
264 * array_size - the number of array elements
265 * desc_array - an array of GPIO descriptors
266 * value_array - an array of values to assign to the GPIOs
268 The descriptor array can be obtained using the gpiod_get_array() function
277 It is also possible to set a completely arbitrary array of descriptors. The
279 gpiod_get_array(). Afterwards the array of descriptors has to be setup
283 contiguous within the array of descriptors.