Home
last modified time | relevance | path

Searched refs:gpiod_get_array (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/driver-api/gpio/
Dconsumer.rst113 struct gpio_descs *gpiod_get_array(struct device *dev,
171 from an array acquired with gpiod_get_array().
378 * array_info - optional information obtained from gpiod_get_array()
382 The descriptor array can be obtained using the gpiod_get_array() function
385 the struct gpio_descs returned by gpiod_get_array()::
387 struct gpio_descs *my_gpio_descs = gpiod_get_array(...);
393 gpiod_get_array(). Afterwards the array of descriptors has to be setup
402 array function matches the one obtained from gpiod_get_array() and array_info
/linux-6.12.1/include/linux/gpio/
Dconsumer.h77 struct gpio_descs *__must_check gpiod_get_array(struct device *dev,
226 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array() function
/linux-6.12.1/drivers/gpio/
Dgpiolib-devres.c255 descs = gpiod_get_array(dev, con_id, flags); in devm_gpiod_get_array()
Dgpiolib.c4640 struct gpio_descs *__must_check gpiod_get_array(struct device *dev, in gpiod_get_array() function
4753 EXPORT_SYMBOL_GPL(gpiod_get_array);
4777 descs = gpiod_get_array(dev, con_id, flags); in gpiod_get_array_optional()
/linux-6.12.1/Documentation/admin-guide/gpio/
Dgpio-virtuser.rst12 ``gpiod_get_array()`` and so we support multiple GPIOs per connector ID.