| /linux/drivers/base/regmap/ |
| A D | regmap-kunit.c | 1990 KUNIT_CASE_PARAM(bulk_write, regcache_types_gen_params), 1991 KUNIT_CASE_PARAM(bulk_read, regcache_types_gen_params), 1992 KUNIT_CASE_PARAM(multi_write, regcache_types_gen_params), 1993 KUNIT_CASE_PARAM(multi_read, regcache_types_gen_params), 1994 KUNIT_CASE_PARAM(write_readonly, regcache_types_gen_params), 1995 KUNIT_CASE_PARAM(read_writeonly, regcache_types_gen_params), 1996 KUNIT_CASE_PARAM(reg_defaults, regcache_types_gen_params), 1999 KUNIT_CASE_PARAM(stride, regcache_types_gen_params), 2000 KUNIT_CASE_PARAM(basic_ranges, regcache_types_gen_params), 2001 KUNIT_CASE_PARAM(stress_insert, regcache_types_gen_params), [all …]
|
| /linux/drivers/gpu/drm/xe/tests/ |
| A D | xe_guc_db_mgr_test.c | 187 KUNIT_CASE_PARAM(test_size, guc_dbm_gen_params), 188 KUNIT_CASE_PARAM(test_reuse, guc_dbm_gen_params), 189 KUNIT_CASE_PARAM(test_range_overlap, guc_dbm_gen_params), 190 KUNIT_CASE_PARAM(test_range_compact, guc_dbm_gen_params), 191 KUNIT_CASE_PARAM(test_range_spare, guc_dbm_gen_params),
|
| A D | xe_mocs.c | 193 KUNIT_CASE_PARAM(xe_live_mocs_kernel_kunit, xe_pci_live_device_gen_param), 194 KUNIT_CASE_PARAM(xe_live_mocs_reset_kunit, xe_pci_live_device_gen_param),
|
| A D | xe_bo.c | 362 KUNIT_CASE_PARAM(xe_ccs_migrate_kunit, xe_pci_live_device_gen_param), 363 KUNIT_CASE_PARAM(xe_bo_evict_kunit, xe_pci_live_device_gen_param),
|
| A D | xe_lmtt_test.c | 64 KUNIT_CASE_PARAM(test_ops, lmtt_ops_gen_params),
|
| /linux/drivers/gpu/drm/tests/ |
| A D | drm_format_helper_test.c | 1847 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_gray8, convert_xrgb8888_gen_params), 1848 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_rgb332, convert_xrgb8888_gen_params), 1849 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_rgb565, convert_xrgb8888_gen_params), 1850 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_xrgb1555, convert_xrgb8888_gen_params), 1851 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_argb1555, convert_xrgb8888_gen_params), 1852 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_rgba5551, convert_xrgb8888_gen_params), 1853 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_rgb888, convert_xrgb8888_gen_params), 1857 KUNIT_CASE_PARAM(drm_test_fb_xrgb8888_to_mono, convert_xrgb8888_gen_params), 1858 KUNIT_CASE_PARAM(drm_test_fb_swab, convert_xrgb8888_gen_params), 1861 KUNIT_CASE_PARAM(drm_test_fb_clip_offset, clip_offset_gen_params), [all …]
|
| A D | drm_rect_test.c | 514 KUNIT_CASE_PARAM(drm_test_rect_intersect, drm_rect_intersect_gen_params), 515 KUNIT_CASE_PARAM(drm_test_rect_calc_hscale, drm_rect_scale_gen_params), 516 KUNIT_CASE_PARAM(drm_test_rect_calc_vscale, drm_rect_scale_gen_params), 517 KUNIT_CASE_PARAM(drm_test_rect_rotate, drm_rect_rotate_gen_params), 518 KUNIT_CASE_PARAM(drm_test_rect_rotate_inv, drm_rect_rotate_gen_params),
|
| A D | drm_connector_test.c | 173 KUNIT_CASE_PARAM(drm_test_drmm_connector_init_type_valid, 738 KUNIT_CASE_PARAM(drm_test_connector_hdmi_init_type_valid, 740 KUNIT_CASE_PARAM(drm_test_connector_hdmi_init_type_invalid, 804 KUNIT_CASE_PARAM(drm_test_get_tv_mode_from_name_valid, 861 KUNIT_CASE_PARAM(drm_test_drm_hdmi_connector_get_broadcast_rgb_name, 919 KUNIT_CASE_PARAM(drm_test_drm_hdmi_connector_get_output_format_name, 1267 KUNIT_CASE_PARAM(drm_test_connector_hdmi_compute_mode_clock_yuv420_valid,
|
| A D | drm_dp_mst_helper_test.c | 564 KUNIT_CASE_PARAM(drm_test_dp_mst_calc_pbn_mode, drm_dp_mst_calc_pbn_mode_gen_params), 565 KUNIT_CASE_PARAM(drm_test_dp_mst_calc_pbn_div, drm_dp_mst_calc_pbn_div_gen_params), 566 KUNIT_CASE_PARAM(drm_test_dp_mst_sideband_msg_req_decode,
|
| A D | drm_plane_helper_test.c | 304 KUNIT_CASE_PARAM(drm_test_check_plane_state, drm_check_plane_state_gen_params), 305 KUNIT_CASE_PARAM(drm_test_check_invalid_plane_state,
|
| /linux/fs/fat/ |
| A 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/lib/math/tests/ |
| A D | int_pow_kunit.c | 40 KUNIT_CASE_PARAM(int_pow_test, int_pow_gen_params),
|
| /linux/lib/math/ |
| A D | rational-test.c | 45 KUNIT_CASE_PARAM(rational_test, rational_gen_params),
|
| /linux/net/mac80211/tests/ |
| A D | tpe.c | 274 KUNIT_CASE_PARAM(subchan_offset, subchan_offset_gen_params), 275 KUNIT_CASE_PARAM(psd_reorder, psd_reorder_gen_params),
|
| /linux/sound/soc/codecs/ |
| A D | cs-amp-lib-test.c | 732 KUNIT_CASE_PARAM(cs_amp_lib_test_get_efi_cal_by_uid_test, 734 KUNIT_CASE_PARAM(cs_amp_lib_test_get_efi_cal_by_index_unchecked_test, 736 KUNIT_CASE_PARAM(cs_amp_lib_test_get_efi_cal_by_index_checked_test, 738 KUNIT_CASE_PARAM(cs_amp_lib_test_get_efi_cal_by_index_uid_mismatch_test, 740 KUNIT_CASE_PARAM(cs_amp_lib_test_get_efi_cal_by_index_fallback_test,
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/tests/ |
| A D | scan.c | 101 KUNIT_CASE_PARAM(test_acs_average_db, acs_average_db_gen_params),
|
| A D | links.c | 232 KUNIT_CASE_PARAM(test_link_grading, link_grading_gen_params), 424 KUNIT_CASE_PARAM(test_valid_link_pair, valid_link_pair_gen_params),
|
| /linux/security/ipe/ |
| A D | policy_tests.c | 287 KUNIT_CASE_PARAM(ipe_parser_unsigned_test, ipe_policies_gen_params),
|
| /linux/fs/ext4/ |
| A D | mballoc-test.c | 972 KUNIT_CASE_PARAM(test_new_blocks_simple, mbt_layouts_gen_params), 973 KUNIT_CASE_PARAM(test_free_blocks_simple, mbt_layouts_gen_params), 974 KUNIT_CASE_PARAM(test_mb_generate_buddy, mbt_layouts_gen_params), 975 KUNIT_CASE_PARAM(test_mb_mark_used, mbt_layouts_gen_params), 976 KUNIT_CASE_PARAM(test_mb_free_blocks, mbt_layouts_gen_params), 977 KUNIT_CASE_PARAM(test_mark_diskspace_used, mbt_layouts_gen_params),
|
| /linux/net/core/ |
| A D | net_test.c | 374 KUNIT_CASE_PARAM(gso_test_func, gso_test_gen_params), 375 KUNIT_CASE_PARAM(ip_tunnel_flags_test_run,
|
| /linux/drivers/gpu/drm/vc4/tests/ |
| A D | vc4_test_pv_muxing.c | 751 KUNIT_CASE_PARAM(drm_vc4_test_pv_muxing, 753 KUNIT_CASE_PARAM(drm_vc4_test_pv_muxing_invalid, 765 KUNIT_CASE_PARAM(drm_vc4_test_pv_muxing, 767 KUNIT_CASE_PARAM(drm_vc4_test_pv_muxing_invalid,
|
| /linux/drivers/gpu/drm/ttm/tests/ |
| A D | ttm_bo_validate_test.c | 1186 KUNIT_CASE_PARAM(ttm_bo_init_reserved_sys_man, ttm_bo_types_gen_params), 1187 KUNIT_CASE_PARAM(ttm_bo_init_reserved_mock_man, ttm_bo_types_gen_params), 1189 KUNIT_CASE_PARAM(ttm_bo_validate_basic, ttm_bo_types_gen_params), 1191 KUNIT_CASE_PARAM(ttm_bo_validate_same_placement, 1196 KUNIT_CASE_PARAM(ttm_bo_validate_multihop, ttm_bo_types_gen_params), 1197 KUNIT_CASE_PARAM(ttm_bo_validate_no_placement_signaled, 1199 KUNIT_CASE_PARAM(ttm_bo_validate_no_placement_not_signaled, 1202 KUNIT_CASE_PARAM(ttm_bo_validate_move_fence_not_signaled,
|
| /linux/net/mctp/test/ |
| A D | route-test.c | 1049 KUNIT_CASE_PARAM(mctp_test_fragment, mctp_frag_gen_params), 1050 KUNIT_CASE_PARAM(mctp_test_rx_input, mctp_rx_input_gen_params), 1051 KUNIT_CASE_PARAM(mctp_test_route_input_sk, mctp_route_input_sk_gen_params), 1052 KUNIT_CASE_PARAM(mctp_test_route_input_sk_reasm, 1054 KUNIT_CASE_PARAM(mctp_test_route_input_sk_keys,
|
| /linux/drivers/hid/ |
| A D | hid-uclogic-params-test.c | 207 KUNIT_CASE_PARAM(hid_test_uclogic_parse_ugee_v2_desc,
|
| /linux/drivers/iio/test/ |
| A 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),
|