Lines Matching full:managed
3 * devres.c - managed gpio resources
47 * devm_gpiod_get - Resource-managed gpiod_get()
52 * Managed gpiod_get(). GPIO descriptors returned from this function are
65 * devm_gpiod_get_optional - Resource-managed gpiod_get_optional()
70 * Managed gpiod_get_optional(). GPIO descriptors returned from this function
83 * devm_gpiod_get_index - Resource-managed gpiod_get_index()
89 * Managed gpiod_get_index(). GPIO descriptors returned from this function are
230 * devm_gpiod_get_index_optional - Resource-managed gpiod_get_index_optional()
236 * Managed gpiod_get_index_optional(). GPIO descriptors returned from this
257 * devm_gpiod_get_array - Resource-managed gpiod_get_array()
262 * Managed gpiod_get_array(). GPIO descriptors returned from this function are
292 * devm_gpiod_get_array_optional - Resource-managed gpiod_get_array_optional()
297 * Managed gpiod_get_array_optional(). GPIO descriptors returned from this
317 * devm_gpiod_put - Resource-managed gpiod_put()
363 * devm_gpiod_put_array - Resource-managed gpiod_put_array()
386 * devm_gpio_request - request a GPIO for a managed device
456 * devm_gpiochip_add_data_with_key() - Resource managed gpiochip_add_data_with_key()