| /linux-6.15/rust/kernel/ |
| H A D | kunit.rs | 172 pub const fn kunit_case( in kunit_case() function 175 ) -> kernel::bindings::kunit_case { in kunit_case() argument 176 kernel::bindings::kunit_case { in kunit_case() 194 pub const fn kunit_case_null() -> kernel::bindings::kunit_case { in kunit_case_null() 195 kernel::bindings::kunit_case { in kunit_case_null() 265 .cast::<::kernel::bindings::kunit_case>()
|
| /linux-6.15/lib/kunit/ |
| H A D | test.c | 133 struct kunit_case *test_case; in kunit_suite_num_test_cases() 207 const struct kunit_case *test_case; in kunit_suite_has_succeeded() 236 struct kunit_case *test_case) in kunit_test_case_num() 238 struct kunit_case *tc; in kunit_test_case_num() 358 struct kunit_case *test_case, in kunit_run_case_check_speed() 381 struct kunit_case *test_case) in kunit_run_case_internal() 426 struct kunit_case *test_case; 434 struct kunit_case *test_case = ctx->test_case; in kunit_try_run_case() 519 struct kunit_case *test_case, in kunit_run_case_catch_errors() 604 struct kunit_case *test_case; in kunit_run_tests()
|
| H A D | executor_test.c | 15 struct kunit_case *test_cases); 19 static struct kunit_case dummy_test_cases[] = { 142 static struct kunit_case dummy_attr_test_cases[] = { 238 static struct kunit_case executor_test_cases[] = { 283 struct kunit_case *test_cases) in alloc_fake_suite()
|
| H A D | debugfs.c | 68 struct kunit_case *test_case; in debugfs_print_results() 170 struct kunit_case *test_case; in kunit_debugfs_create_suite() 224 struct kunit_case *test_case; in kunit_debugfs_destroy_suite()
|
| H A D | attributes.c | 216 struct kunit_case *test = is_test ? test_or_suite : NULL; in attr_speed_get() 227 struct kunit_case *test = is_test ? test_or_suite : NULL; in attr_module_get() 241 struct kunit_case *test = is_test ? test_or_suite : NULL; in attr_is_init_get() 292 struct kunit_case *test = is_test ? test_or_suite : NULL; in kunit_print_attr() 401 struct kunit_case *filtered, *test_case; in kunit_filter_attr_tests()
|
| H A D | kunit-test.c | 100 static struct kunit_case kunit_try_catch_test_cases[] = { 141 static struct kunit_case kunit_fault_test_cases[] = { 557 static struct kunit_case kunit_resource_test_cases[] = { 652 static struct kunit_case kunit_log_test_cases[] = { 692 static struct kunit_case kunit_status_test_cases[] = { 730 static struct kunit_case kunit_current_test_cases[] = { 854 static struct kunit_case kunit_device_test_cases[] = {
|
| H A D | kunit-example-test.c | 284 static struct kunit_case example_test_cases[] = { 357 static struct kunit_case __refdata example_init_test_cases[] = {
|
| H A D | platform-test.c | 107 static struct kunit_case kunit_platform_device_test_cases[] = { 204 static struct kunit_case kunit_platform_driver_test_cases[] = {
|
| /linux-6.15/drivers/of/ |
| H A D | of_test.c | 34 static struct kunit_case of_dtb_test_cases[] = { 163 static struct kunit_case of_address_test_cases[] = {
|
| /linux-6.15/drivers/clk/ |
| H A D | clk-gate_test.c | 115 static struct kunit_case clk_gate_register_test_cases[] = { 196 static struct kunit_case clk_gate_test_cases[] = { 276 static struct kunit_case clk_gate_test_invert_cases[] = { 349 static struct kunit_case clk_gate_test_hiword_cases[] = { 444 static struct kunit_case clk_gate_test_enabled_cases[] = {
|
| H A D | clk-fixed-rate_test.c | 162 static struct kunit_case clk_fixed_rate_test_cases[] = { 266 static struct kunit_case clk_fixed_rate_parent_test_cases[] = { 325 static struct kunit_case clk_fixed_rate_of_cases[] = {
|
| H A D | clk_test.c | 321 static struct kunit_case clk_test_cases[] = { 443 static struct kunit_case clk_uncached_test_cases[] = { 590 static struct kunit_case clk_multiple_parents_mux_test_cases[] = { 1189 static struct kunit_case clk_single_parent_mux_test_cases[] = { 1403 static struct kunit_case 1737 static struct kunit_case clk_range_test_cases[] = { 1932 static struct kunit_case clk_range_maximize_test_cases[] = { 2112 static struct kunit_case clk_range_minimize_test_cases[] = { 2475 static struct kunit_case clk_mux_notifier_test_cases[] = { 2618 static struct kunit_case clk_mux_no_reparent_test_cases[] = { [all …]
|
| /linux-6.15/arch/s390/lib/ |
| H A D | test_modules.c | 20 static struct kunit_case modules_testcases[] = {
|
| /linux-6.15/lib/math/tests/ |
| H A D | int_sqrt_kunit.c | 53 static struct kunit_case math_int_sqrt_test_cases[] = {
|
| H A D | int_pow_kunit.c | 39 static struct kunit_case math_int_pow_test_cases[] = {
|
| H A D | gcd_kunit.c | 42 static struct kunit_case math_gcd_test_cases[] = {
|
| H A D | rational_kunit.c | 44 static struct kunit_case rational_test_cases[] = {
|
| H A D | int_log_kunit.c | 60 static struct kunit_case math_int_log_test_cases[] = {
|
| H A D | prime_numbers_kunit.c | 44 static struct kunit_case prime_numbers_cases[] = {
|
| /linux-6.15/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_test_callbacks.c | 609 static struct kunit_case cs_dsp_callbacks_adsp2_wmfwv1_test_cases[] = { 617 static struct kunit_case cs_dsp_callbacks_adsp2_wmfwv2_test_cases[] = { 625 static struct kunit_case cs_dsp_callbacks_halo_test_cases[] = { 633 static struct kunit_case cs_dsp_watchdog_adsp2v2_test_cases[] = { 640 static struct kunit_case cs_dsp_watchdog_halo_test_cases[] = {
|
| /linux-6.15/drivers/gpu/drm/tests/ |
| H A D | drm_connector_test.c | 171 static struct kunit_case drmm_connector_init_tests[] = { 343 static struct kunit_case drm_connector_dynamic_init_tests[] = { 457 static struct kunit_case drm_connector_dynamic_register_early_tests[] = { 626 static struct kunit_case drm_connector_dynamic_register_tests[] = { 1238 static struct kunit_case drmm_connector_hdmi_init_tests[] = { 1323 static struct kunit_case drm_get_tv_mode_from_name_tests[] = { 1380 static struct kunit_case drm_hdmi_connector_get_broadcast_rgb_name_tests[] = { 1438 static struct kunit_case drm_hdmi_connector_get_output_format_name_tests[] = { 1496 static struct kunit_case drm_connector_attach_broadcast_rgb_property_tests[] = { 1780 static struct kunit_case drm_hdmi_compute_mode_clock_tests[] = {
|
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_pci_test.c | 55 static struct kunit_case xe_pci_tests[] = {
|
| /linux-6.15/lib/tests/ |
| H A D | is_signed_type_kunit.c | 37 static struct kunit_case is_signed_type_test_cases[] = {
|
| /linux-6.15/drivers/misc/ |
| H A D | misc_minor_kunit.c | 54 static struct kunit_case test_cases[] = {
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/tests/ |
| H A D | hcmd.c | 51 static struct kunit_case hcmd_names_cases[] = {
|