Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/gpio/
A Dconsumer.rst111 struct gpio_descs *gpiod_get_array(struct device *dev,
169 from an array acquired with gpiod_get_array().
376 * array_info - optional information obtained from gpiod_get_array()
380 The descriptor array can be obtained using the gpiod_get_array() function
383 the struct gpio_descs returned by gpiod_get_array()::
385 struct gpio_descs *my_gpio_descs = gpiod_get_array(...);
391 gpiod_get_array(). Afterwards the array of descriptors has to be setup
400 array function matches the one obtained from gpiod_get_array() and array_info
/linux/include/linux/gpio/
A Dconsumer.h79 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
/linux/drivers/gpio/
A Dgpiolib-devres.c278 descs = gpiod_get_array(dev, con_id, flags); in devm_gpiod_get_array()
A Dgpiolib.c4082 struct gpio_descs *__must_check gpiod_get_array(struct device *dev, in gpiod_get_array() function
4194 EXPORT_SYMBOL_GPL(gpiod_get_array);
4212 descs = gpiod_get_array(dev, con_id, flags); in gpiod_get_array_optional()
/linux/
A Dvmlinux.symvers4013 0x00000000 gpiod_get_array vmlinux EXPORT_SYMBOL_GPL
A DSystem.map20157 ffff800010571b70 T gpiod_get_array
A D.tmp_System.map20157 ffff800010571b70 T gpiod_get_array

Completed in 999 milliseconds