Lines Matching defs:test
178 static int clk_test_init_with_ops(struct kunit *test, const struct clk_ops *ops) in clk_test_init_with_ops()
201 static int clk_test_init(struct kunit *test) in clk_test_init()
206 static int clk_maximize_test_init(struct kunit *test) in clk_maximize_test_init()
211 static int clk_minimize_test_init(struct kunit *test) in clk_minimize_test_init()
216 static void clk_test_exit(struct kunit *test) in clk_test_exit()
226 static void clk_test_get_rate(struct kunit *test) in clk_test_get_rate()
247 static void clk_test_set_get_rate(struct kunit *test) in clk_test_set_get_rate()
272 static void clk_test_set_set_get_rate(struct kunit *test) in clk_test_set_set_get_rate()
298 static void clk_test_round_set_get_rate(struct kunit *test) in clk_test_round_set_get_rate()
341 static int clk_uncached_test_init(struct kunit *test) in clk_uncached_test_init()
368 static void clk_test_uncached_get_rate(struct kunit *test) in clk_test_uncached_get_rate()
392 static void clk_test_uncached_set_range(struct kunit *test) in clk_test_uncached_set_range()
421 static void clk_test_uncached_updated_rate_set_range(struct kunit *test) in clk_test_uncached_updated_rate_set_range()
463 clk_multiple_parents_mux_test_init(struct kunit *test) in clk_multiple_parents_mux_test_init()
506 clk_test_multiple_parents_mux_get_parent(struct kunit *test) in clk_test_multiple_parents_mux_get_parent()
524 clk_test_multiple_parents_mux_has_parent(struct kunit *test) in clk_test_multiple_parents_mux_has_parent()
552 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()
612 clk_orphan_transparent_multiple_parent_mux_test_init(struct kunit *test) in clk_orphan_transparent_multiple_parent_mux_test_init()
646 clk_test_orphan_transparent_multiple_parent_mux_get_parent(struct kunit *test) in clk_test_orphan_transparent_multiple_parent_mux_get_parent()
663 clk_test_orphan_transparent_multiple_parent_mux_set_parent(struct kunit *test) in clk_test_orphan_transparent_multiple_parent_mux_set_parent()
691 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()
725 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()
756 clk_test_orphan_transparent_multiple_parent_mux_set_parent_put(struct kunit *test) in clk_test_orphan_transparent_multiple_parent_mux_set_parent_put()
790 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()
823 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()
860 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()
889 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()
947 static int clk_single_parent_mux_test_init(struct kunit *test) in clk_single_parent_mux_test_init()
979 clk_single_parent_mux_test_exit(struct kunit *test) in clk_single_parent_mux_test_exit()
992 clk_test_single_parent_mux_get_parent(struct kunit *test) in clk_test_single_parent_mux_get_parent()
1010 clk_test_single_parent_mux_has_parent(struct kunit *test) in clk_test_single_parent_mux_has_parent()
1033 clk_test_single_parent_mux_set_range_disjoint_child_last(struct kunit *test) in clk_test_single_parent_mux_set_range_disjoint_child_last()
1063 clk_test_single_parent_mux_set_range_disjoint_parent_last(struct kunit *test) in clk_test_single_parent_mux_set_range_disjoint_parent_last()
1090 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()
1120 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()
1158 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()
1214 static int clk_orphan_transparent_single_parent_mux_test_init(struct kunit *test) in clk_orphan_transparent_single_parent_mux_test_init()
1257 static void clk_test_orphan_transparent_parent_mux_set_range(struct kunit *test) in clk_test_orphan_transparent_parent_mux_set_range()
1307 clk_orphan_two_level_root_last_test_init(struct kunit *test) in clk_orphan_two_level_root_last_test_init()
1347 clk_orphan_two_level_root_last_test_exit(struct kunit *test) in clk_orphan_two_level_root_last_test_exit()
1361 clk_orphan_two_level_root_last_test_get_rate(struct kunit *test) in clk_orphan_two_level_root_last_test_get_rate()
1383 clk_orphan_two_level_root_last_test_set_range(struct kunit *test) in clk_orphan_two_level_root_last_test_set_range()
1435 static void clk_range_test_set_range(struct kunit *test) in clk_range_test_set_range()
1460 static void clk_range_test_set_range_invalid(struct kunit *test) in clk_range_test_set_range_invalid()
1479 static void clk_range_test_multiple_disjoints_range(struct kunit *test) in clk_range_test_multiple_disjoints_range()
1507 static void clk_range_test_set_range_round_rate_lower(struct kunit *test) in clk_range_test_set_range_round_rate_lower()
1532 static void clk_range_test_set_range_set_rate_lower(struct kunit *test) in clk_range_test_set_range_set_rate_lower()
1563 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()
1592 static void clk_range_test_set_range_round_rate_higher(struct kunit *test) in clk_range_test_set_range_round_rate_higher()
1617 static void clk_range_test_set_range_set_rate_higher(struct kunit *test) in clk_range_test_set_range_set_rate_higher()
1648 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()
1681 static void clk_range_test_set_range_get_rate_raised(struct kunit *test) in clk_range_test_set_range_get_rate_raised()
1713 static void clk_range_test_set_range_get_rate_lowered(struct kunit *test) in clk_range_test_set_range_get_rate_lowered()
1773 static void clk_range_test_set_range_rate_maximized(struct kunit *test) in clk_range_test_set_range_rate_maximized()
1825 static void clk_range_test_multiple_set_range_rate_maximized(struct kunit *test) in clk_range_test_multiple_set_range_rate_maximized()
1884 static void clk_range_test_multiple_set_range_rate_put_maximized(struct kunit *test) in clk_range_test_multiple_set_range_rate_put_maximized()
1961 static void clk_range_test_set_range_rate_minimized(struct kunit *test) in clk_range_test_set_range_rate_minimized()
2013 static void clk_range_test_multiple_set_range_rate_minimized(struct kunit *test) in clk_range_test_multiple_set_range_rate_minimized()
2068 static void clk_range_test_multiple_set_range_rate_put_minimized(struct kunit *test) in clk_range_test_multiple_set_range_rate_put_minimized()
2164 clk_leaf_mux_set_rate_parent_test_init(struct kunit *test) in clk_leaf_mux_set_rate_parent_test_init()
2215 static void clk_leaf_mux_set_rate_parent_test_exit(struct kunit *test) in clk_leaf_mux_set_rate_parent_test_exit()
2380 static int clk_mux_notifier_test_init(struct kunit *test) in clk_mux_notifier_test_init()
2426 static void clk_mux_notifier_test_exit(struct kunit *test) in clk_mux_notifier_test_exit()
2444 static void clk_mux_notifier_set_parent_test(struct kunit *test) in clk_mux_notifier_set_parent_test()
2494 clk_mux_no_reparent_test_init(struct kunit *test) in clk_mux_no_reparent_test_init()
2533 clk_mux_no_reparent_test_exit(struct kunit *test) in clk_mux_no_reparent_test_exit()
2547 static void clk_mux_no_reparent_round_rate(struct kunit *test) in clk_mux_no_reparent_round_rate()
2583 static void clk_mux_no_reparent_set_rate(struct kunit *test) in clk_mux_no_reparent_set_rate()
2725 static int clk_register_clk_parent_data_of_test_init(struct kunit *test) in clk_register_clk_parent_data_of_test_init()
2750 static void clk_register_clk_parent_data_of_test(struct kunit *test) in clk_register_clk_parent_data_of_test()
2825 static void clk_register_clk_parent_data_device_driver(struct kunit *test) in clk_register_clk_parent_data_device_driver()
3062 static int clk_register_clk_parent_data_device_init(struct kunit *test) in clk_register_clk_parent_data_device_init()
3108 clk_assigned_rates_register_clk(struct kunit *test, in clk_assigned_rates_register_clk()
3135 static int clk_assigned_rates_test_init(struct kunit *test) in clk_assigned_rates_test_init()
3193 static void clk_assigned_rates_assigns_one(struct kunit *test) in clk_assigned_rates_assigns_one()
3200 static void clk_assigned_rates_assigns_multiple(struct kunit *test) in clk_assigned_rates_assigns_multiple()
3208 static void clk_assigned_rates_skips(struct kunit *test) in clk_assigned_rates_skips()