Lines Matching full:managed
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()
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()
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()
188 * Just like of_clk_hw_register(), except the clk registration is managed by