Lines Matching defs:test
176 static int clk_test_init_with_ops(struct kunit *test, const struct clk_ops *ops) in clk_test_init_with_ops()
199 static int clk_test_init(struct kunit *test) in clk_test_init()
204 static int clk_maximize_test_init(struct kunit *test) in clk_maximize_test_init()
209 static int clk_minimize_test_init(struct kunit *test) in clk_minimize_test_init()
214 static void clk_test_exit(struct kunit *test) in clk_test_exit()
224 static void clk_test_get_rate(struct kunit *test) in clk_test_get_rate()
245 static void clk_test_set_get_rate(struct kunit *test) in clk_test_set_get_rate()
270 static void clk_test_set_set_get_rate(struct kunit *test) in clk_test_set_set_get_rate()
296 static void clk_test_round_set_get_rate(struct kunit *test) in clk_test_round_set_get_rate()
339 static int clk_uncached_test_init(struct kunit *test) in clk_uncached_test_init()
366 static void clk_test_uncached_get_rate(struct kunit *test) in clk_test_uncached_get_rate()
390 static void clk_test_uncached_set_range(struct kunit *test) in clk_test_uncached_set_range()
419 static void clk_test_uncached_updated_rate_set_range(struct kunit *test) in clk_test_uncached_updated_rate_set_range()
461 clk_multiple_parents_mux_test_init(struct kunit *test) in clk_multiple_parents_mux_test_init()
504 clk_test_multiple_parents_mux_get_parent(struct kunit *test) in clk_test_multiple_parents_mux_get_parent()
522 clk_test_multiple_parents_mux_has_parent(struct kunit *test) in clk_test_multiple_parents_mux_has_parent()
550 clk_test_multiple_parents_mux_set_range_set_parent_get_rate(struct kunit *test) in clk_test_multiple_parents_mux_set_range_set_parent_get_rate()
610 clk_orphan_transparent_multiple_parent_mux_test_init(struct kunit *test) in clk_orphan_transparent_multiple_parent_mux_test_init()
644 clk_test_orphan_transparent_multiple_parent_mux_get_parent(struct kunit *test) in clk_test_orphan_transparent_multiple_parent_mux_get_parent()
661 clk_test_orphan_transparent_multiple_parent_mux_set_parent(struct kunit *test) in clk_test_orphan_transparent_multiple_parent_mux_set_parent()
689 clk_test_orphan_transparent_multiple_parent_mux_set_parent_drop_range(struct kunit *test) in clk_test_orphan_transparent_multiple_parent_mux_set_parent_drop_range()
723 clk_test_orphan_transparent_multiple_parent_mux_set_parent_get_rate(struct kunit *test) in clk_test_orphan_transparent_multiple_parent_mux_set_parent_get_rate()
754 clk_test_orphan_transparent_multiple_parent_mux_set_parent_put(struct kunit *test) in clk_test_orphan_transparent_multiple_parent_mux_set_parent_put()
788 clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_modified(struct kunit *test) in clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_modified()
821 clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_untouched(struct kunit *test) in clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_untouched()
858 clk_test_orphan_transparent_multiple_parent_mux_set_range_round_rate(struct kunit *test) in clk_test_orphan_transparent_multiple_parent_mux_set_range_round_rate()
887 clk_test_orphan_transparent_multiple_parent_mux_set_range_set_parent_get_rate(struct kunit *test) in clk_test_orphan_transparent_multiple_parent_mux_set_range_set_parent_get_rate()
945 static int clk_single_parent_mux_test_init(struct kunit *test) in clk_single_parent_mux_test_init()
977 clk_single_parent_mux_test_exit(struct kunit *test) in clk_single_parent_mux_test_exit()
990 clk_test_single_parent_mux_get_parent(struct kunit *test) in clk_test_single_parent_mux_get_parent()
1008 clk_test_single_parent_mux_has_parent(struct kunit *test) in clk_test_single_parent_mux_has_parent()
1031 clk_test_single_parent_mux_set_range_disjoint_child_last(struct kunit *test) in clk_test_single_parent_mux_set_range_disjoint_child_last()
1061 clk_test_single_parent_mux_set_range_disjoint_parent_last(struct kunit *test) in clk_test_single_parent_mux_set_range_disjoint_parent_last()
1088 clk_test_single_parent_mux_set_range_round_rate_parent_only(struct kunit *test) in clk_test_single_parent_mux_set_range_round_rate_parent_only()
1118 clk_test_single_parent_mux_set_range_round_rate_child_smaller(struct kunit *test) in clk_test_single_parent_mux_set_range_round_rate_child_smaller()
1156 clk_test_single_parent_mux_set_range_round_rate_parent_smaller(struct kunit *test) in clk_test_single_parent_mux_set_range_round_rate_parent_smaller()
1212 static int clk_orphan_transparent_single_parent_mux_test_init(struct kunit *test) in clk_orphan_transparent_single_parent_mux_test_init()
1255 static void clk_test_orphan_transparent_parent_mux_set_range(struct kunit *test) in clk_test_orphan_transparent_parent_mux_set_range()
1305 clk_orphan_two_level_root_last_test_init(struct kunit *test) in clk_orphan_two_level_root_last_test_init()
1345 clk_orphan_two_level_root_last_test_exit(struct kunit *test) in clk_orphan_two_level_root_last_test_exit()
1359 clk_orphan_two_level_root_last_test_get_rate(struct kunit *test) in clk_orphan_two_level_root_last_test_get_rate()
1381 clk_orphan_two_level_root_last_test_set_range(struct kunit *test) in clk_orphan_two_level_root_last_test_set_range()
1433 static void clk_range_test_set_range(struct kunit *test) in clk_range_test_set_range()
1458 static void clk_range_test_set_range_invalid(struct kunit *test) in clk_range_test_set_range_invalid()
1477 static void clk_range_test_multiple_disjoints_range(struct kunit *test) in clk_range_test_multiple_disjoints_range()
1505 static void clk_range_test_set_range_round_rate_lower(struct kunit *test) in clk_range_test_set_range_round_rate_lower()
1530 static void clk_range_test_set_range_set_rate_lower(struct kunit *test) in clk_range_test_set_range_set_rate_lower()
1561 static void clk_range_test_set_range_set_round_rate_consistent_lower(struct kunit *test) in clk_range_test_set_range_set_round_rate_consistent_lower()
1590 static void clk_range_test_set_range_round_rate_higher(struct kunit *test) in clk_range_test_set_range_round_rate_higher()
1615 static void clk_range_test_set_range_set_rate_higher(struct kunit *test) in clk_range_test_set_range_set_rate_higher()
1646 static void clk_range_test_set_range_set_round_rate_consistent_higher(struct kunit *test) in clk_range_test_set_range_set_round_rate_consistent_higher()
1679 static void clk_range_test_set_range_get_rate_raised(struct kunit *test) in clk_range_test_set_range_get_rate_raised()
1711 static void clk_range_test_set_range_get_rate_lowered(struct kunit *test) in clk_range_test_set_range_get_rate_lowered()
1771 static void clk_range_test_set_range_rate_maximized(struct kunit *test) in clk_range_test_set_range_rate_maximized()
1823 static void clk_range_test_multiple_set_range_rate_maximized(struct kunit *test) in clk_range_test_multiple_set_range_rate_maximized()
1882 static void clk_range_test_multiple_set_range_rate_put_maximized(struct kunit *test) in clk_range_test_multiple_set_range_rate_put_maximized()
1959 static void clk_range_test_set_range_rate_minimized(struct kunit *test) in clk_range_test_set_range_rate_minimized()
2011 static void clk_range_test_multiple_set_range_rate_minimized(struct kunit *test) in clk_range_test_multiple_set_range_rate_minimized()
2066 static void clk_range_test_multiple_set_range_rate_put_minimized(struct kunit *test) in clk_range_test_multiple_set_range_rate_put_minimized()
2162 clk_leaf_mux_set_rate_parent_test_init(struct kunit *test) in clk_leaf_mux_set_rate_parent_test_init()
2213 static void clk_leaf_mux_set_rate_parent_test_exit(struct kunit *test) in clk_leaf_mux_set_rate_parent_test_exit()
2378 static int clk_mux_notifier_test_init(struct kunit *test) in clk_mux_notifier_test_init()
2424 static void clk_mux_notifier_test_exit(struct kunit *test) in clk_mux_notifier_test_exit()
2442 static void clk_mux_notifier_set_parent_test(struct kunit *test) in clk_mux_notifier_set_parent_test()
2492 clk_mux_no_reparent_test_init(struct kunit *test) in clk_mux_no_reparent_test_init()
2531 clk_mux_no_reparent_test_exit(struct kunit *test) in clk_mux_no_reparent_test_exit()
2545 static void clk_mux_no_reparent_round_rate(struct kunit *test) in clk_mux_no_reparent_round_rate()
2581 static void clk_mux_no_reparent_set_rate(struct kunit *test) in clk_mux_no_reparent_set_rate()
2723 static int clk_register_clk_parent_data_of_test_init(struct kunit *test) in clk_register_clk_parent_data_of_test_init()
2748 static void clk_register_clk_parent_data_of_test(struct kunit *test) in clk_register_clk_parent_data_of_test()
2823 static void clk_register_clk_parent_data_device_driver(struct kunit *test) in clk_register_clk_parent_data_device_driver()
3060 static int clk_register_clk_parent_data_device_init(struct kunit *test) in clk_register_clk_parent_data_device_init()