/linux-6.14.4/tools/testing/selftests/bpf/ |
D | xskxceiver.c | 127 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : "" argument 128 static char *mode_string(struct test_spec *test) in mode_string() 142 static void report_failure(struct test_spec *test) in report_failure() 474 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init() 534 static void test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in test_spec_init() 564 static void test_spec_reset(struct test_spec *test) in test_spec_reset() 569 static void test_spec_set_xdp_prog(struct test_spec *test, struct bpf_program *xdp_prog_rx, in test_spec_set_xdp_prog() 579 static int test_spec_set_mtu(struct test_spec *test, int mtu) in test_spec_set_mtu() 632 static void pkt_stream_restore_default(struct test_spec *test) in pkt_stream_restore_default() 760 static void pkt_stream_replace(struct test_spec *test, u32 nb_pkts, u32 pkt_len) in pkt_stream_replace() [all …]
|
/linux-6.14.4/drivers/firmware/cirrus/test/ |
D | cs_dsp_test_callbacks.c | 68 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_control_add_callback() local 80 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_control_remove_callback() local 90 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_pre_run_callback() local 102 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_post_run_callback() local 114 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_pre_stop_callback() local 124 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_post_stop_callback() local 134 struct kunit *test = kunit_get_current_test(); in cs_dsp_test_watchdog_expired_callback() local 156 static void cs_dsp_test_run_stop_callbacks(struct kunit *test) in cs_dsp_test_run_stop_callbacks() 201 static void cs_dsp_test_ctl_v1_callbacks(struct kunit *test) in cs_dsp_test_ctl_v1_callbacks() 260 static void cs_dsp_test_ctl_v2_callbacks(struct kunit *test) in cs_dsp_test_ctl_v2_callbacks() [all …]
|
D | cs_dsp_test_bin_error.c | 47 static void bin_load_with_unknown_blocks(struct kunit *test) in bin_load_with_unknown_blocks() 103 static void bin_err_wrong_magic(struct kunit *test) in bin_err_wrong_magic() 149 static void bin_err_too_short_for_header(struct kunit *test) in bin_err_too_short_for_header() 172 static void bin_err_bad_header_length(struct kunit *test) in bin_err_bad_header_length() 221 static void bin_err_bad_core_type(struct kunit *test) in bin_err_bad_core_type() 259 static void bin_too_short_for_block_header(struct kunit *test) in bin_too_short_for_block_header() 294 static void bin_too_short_for_block_payload(struct kunit *test) in bin_too_short_for_block_payload() 325 static void bin_block_payload_len_garbage(struct kunit *test) in bin_block_payload_len_garbage() 381 static void cs_dsp_bin_err_test_exit(struct kunit *test) in cs_dsp_bin_err_test_exit() 390 static int cs_dsp_bin_err_test_common_init(struct kunit *test, struct cs_dsp *dsp, in cs_dsp_bin_err_test_common_init() [all …]
|
/linux-6.14.4/mm/damon/tests/ |
D | core-kunit.h | 17 static void damon_test_regions(struct kunit *test) in damon_test_regions() 50 static void damon_test_target(struct kunit *test) in damon_test_target() 77 static void damon_test_aggregate(struct kunit *test) in damon_test_aggregate() 121 static void damon_test_split_at(struct kunit *test) in damon_test_split_at() 149 static void damon_test_merge_two(struct kunit *test) in damon_test_merge_two() 193 static void damon_test_merge_regions_of(struct kunit *test) in damon_test_merge_regions_of() 224 static void damon_test_split_regions_of(struct kunit *test) in damon_test_split_regions_of() 246 static void damon_test_ops_registration(struct kunit *test) in damon_test_ops_registration() 294 static void damon_test_set_regions(struct kunit *test) in damon_test_set_regions() 316 static void damon_test_nr_accesses_to_accesses_bp(struct kunit *test) in damon_test_nr_accesses_to_accesses_bp() [all …]
|
/linux-6.14.4/drivers/thunderbolt/ |
D | test.c | 31 static void kunit_ida_init(struct kunit *test, struct ida *ida) in kunit_ida_init() 36 static struct tb_switch *alloc_switch(struct kunit *test, u64 route, in alloc_switch() 72 static struct tb_switch *alloc_host(struct kunit *test) in alloc_host() 154 static struct tb_switch *alloc_host_usb4(struct kunit *test) in alloc_host_usb4() 173 static struct tb_switch *alloc_host_br(struct kunit *test) in alloc_host_br() 190 static struct tb_switch *alloc_dev_default(struct kunit *test, in alloc_dev_default() 340 static struct tb_switch *alloc_dev_with_dpin(struct kunit *test, in alloc_dev_with_dpin() 361 static struct tb_switch *alloc_dev_without_dp(struct kunit *test, in alloc_dev_without_dp() 402 static struct tb_switch *alloc_dev_usb4(struct kunit *test, in alloc_dev_usb4() 423 static void tb_test_path_basic(struct kunit *test) in tb_test_path_basic() [all …]
|
/linux-6.14.4/sound/soc/codecs/ |
D | cs-amp-lib-test.c | 37 static void cs_amp_lib_test_init_dummy_cal_blob(struct kunit *test, int num_amps) in cs_amp_lib_test_init_dummy_cal_blob() 63 static u64 cs_amp_lib_test_get_target_uid(struct kunit *test) in cs_amp_lib_test_get_target_uid() 91 static void cs_amp_lib_test_cal_data_too_short_test(struct kunit *test) in cs_amp_lib_test_cal_data_too_short_test() 114 struct kunit *test = kunit_get_current_test(); in cs_amp_lib_test_get_efi_variable_bad_count() local 132 static void cs_amp_lib_test_cal_count_too_big_test(struct kunit *test) in cs_amp_lib_test_cal_count_too_big_test() 161 static void cs_amp_lib_test_no_cal_data_test(struct kunit *test) in cs_amp_lib_test_no_cal_data_test() 187 struct kunit *test = kunit_get_current_test(); in cs_amp_lib_test_get_efi_variable() local 210 static void cs_amp_lib_test_get_efi_cal_by_uid_test(struct kunit *test) in cs_amp_lib_test_get_efi_cal_by_uid_test() 246 static void cs_amp_lib_test_get_efi_cal_by_index_unchecked_test(struct kunit *test) in cs_amp_lib_test_get_efi_cal_by_index_unchecked_test() 279 static void cs_amp_lib_test_get_efi_cal_by_index_checked_test(struct kunit *test) in cs_amp_lib_test_get_efi_cal_by_index_checked_test() [all …]
|
/linux-6.14.4/drivers/base/regmap/ |
D | regmap-kunit.c | 155 static struct regmap *gen_regmap(struct kunit *test, in gen_regmap() 227 struct kunit *test = dev_get_drvdata(dev); in reg_5_false() local 233 static void basic_read_write(struct kunit *test) in basic_read_write() 258 static void bulk_write(struct kunit *test) in bulk_write() 291 static void bulk_read(struct kunit *test) in bulk_read() 320 static void multi_write(struct kunit *test) in multi_write() 359 static void multi_read(struct kunit *test) in multi_read() 391 static void read_bypassed(struct kunit *test) in read_bypassed() 455 static void read_bypassed_volatile(struct kunit *test) in read_bypassed_volatile() 520 static void write_readonly(struct kunit *test) in write_readonly() [all …]
|
/linux-6.14.4/lib/kunit/ |
D | string-stream-test.c | 31 static char *get_concatenated_string(struct kunit *test, struct string_stream *stream) in get_concatenated_string() 42 static void string_stream_managed_init_test(struct kunit *test) in string_stream_managed_init_test() 58 static void string_stream_unmanaged_init_test(struct kunit *test) in string_stream_unmanaged_init_test() 98 static void string_stream_managed_free_test(struct kunit *test) in string_stream_managed_free_test() 121 static void string_stream_resource_free_test(struct kunit *test) in string_stream_resource_free_test() 164 static void string_stream_line_add_test(struct kunit *test) in string_stream_line_add_test() 217 static void string_stream_variable_length_line_test(struct kunit *test) in string_stream_variable_length_line_test() 273 static void string_stream_append_test(struct kunit *test) in string_stream_append_test() 341 static void string_stream_append_auto_newline_test(struct kunit *test) in string_stream_append_auto_newline_test() 380 static void string_stream_append_empty_string_test(struct kunit *test) in string_stream_append_empty_string_test() [all …]
|
D | executor_test.c | 17 static void dummy_test(struct kunit *test) {} in dummy_test() 26 static void parse_filter_test(struct kunit *test) in parse_filter_test() 43 static void filter_suites_test(struct kunit *test) in filter_suites_test() 69 static void filter_suites_test_glob_test(struct kunit *test) in filter_suites_test_glob_test() 98 static void filter_suites_to_empty_test(struct kunit *test) in filter_suites_to_empty_test() 118 static void parse_filter_attr_test(struct kunit *test) in parse_filter_attr_test() 150 static void filter_attr_test(struct kunit *test) in filter_attr_test() 188 static void filter_attr_empty_test(struct kunit *test) in filter_attr_empty_test() 209 static void filter_attr_skip_test(struct kunit *test) in filter_attr_skip_test() 268 static void free_suite_set_at_end(struct kunit *test, const void *to_free) in free_suite_set_at_end() [all …]
|
D | test.c | 101 static void kunit_print_test_stats(struct kunit *test, in kunit_print_test_stats() 168 static void kunit_print_ok_not_ok(struct kunit *test, in kunit_print_ok_not_ok() 251 static void kunit_print_string_stream(struct kunit *test, in kunit_print_string_stream() 274 static void kunit_fail(struct kunit *test, const struct kunit_loc *loc, in kunit_fail() 299 void __noreturn __kunit_abort(struct kunit *test) in __kunit_abort() 313 void __kunit_do_failed_assertion(struct kunit *test, in __kunit_do_failed_assertion() 333 void kunit_init_test(struct kunit *test, const char *name, struct string_stream *log) in kunit_init_test() 357 static void kunit_run_case_check_speed(struct kunit *test, in kunit_run_case_check_speed() 379 static void kunit_run_case_internal(struct kunit *test, in kunit_run_case_internal() 405 static void kunit_case_internal_cleanup(struct kunit *test) in kunit_case_internal_cleanup() [all …]
|
/linux-6.14.4/drivers/gpu/drm/xe/tests/ |
D | xe_args_test.c | 10 static void call_args_example(struct kunit *test) in call_args_example() 24 static void drop_first_arg_example(struct kunit *test) in drop_first_arg_example() 35 static void first_arg_example(struct kunit *test) in first_arg_example() 49 static void last_arg_example(struct kunit *test) in last_arg_example() 63 static void pick_arg_example(struct kunit *test) in pick_arg_example() 81 static void sep_comma_example(struct kunit *test) in sep_comma_example() 105 static void count_args_test(struct kunit *test) in count_args_test() 132 static void call_args_test(struct kunit *test) in call_args_test() 144 static void drop_first_arg_test(struct kunit *test) in drop_first_arg_test() 172 static void first_arg_test(struct kunit *test) in first_arg_test() [all …]
|
D | xe_guc_id_mgr_test.c | 11 static int guc_id_mgr_test_init(struct kunit *test) in guc_id_mgr_test_init() 23 static void bad_init(struct kunit *test) in bad_init() 31 static void no_init(struct kunit *test) in no_init() 42 static void init_fini(struct kunit *test) in init_fini() 54 static void check_used(struct kunit *test) in check_used() 76 static void check_quota(struct kunit *test) in check_quota() 100 static void check_all(struct kunit *test) in check_all()
|
D | xe_guc_db_mgr_test.c | 11 static int guc_dbm_test_init(struct kunit *test) in guc_dbm_test_init() 23 static void test_empty(struct kunit *test) in test_empty() 37 static void test_default(struct kunit *test) in test_default() 59 static void test_size(struct kunit *test) in test_size() 83 static void test_reuse(struct kunit *test) in test_reuse() 111 static void test_range_overlap(struct kunit *test) in test_range_overlap() 149 static void test_range_compact(struct kunit *test) in test_range_compact() 168 static void test_range_spare(struct kunit *test) in test_range_spare()
|
/linux-6.14.4/lib/ |
D | slub_kunit.c | 29 static void test_clobber_zone(struct kunit *test) in test_clobber_zone() 47 static void test_next_pointer(struct kunit *test) in test_next_pointer() 92 static void test_first_word(struct kunit *test) in test_first_word() 107 static void test_clobber_50th_byte(struct kunit *test) in test_clobber_50th_byte() 123 static void test_clobber_redzone_free(struct kunit *test) in test_clobber_redzone_free() 140 static void test_kmalloc_redzone_access(struct kunit *test) in test_kmalloc_redzone_access() 165 static void test_kfree_rcu(struct kunit *test) in test_kfree_rcu() 184 static void test_leak_destroy(struct kunit *test) in test_leak_destroy() 195 static void test_krealloc_redzone_zeroing(struct kunit *test) in test_krealloc_redzone_zeroing() 236 static int test_init(struct kunit *test) in test_init()
|
D | crc_kunit.c | 144 static void crc_main_test(struct kunit *test, const struct crc_variant *v) in crc_main_test() 189 static void crc_combine_test(struct kunit *test, const struct crc_variant *v) in crc_combine_test() 210 static void crc_test(struct kunit *test, const struct crc_variant *v) in crc_test() 218 crc_benchmark(struct kunit *test, in crc_benchmark() 268 static void crc16_test(struct kunit *test) in crc16_test() 273 static void crc16_benchmark(struct kunit *test) in crc16_benchmark() 292 static void crc_t10dif_test(struct kunit *test) in crc_t10dif_test() 297 static void crc_t10dif_benchmark(struct kunit *test) in crc_t10dif_benchmark() 322 static void crc32_le_test(struct kunit *test) in crc32_le_test() 327 static void crc32_le_benchmark(struct kunit *test) in crc32_le_benchmark() [all …]
|
D | fortify_kunit.c | 84 static void fortify_test_known_sizes(struct kunit *test) in fortify_test_known_sizes() 117 static void fortify_test_control_flow_split(struct kunit *test) in fortify_test_control_flow_split() 122 #define KUNIT_EXPECT_BOS(test, p, expected, name) \ argument 128 #define KUNIT_EXPECT_BDOS(test, p, expected, name) \ argument 132 #define KUNIT_EXPECT_BDOS(test, p, expected, name) \ argument 380 static void fortify_test_realloc_size(struct kunit *test) in fortify_test_realloc_size() 400 static void fortify_test_strlen(struct kunit *test) in fortify_test_strlen() 423 static void fortify_test_strnlen(struct kunit *test) in fortify_test_strnlen() 461 static void fortify_test_strcpy(struct kunit *test) in fortify_test_strcpy() 519 static void fortify_test_strncpy(struct kunit *test) in fortify_test_strncpy() [all …]
|
/linux-6.14.4/drivers/gpu/drm/tests/ |
D | drm_damage_helper_test.c | 26 static int drm_damage_helper_init(struct kunit *test) in drm_damage_helper_init() 95 static void check_damage_clip(struct kunit *test, struct drm_rect *r, in check_damage_clip() 119 static void drm_test_damage_iter_no_damage(struct kunit *test) in drm_test_damage_iter_no_damage() 137 static void drm_test_damage_iter_no_damage_fractional_src(struct kunit *test) in drm_test_damage_iter_no_damage_fractional_src() 158 static void drm_test_damage_iter_no_damage_src_moved(struct kunit *test) in drm_test_damage_iter_no_damage_src_moved() 177 static void drm_test_damage_iter_no_damage_fractional_src_moved(struct kunit *test) in drm_test_damage_iter_no_damage_fractional_src_moved() 197 static void drm_test_damage_iter_no_damage_not_visible(struct kunit *test) in drm_test_damage_iter_no_damage_not_visible() 215 static void drm_test_damage_iter_no_damage_no_crtc(struct kunit *test) in drm_test_damage_iter_no_damage_no_crtc() 233 static void drm_test_damage_iter_no_damage_no_fb(struct kunit *test) in drm_test_damage_iter_no_damage_no_fb() 251 static void drm_test_damage_iter_simple_damage(struct kunit *test) in drm_test_damage_iter_simple_damage() [all …]
|
D | drm_hdmi_state_helper_test.c | 58 static int light_up_connector(struct kunit *test, in light_up_connector() 101 static int set_connector_edid(struct kunit *test, struct drm_connector *connector, in set_connector_edid() 186 drm_kunit_helper_connector_hdmi_init_funcs(struct kunit *test, in drm_kunit_helper_connector_hdmi_init_funcs() 248 drm_kunit_helper_connector_hdmi_init(struct kunit *test, in drm_kunit_helper_connector_hdmi_init() 273 static void drm_test_check_broadcast_rgb_crtc_mode_changed(struct kunit *test) in drm_test_check_broadcast_rgb_crtc_mode_changed() 337 static void drm_test_check_broadcast_rgb_crtc_mode_not_changed(struct kunit *test) in drm_test_check_broadcast_rgb_crtc_mode_not_changed() 403 static void drm_test_check_broadcast_rgb_auto_cea_mode(struct kunit *test) in drm_test_check_broadcast_rgb_auto_cea_mode() 459 static void drm_test_check_broadcast_rgb_auto_cea_mode_vic_1(struct kunit *test) in drm_test_check_broadcast_rgb_auto_cea_mode_vic_1() 514 static void drm_test_check_broadcast_rgb_full_cea_mode(struct kunit *test) in drm_test_check_broadcast_rgb_full_cea_mode() 572 static void drm_test_check_broadcast_rgb_full_cea_mode_vic_1(struct kunit *test) in drm_test_check_broadcast_rgb_full_cea_mode_vic_1() [all …]
|
D | drm_mm_test.c | 38 static bool assert_no_holes(struct kunit *test, const struct drm_mm *mm) in assert_no_holes() 63 static bool assert_one_hole(struct kunit *test, const struct drm_mm *mm, u64 start, u64 end) in assert_one_hole() 103 static bool assert_node(struct kunit *test, struct drm_mm_node *node, struct drm_mm *mm, in assert_node() 135 static void drm_test_mm_init(struct kunit *test) in drm_test_mm_init() 189 static void drm_test_mm_debug(struct kunit *test) in drm_test_mm_debug() 217 static bool expect_insert(struct kunit *test, struct drm_mm *mm, in expect_insert() 241 static void drm_test_mm_align_pot(struct kunit *test, int max) in drm_test_mm_align_pot() 278 static void drm_test_mm_align32(struct kunit *test) in drm_test_mm_align32() 283 static void drm_test_mm_align64(struct kunit *test) in drm_test_mm_align64() 288 static void drm_test_mm_once(struct kunit *test, unsigned int mode) in drm_test_mm_once() [all …]
|
/linux-6.14.4/kernel/kcsan/ |
D | kcsan_test.c | 35 #define KCSAN_TEST_REQUIRES(test, cond) do { \ argument 528 static void test_barrier_nothreads(struct kunit *test) in test_barrier_nothreads() 713 static void test_basic(struct kunit *test) in test_basic() 744 static void test_concurrent_races(struct kunit *test) in test_concurrent_races() 773 static void test_novalue_change(struct kunit *test) in test_novalue_change() 805 static void test_novalue_change_exception(struct kunit *test) in test_novalue_change_exception() 831 static void test_unknown_origin(struct kunit *test) in test_unknown_origin() 853 static void test_write_write_assume_atomic(struct kunit *test) in test_write_write_assume_atomic() 879 static void test_write_write_struct(struct kunit *test) in test_write_write_struct() 901 static void test_write_write_struct_part(struct kunit *test) in test_write_write_struct_part() [all …]
|
/linux-6.14.4/drivers/gpu/drm/ttm/tests/ |
D | ttm_tt_test.c | 39 static void ttm_tt_init_basic(struct kunit *test) in ttm_tt_init_basic() 67 static void ttm_tt_init_misaligned(struct kunit *test) in ttm_tt_init_misaligned() 90 static void ttm_tt_fini_basic(struct kunit *test) in ttm_tt_fini_basic() 110 static void ttm_tt_fini_sg(struct kunit *test) in ttm_tt_fini_sg() 130 static void ttm_tt_fini_shmem(struct kunit *test) in ttm_tt_fini_shmem() 153 static void ttm_tt_create_basic(struct kunit *test) in ttm_tt_create_basic() 172 static void ttm_tt_create_invalid_bo_type(struct kunit *test) in ttm_tt_create_invalid_bo_type() 188 static void ttm_tt_create_ttm_exists(struct kunit *test) in ttm_tt_create_ttm_exists() 223 static void ttm_tt_create_failed(struct kunit *test) in ttm_tt_create_failed() 241 static void ttm_tt_destroy_basic(struct kunit *test) in ttm_tt_destroy_basic() [all …]
|
D | ttm_resource_test.c | 26 static int ttm_resource_test_init(struct kunit *test) in ttm_resource_test_init() 41 static void ttm_resource_test_fini(struct kunit *test) in ttm_resource_test_fini() 48 static void ttm_init_test_mocks(struct kunit *test, in ttm_init_test_mocks() 61 static void ttm_init_test_manager(struct kunit *test, in ttm_init_test_manager() 107 static void ttm_resource_init_basic(struct kunit *test) in ttm_resource_init_basic() 151 static void ttm_resource_init_pinned(struct kunit *test) in ttm_resource_init_pinned() 181 static void ttm_resource_fini_basic(struct kunit *test) in ttm_resource_fini_basic() 205 static void ttm_resource_manager_init_basic(struct kunit *test) in ttm_resource_manager_init_basic() 226 static void ttm_resource_manager_usage_basic(struct kunit *test) in ttm_resource_manager_usage_basic() 252 static void ttm_resource_manager_set_used_basic(struct kunit *test) in ttm_resource_manager_set_used_basic() [all …]
|
/linux-6.14.4/drivers/clk/ |
D | clk_kunit_helpers.c | 23 int clk_prepare_enable_kunit(struct kunit *test, struct clk *clk) in clk_prepare_enable_kunit() 38 static struct clk *__clk_get_kunit(struct kunit *test, struct clk *clk) in __clk_get_kunit() 64 clk_get_kunit(struct kunit *test, struct device *dev, const char *con_id) in clk_get_kunit() 86 of_clk_get_kunit(struct kunit *test, struct device_node *np, int index) in of_clk_get_kunit() 108 clk_hw_get_clk_kunit(struct kunit *test, struct clk_hw *hw, const char *con_id) in clk_hw_get_clk_kunit() 138 clk_hw_get_clk_prepared_enabled_kunit(struct kunit *test, struct clk_hw *hw, in clk_hw_get_clk_prepared_enabled_kunit() 170 int clk_hw_register_kunit(struct kunit *test, struct device *dev, struct clk_hw *hw) in clk_hw_register_kunit() 194 int of_clk_hw_register_kunit(struct kunit *test, struct device_node *node, struct clk_hw *hw) in of_clk_hw_register_kunit() 222 int of_clk_add_hw_provider_kunit(struct kunit *test, struct device_node *np, in of_clk_add_hw_provider_kunit()
|
/linux-6.14.4/net/mptcp/ |
D | token_test.c | 6 static struct mptcp_subflow_request_sock *build_req_sock(struct kunit *test) in build_req_sock() 18 static void mptcp_token_test_req_basic(struct kunit *test) in mptcp_token_test_req_basic() 32 static struct inet_connection_sock *build_icsk(struct kunit *test) in build_icsk() 42 static struct mptcp_subflow_context *build_ctx(struct kunit *test) in build_ctx() 52 static struct mptcp_sock *build_msk(struct kunit *test) in build_msk() 71 static void mptcp_token_test_msk_basic(struct kunit *test) in mptcp_token_test_msk_basic() 94 static void mptcp_token_test_accept(struct kunit *test) in mptcp_token_test_accept() 113 static void mptcp_token_test_destroyed(struct kunit *test) in mptcp_token_test_destroyed()
|
/linux-6.14.4/sound/soc/ |
D | soc-topology-test.c | 25 static int snd_soc_tplg_test_init(struct kunit *test) in snd_soc_tplg_test_init() 35 static void snd_soc_tplg_test_exit(struct kunit *test) in snd_soc_tplg_test_exit() 234 static void snd_soc_tplg_test_load_with_null_comp(struct kunit *test) in snd_soc_tplg_test_load_with_null_comp() 276 static void snd_soc_tplg_test_load_with_null_ops(struct kunit *test) in snd_soc_tplg_test_load_with_null_ops() 338 static void snd_soc_tplg_test_load_with_null_fw(struct kunit *test) in snd_soc_tplg_test_load_with_null_fw() 375 static void snd_soc_tplg_test_load_empty_tplg(struct kunit *test) in snd_soc_tplg_test_load_empty_tplg() 425 static void snd_soc_tplg_test_load_empty_tplg_bad_magic(struct kunit *test) in snd_soc_tplg_test_load_empty_tplg_bad_magic() 480 static void snd_soc_tplg_test_load_empty_tplg_bad_abi(struct kunit *test) in snd_soc_tplg_test_load_empty_tplg_bad_abi() 535 static void snd_soc_tplg_test_load_empty_tplg_bad_size(struct kunit *test) in snd_soc_tplg_test_load_empty_tplg_bad_size() 590 static void snd_soc_tplg_test_load_empty_tplg_bad_payload_size(struct kunit *test) in snd_soc_tplg_test_load_empty_tplg_bad_payload_size() [all …]
|