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
245 * devm_gpiod_get_index_optional - Resource-managed gpiod_get_index_optional()
251 * Managed gpiod_get_index_optional(). GPIO descriptors returned from this
274 * devm_gpiod_get_array - Resource-managed gpiod_get_array()
279 * Managed gpiod_get_array(). GPIO descriptors returned from this function are
309 * devm_gpiod_get_array_optional - Resource-managed gpiod_get_array_optional()
314 * Managed gpiod_get_array_optional(). GPIO descriptors returned from this
334 * devm_gpiod_put - Resource-managed gpiod_put()
380 * devm_gpiod_put_array - Resource-managed gpiod_put_array()
413 * devm_gpio_request - request a GPIO for a managed device