Lines Matching full:managed
2 * drivers/gpio/devres.c - managed gpio resources
55 * devm_gpiod_get - Resource-managed gpiod_get()
60 * Managed gpiod_get(). GPIO descriptors returned from this function are
73 * devm_gpiod_get_optional - Resource-managed gpiod_get_optional()
78 * Managed gpiod_get_optional(). GPIO descriptors returned from this function
91 * devm_gpiod_get_index - Resource-managed gpiod_get_index()
97 * Managed gpiod_get_index(). GPIO descriptors returned from this function are
227 * devm_gpiod_get_index_optional - Resource-managed gpiod_get_index_optional()
233 * Managed gpiod_get_index_optional(). GPIO descriptors returned from this
256 * devm_gpiod_get_array - Resource-managed gpiod_get_array()
261 * Managed gpiod_get_array(). GPIO descriptors returned from this function are
291 * devm_gpiod_get_array_optional - Resource-managed gpiod_get_array_optional()
296 * Managed gpiod_get_array_optional(). GPIO descriptors returned from this
316 * devm_gpiod_put - Resource-managed gpiod_put()
332 * devm_gpiod_put_array - Resource-managed gpiod_put_array()
365 * devm_gpio_request - request a GPIO for a managed device