Searched refs:gpiod_get_array (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/gpio/
H A Dconsumer.h17 * obtained using gpiod_get_array()
77 struct gpio_descs *__must_check gpiod_get_array(struct device *dev,
226 gpiod_get_array(struct device *dev, const char *con_id, function
/linux-master/drivers/gpio/
H A Dgpiolib-devres.c202 * devm_gpiod_get_array - Resource-managed gpiod_get_array()
207 * Managed gpiod_get_array(). GPIO descriptors returned from this function are
208 * automatically disposed on driver detach. See gpiod_get_array() for detailed
223 descs = gpiod_get_array(dev, con_id, flags);
H A Dgpiolib.c3018 * have been obtained from the same gpiod_get_array() call.
3323 * have been obtained from the same gpiod_get_array() call.
4527 * gpiod_get_array - obtain multiple GPIOs from a multi-index GPIO function
4538 struct gpio_descs *__must_check gpiod_get_array(struct device *dev, function
4651 EXPORT_SYMBOL_GPL(gpiod_get_array); variable
4660 * This is equivalent to gpiod_get_array(), except that when no GPIO was
4669 descs = gpiod_get_array(dev, con_id, flags);

Completed in 240 milliseconds