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
175 * devm_gpiod_get_index_optional - Resource-managed gpiod_get_index_optional()
181 * Managed gpiod_get_index_optional(). GPIO descriptors returned from this
202 * devm_gpiod_get_array - Resource-managed gpiod_get_array()
207 * Managed gpiod_get_array(). GPIO descriptors returned from this function are
237 * devm_gpiod_get_array_optional - Resource-managed gpiod_get_array_optional()
242 * Managed gpiod_get_array_optional(). GPIO descriptors returned from this
262 * devm_gpiod_put - Resource-managed gpiod_put()
308 * devm_gpiod_put_array - Resource-managed gpiod_put_array()
331 * devm_gpio_request - request a GPIO for a managed device
401 * devm_gpiochip_add_data_with_key() - Resource managed gpiochip_add_data_with_key()