Searched refs:gpiod_get_array (Results 1 – 4 of 4) sorted by relevance
107 struct gpio_descs *gpiod_get_array(struct device *dev,165 from an array acquired with gpiod_get_array().367 * array_info - optional information obtained from gpiod_get_array()371 The descriptor array can be obtained using the gpiod_get_array() function374 the struct gpio_descs returned by gpiod_get_array()::376 struct gpio_descs *my_gpio_descs = gpiod_get_array(...);382 gpiod_get_array(). Afterwards the array of descriptors has to be setup391 array function matches the one obtained from gpiod_get_array() and array_info
79 struct gpio_descs *__must_check gpiod_get_array(struct device *dev,231 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array() function
280 descs = gpiod_get_array(dev, con_id, flags); in devm_gpiod_get_array()
4213 struct gpio_descs *__must_check gpiod_get_array(struct device *dev, in gpiod_get_array() function4325 EXPORT_SYMBOL_GPL(gpiod_get_array);4343 descs = gpiod_get_array(dev, con_id, flags); in gpiod_get_array_optional()