Searched refs:of_clk_add_hw_provider_kunit (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/clk/ |
D | clk_kunit_helpers.c | 222 int of_clk_add_hw_provider_kunit(struct kunit *test, struct device_node *np, in of_clk_add_hw_provider_kunit() function 234 EXPORT_SYMBOL_GPL(of_clk_add_hw_provider_kunit);
|
D | clk_test.c | 3165 of_clk_add_hw_provider_kunit(test, np, of_clk_hw_simple_get, in clk_assigned_rates_test_init() 3178 of_clk_add_hw_provider_kunit(test, np, of_clk_hw_onecell_get, data)); in clk_assigned_rates_test_init()
|
/linux-6.14.4/include/kunit/ |
D | clk.h | 28 int of_clk_add_hw_provider_kunit(struct kunit *test, struct device_node *np,
|