Lines Matching +full:hardware +full:- +full:managed
1 // SPDX-License-Identifier: GPL-2.0
6 #include <linux/clk-provider.h>
17 * clk_prepare_enable_kunit() - Test managed clk_prepare_enable()
53 * clk_get_kunit() - Test managed clk_get()
58 * Just like clk_get(), except the clk is managed by the test case and is
75 * of_clk_get_kunit() - Test managed of_clk_get()
80 * Just like of_clk_get(), except the clk is managed by the test case and is
97 * clk_hw_get_clk_kunit() - Test managed clk_hw_get_clk()
102 * Just like clk_hw_get_clk(), except the clk is managed by the test case and
119 * clk_hw_get_clk_prepared_enabled_kunit() - Test managed clk_hw_get_clk() + clk_prepare_enable()
126 * .. code-block:: c
131 * except the clk is managed by the test case and is automatically disabled and
160 * clk_hw_register_kunit() - Test managed clk_hw_register()
163 * @hw: link to hardware-specific clock data
165 * Just like clk_hw_register(), except the clk registration is managed by the
183 * of_clk_hw_register_kunit() - Test managed of_clk_hw_register()
186 * @hw: link to hardware-specific clock data
188 * Just like of_clk_hw_register(), except the clk registration is managed by
210 * of_clk_add_hw_provider_kunit() - Test managed of_clk_add_hw_provider()
216 * Just like of_clk_add_hw_provider(), except the clk_hw provider is managed by