Lines Matching full:managed
3 * devres.c - managed gpio resources
51 * devm_gpiod_get - Resource-managed gpiod_get()
56 * Managed gpiod_get(). GPIO descriptors returned from this function are
74 * devm_gpiod_get_optional - Resource-managed gpiod_get_optional()
79 * Managed gpiod_get_optional(). GPIO descriptors returned from this function
97 * devm_gpiod_get_index - Resource-managed gpiod_get_index()
103 * Managed gpiod_get_index(). GPIO descriptors returned from this function are
196 * devm_gpiod_get_index_optional - Resource-managed gpiod_get_index_optional()
202 * Managed gpiod_get_index_optional(). GPIO descriptors returned from this
228 * devm_gpiod_get_array - Resource-managed gpiod_get_array()
233 * Managed gpiod_get_array(). GPIO descriptors returned from this function are
269 * devm_gpiod_get_array_optional - Resource-managed gpiod_get_array_optional()
274 * Managed gpiod_get_array_optional(). GPIO descriptors returned from this
300 * devm_gpiod_put - Resource-managed gpiod_put()
346 * devm_gpiod_put_array - Resource-managed gpiod_put_array()
369 * devm_gpiochip_add_data_with_key() - Resource managed gpiochip_add_data_with_key()