Searched refs:KUNIT_CASE_PARAM (Results 1 – 15 of 15) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/tests/ |
| D | drm_format_helper_test.c | 446 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),
|
| D | drm_framebuffer_test.c | 370 KUNIT_CASE_PARAM(drm_test_framebuffer_create, drm_framebuffer_create_gen_params),
|
| D | drm_cmdline_parser_test.c | 979 KUNIT_CASE_PARAM(drm_test_cmdline_invalid, drm_cmdline_invalid_gen_params),
|
| /Linux-v6.1/fs/fat/ |
| D | fat_test.c | 184 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/ |
| D | route-test.c | 669 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/ |
| D | rational-test.c | 45 KUNIT_CASE_PARAM(rational_test, rational_gen_params),
|
| /Linux-v6.1/drivers/hid/ |
| D | hid-uclogic-params-test.c | 178 KUNIT_CASE_PARAM(uclogic_parse_ugee_v2_desc_test,
|
| D | hid-uclogic-rdesc-test.c | 206 KUNIT_CASE_PARAM(uclogic_template_test, uclogic_template_gen_params),
|
| /Linux-v6.1/drivers/iio/test/ |
| D | iio-test-rescale.c | 701 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/ |
| D | inode-test.c | 271 KUNIT_CASE_PARAM(inode_test_xtimestamp_decoding, ext4_inode_gen_params),
|
| /Linux-v6.1/arch/s390/lib/ |
| D | test_unwind.c | 511 KUNIT_CASE_PARAM(test_unwind_flags, test_unwind_gen_params),
|
| /Linux-v6.1/Documentation/dev-tools/kunit/ |
| D | architecture.rst | 152 The test case includes a KUNIT_CASE_PARAM() macro that accepts a
|
| D | usage.rst | 542 // 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/ |
| D | test.h | 148 #define KUNIT_CASE_PARAM(test_name, gen_params) \ macro
|
| /Linux-v6.1/kernel/kcsan/ |
| D | kcsan_test.c | 1409 #define KCSAN_KUNIT_CASE(test_name) KUNIT_CASE_PARAM(test_name, nthreads_gen_params)
|