Lines Matching refs:kunit

11 static void clk_gate_register_test_dev(struct kunit *test)  in clk_gate_register_test_dev()
29 static void clk_gate_register_test_parent_names(struct kunit *test) in clk_gate_register_test_parent_names()
47 static void clk_gate_register_test_parent_data(struct kunit *test) in clk_gate_register_test_parent_data()
67 static void clk_gate_register_test_parent_data_legacy(struct kunit *test) in clk_gate_register_test_parent_data_legacy()
87 static void clk_gate_register_test_parent_hw(struct kunit *test) in clk_gate_register_test_parent_hw()
105 static void clk_gate_register_test_hiword_invalid(struct kunit *test) in clk_gate_register_test_hiword_invalid()
137 static struct clk_gate_test_context *clk_gate_test_alloc_ctx(struct kunit *test) in clk_gate_test_alloc_ctx()
148 static void clk_gate_test_parent_rate(struct kunit *test) in clk_gate_test_parent_rate()
159 static void clk_gate_test_enable(struct kunit *test) in clk_gate_test_enable()
176 static void clk_gate_test_disable(struct kunit *test) in clk_gate_test_disable()
203 static int clk_gate_test_init(struct kunit *test) in clk_gate_test_init()
224 static void clk_gate_test_exit(struct kunit *test) in clk_gate_test_exit()
239 static void clk_gate_test_invert_enable(struct kunit *test) in clk_gate_test_invert_enable()
256 static void clk_gate_test_invert_disable(struct kunit *test) in clk_gate_test_invert_disable()
282 static int clk_gate_test_invert_init(struct kunit *test) in clk_gate_test_invert_init()
312 static void clk_gate_test_hiword_enable(struct kunit *test) in clk_gate_test_hiword_enable()
329 static void clk_gate_test_hiword_disable(struct kunit *test) in clk_gate_test_hiword_disable()
355 static int clk_gate_test_hiword_init(struct kunit *test) in clk_gate_test_hiword_init()
384 static void clk_gate_test_is_enabled(struct kunit *test) in clk_gate_test_is_enabled()
399 static void clk_gate_test_is_disabled(struct kunit *test) in clk_gate_test_is_disabled()
414 static void clk_gate_test_is_enabled_inverted(struct kunit *test) in clk_gate_test_is_enabled_inverted()
429 static void clk_gate_test_is_disabled_inverted(struct kunit *test) in clk_gate_test_is_disabled_inverted()