Home
last modified time | relevance | path

Searched refs:KUNIT_CASE_PARAM (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/tests/
Ddrm_format_helper_test.c446 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_gray8, convert_xrgb8888_gen_params),
447 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_rgb332, convert_xrgb8888_gen_params),
448 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_rgb565, convert_xrgb8888_gen_params),
449 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_rgb888, convert_xrgb8888_gen_params),
450 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_xrgb2101010, convert_xrgb8888_gen_params),
Ddrm_framebuffer_test.c370 KUNIT_CASE_PARAM(drm_test_framebuffer_create, drm_framebuffer_create_gen_params),
Ddrm_cmdline_parser_test.c979 KUNIT_CASE_PARAM(drm_test_cmdline_invalid, drm_cmdline_invalid_gen_params),
/Linux-v6.1/fs/fat/
Dfat_test.c184 KUNIT_CASE_PARAM(fat_time_fat2unix_test, fat_time_gen_params),
185 KUNIT_CASE_PARAM(fat_time_unix2fat_test, fat_time_gen_params),
/Linux-v6.1/net/mctp/test/
Droute-test.c669 KUNIT_CASE_PARAM(mctp_test_fragment, mctp_frag_gen_params),
670 KUNIT_CASE_PARAM(mctp_test_rx_input, mctp_rx_input_gen_params),
671 KUNIT_CASE_PARAM(mctp_test_route_input_sk, mctp_route_input_sk_gen_params),
672 KUNIT_CASE_PARAM(mctp_test_route_input_sk_reasm,
674 KUNIT_CASE_PARAM(mctp_test_route_input_sk_keys,
/Linux-v6.1/lib/math/
Drational-test.c45 KUNIT_CASE_PARAM(rational_test, rational_gen_params),
/Linux-v6.1/drivers/hid/
Dhid-uclogic-params-test.c178 KUNIT_CASE_PARAM(uclogic_parse_ugee_v2_desc_test,
Dhid-uclogic-rdesc-test.c206 KUNIT_CASE_PARAM(uclogic_template_test, uclogic_template_gen_params),
/Linux-v6.1/drivers/iio/test/
Diio-test-rescale.c701 KUNIT_CASE_PARAM(iio_rescale_test_scale, iio_rescale_scale_gen_params),
702 KUNIT_CASE_PARAM(iio_rescale_test_offset, iio_rescale_offset_gen_params),
/Linux-v6.1/fs/ext4/
Dinode-test.c271 KUNIT_CASE_PARAM(inode_test_xtimestamp_decoding, ext4_inode_gen_params),
/Linux-v6.1/arch/s390/lib/
Dtest_unwind.c511 KUNIT_CASE_PARAM(test_unwind_flags, test_unwind_gen_params),
/Linux-v6.1/Documentation/dev-tools/kunit/
Darchitecture.rst152 The test case includes a KUNIT_CASE_PARAM() macro that accepts a
Dusage.rst542 // Instead of KUNIT_CASE, we use KUNIT_CASE_PARAM and pass in the
545 KUNIT_CASE_PARAM(sha1_test, sha1_gen_params),
/Linux-v6.1/include/kunit/
Dtest.h148 #define KUNIT_CASE_PARAM(test_name, gen_params) \ macro
/Linux-v6.1/kernel/kcsan/
Dkcsan_test.c1409 #define KCSAN_KUNIT_CASE(test_name) KUNIT_CASE_PARAM(test_name, nthreads_gen_params)