Home
last modified time | relevance | path

Searched refs:param_value (Results 1 – 25 of 100) sorted by relevance

1234

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_pci_test.c19 const struct xe_ip *param = test->param_value; in check_graphics_ip()
34 const struct xe_ip *param = test->param_value; in check_media_ip()
49 const struct pci_device_id *pci = test->param_value; in check_platform_desc()
H A Dxe_guc_db_mgr_test.c61 const unsigned int *p = test->param_value; in test_size()
85 const unsigned int *p = test->param_value; in test_reuse()
113 const unsigned int *p = test->param_value; in test_range_overlap()
151 const unsigned int *p = test->param_value; in test_range_compact()
170 const unsigned int *p = test->param_value; in test_range_spare()
H A Dxe_gt_sriov_pf_config_kunit.c84 unsigned int num_vfs = (unsigned long)test->param_value; in fair_contexts()
124 unsigned int num_vfs = (unsigned long)test->param_value; in fair_doorbells()
164 unsigned int num_vfs = (unsigned long)test->param_value; in fair_ggtt()
/linux/drivers/scsi/
H A D3w-xxxx.c549 unsigned long param_value = 0; in tw_aen_read_queue() local
586 param_value = tw_dev->alignment_physical_address[request_id]; in tw_aen_read_queue()
587 if (param_value == 0) { in tw_aen_read_queue()
591 command_packet->byte8.param.sgl[0].address = param_value; in tw_aen_read_queue()
679 unsigned long param_value; in tw_aen_drain_queue() local
728 param_value = tw_dev->alignment_physical_address[request_id]; in tw_aen_drain_queue()
729 if (param_value == 0) { in tw_aen_drain_queue()
733 command_packet->byte8.param.sgl[0].address = param_value; in tw_aen_drain_queue()
1142 unsigned long param_value; in tw_setfeature() local
1159 param_value = tw_dev->alignment_physical_address[request_id]; in tw_setfeature()
[all …]
/linux/lib/tests/
H A Dmin_heap_kunit.c63 const struct min_heap_test_case *params = test->param_value; in test_heapify_all()
92 const struct min_heap_test_case *params = test->param_value; in test_heap_push()
123 const struct min_heap_test_case *params = test->param_value; in test_heap_pop_push()
163 const struct min_heap_test_case *params = test->param_value; in test_heap_del()
H A Dscanf_kunit.c439 const char * const *param = test->param_value; in numbers_list()
514 const char * const *param = test->param_value; in numbers_list_field_width_typemax()
580 const char * const *param = test->param_value; in numbers_list_field_width_val_width()
600 KUNIT_ASSERT_PTR_EQ(test, test->param_value, NULL); in numbers_slice()
601 test->param_value = &delim; in numbers_slice()
/linux/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c644 const struct convert_xrgb8888_case *params = test->param_value; in drm_test_fb_xrgb8888_to_gray8()
677 const struct convert_xrgb8888_case *params = test->param_value; in drm_test_fb_xrgb8888_to_rgb332()
710 const struct convert_xrgb8888_case *params = test->param_value; in drm_test_fb_xrgb8888_to_rgb565()
759 const struct convert_xrgb8888_case *params = test->param_value; in drm_test_fb_xrgb8888_to_xrgb1555()
800 const struct convert_xrgb8888_case *params = test->param_value; in drm_test_fb_xrgb8888_to_argb1555()
841 const struct convert_xrgb8888_case *params = test->param_value; in drm_test_fb_xrgb8888_to_rgba5551()
882 const struct convert_xrgb8888_case *params = test->param_value; in drm_test_fb_xrgb8888_to_rgb888()
925 const struct convert_xrgb8888_case *params = test->param_value; in drm_test_fb_xrgb8888_to_bgr888()
967 const struct convert_xrgb8888_case *params = test->param_value; in drm_test_fb_xrgb8888_to_argb8888()
1008 const struct convert_xrgb8888_case *params = test->param_value; in drm_test_fb_xrgb8888_to_xrgb2101010()
[all …]
H A Ddrm_panic_test.c87 const struct drm_test_mode *params = test->param_value; in drm_test_panic_screen_user_map()
121 const struct drm_test_mode *params = test->param_value; in drm_test_panic_screen_user_page()
184 const struct drm_test_mode *params = test->param_value; in drm_test_panic_screen_user_set_pixel()
H A Ddrm_rect_test.c338 const struct drm_rect_intersect_case *params = test->param_value; in drm_test_rect_intersect()
409 const struct drm_rect_scale_case *params = test->param_value; in drm_test_rect_calc_hscale()
420 const struct drm_rect_scale_case *params = test->param_value; in drm_test_rect_calc_vscale()
491 const struct drm_rect_rotate_case *params = test->param_value; in drm_test_rect_rotate()
501 const struct drm_rect_rotate_case *params = test->param_value; in drm_test_rect_rotate_inv()
H A Ddrm_plane_helper_test.c49 const struct drm_check_plane_state_test *params = test->param_value; in drm_plane_helper_init()
114 const struct drm_check_plane_state_test *params = test->param_value; in drm_test_check_plane_state()
256 const struct drm_check_plane_state_test *params = test->param_value; in drm_test_check_invalid_plane_state()
H A Ddrm_dp_mst_helper_test.c57 const struct drm_dp_mst_calc_pbn_mode_test *params = test->param_value; in drm_test_dp_mst_calc_pbn_mode()
201 const struct drm_dp_mst_calc_pbn_div_test *params = test->param_value; in drm_test_dp_mst_calc_pbn_div()
510 const struct drm_dp_mst_sideband_msg_req_test *params = test->param_value; in drm_test_dp_mst_sideband_msg_req_decode()
/linux/lib/math/tests/
H A Dint_log_kunit.c46 const struct test_case_params *tc = (const struct test_case_params *)test->param_value; in intlog2_test()
55 const struct test_case_params *tc = (const struct test_case_params *)test->param_value; in intlog10_test()
/linux/drivers/platform/wmi/tests/
H A Dmarshalling_kunit.c371 const struct wmi_acpi_param *param = test->param_value; in wmi_unmarshal_acpi_object_test()
388 const struct wmi_invalid_acpi_param *param = test->param_value; in wmi_unmarshal_acpi_object_failure_test()
402 const struct wmi_string_param *param = test->param_value; in wmi_marshal_string_test()
418 const struct wmi_invalid_string_param *param = test->param_value; in wmi_marshal_string_failure_test()
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_bin.c125 const struct bin_test_param *param = test->param_value; in bin_patch_one_word()
171 const struct bin_test_param *param = test->param_value; in bin_patch_one_multiword()
219 const struct bin_test_param *param = test->param_value; in bin_patch_multi_oneword()
274 const struct bin_test_param *param = test->param_value; in bin_patch_multi_oneword_unordered()
332 const struct bin_test_param *param = test->param_value; in bin_patch_multi_oneword_sparse_unordered()
396 const struct bin_test_param *param = test->param_value; in bin_patch_one_word_multiple_mems()
497 const struct bin_test_param *param = test->param_value; in bin_patch_one_word_multiple_algs()
556 const struct bin_test_param *param = test->param_value; in bin_patch_one_word_multiple_algs_unordered()
617 const struct bin_test_param *param = test->param_value; in bin_patch_1_packed()
673 const struct bin_test_param *param = test->param_value; in bin_patch_1_packed_1_single_trailing()
[all …]
H A Dcs_dsp_test_control_rw.c142 const struct cs_dsp_ctl_rw_test_param *param = test->param_value; in cs_dsp_ctl_write_running()
213 const struct cs_dsp_ctl_rw_test_param *param = test->param_value; in cs_dsp_ctl_read_volatile_running()
284 const struct cs_dsp_ctl_rw_test_param *param = test->param_value; in cs_dsp_ctl_read_volatile_not_started()
334 const struct cs_dsp_ctl_rw_test_param *param = test->param_value; in cs_dsp_ctl_read_volatile_stopped()
388 const struct cs_dsp_ctl_rw_test_param *param = test->param_value; in cs_dsp_ctl_read_volatile_stopped_powered_down()
444 const struct cs_dsp_ctl_rw_test_param *param = test->param_value; in cs_dsp_ctl_read_volatile_not_current_loaded_fw()
502 const struct cs_dsp_ctl_rw_test_param *param = test->param_value; in cs_dsp_ctl_read_volatile_not_current_running_fw()
563 const struct cs_dsp_ctl_rw_test_param *param = test->param_value; in cs_dsp_ctl_write_volatile_not_started()
620 const struct cs_dsp_ctl_rw_test_param *param = test->param_value; in cs_dsp_ctl_write_volatile_stopped()
681 const struct cs_dsp_ctl_rw_test_param *param = test->param_value; in cs_dsp_ctl_write_volatile_stopped_powered_down()
[all …]
H A Dcs_dsp_test_control_cache.c200 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_init()
259 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_init_write_only()
862 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_not_started()
923 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_stopped()
989 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_powered_down()
1052 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_stopped_powered_down()
1119 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_not_current_loaded_fw()
1187 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_not_current_running_fw()
1257 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_running()
1343 const struct cs_dsp_ctl_cache_test_param *param = test->param_value; in cs_dsp_ctl_cache_read_running_zero_flags()
[all …]
H A Dcs_dsp_test_wmfw.c99 const struct cs_dsp_wmfw_test_param *param = test->param_value; in wmfw_write_one_payload()
154 const struct cs_dsp_wmfw_test_param *param = test->param_value; in wmfw_write_multiple_oneblock_payloads()
221 const struct cs_dsp_wmfw_test_param *param = test->param_value; in wmfw_write_multiple_oneblock_payloads_reverse()
294 const struct cs_dsp_wmfw_test_param *param = test->param_value; in wmfw_write_multiple_payloads_sparse_unordered()
656 const struct cs_dsp_wmfw_test_param *param = test->param_value; in wmfw_write_packed_1_unpacked_trailing()
759 const struct cs_dsp_wmfw_test_param *param = test->param_value; in wmfw_write_packed_2_unpacked_trailing()
862 const struct cs_dsp_wmfw_test_param *param = test->param_value; in wmfw_write_packed_3_unpacked_trailing()
965 const struct cs_dsp_wmfw_test_param *param = test->param_value; in wmfw_write_packed_2_single_unpacked_trailing()
1074 const struct cs_dsp_wmfw_test_param *param = test->param_value; in wmfw_write_packed_3_single_unpacked_trailing()
1188 const struct cs_dsp_wmfw_test_param *param = test->param_value; in wmfw_write_packed_1_unpacked_leading()
[all …]
/linux/drivers/base/regmap/
H A Dregmap-kunit.c187 const struct regmap_test_param *param = test->param_value; in gen_regmap()
256 const struct regmap_test_param *param = test->param_value; in reg_5_false()
452 const struct regmap_test_param *param = test->param_value; in read_bypassed()
516 const struct regmap_test_param *param = test->param_value; in read_bypassed_volatile()
674 const struct regmap_test_param *param = test->param_value; in reg_default_callback_populates_flat_cache()
996 const struct regmap_test_param *param = test->param_value; in cache_bypass()
1031 const struct regmap_test_param *param = test->param_value; in cache_sync_marked_dirty()
1066 const struct regmap_test_param *param = test->param_value; in cache_sync_after_cache_only()
1115 const struct regmap_test_param *param = test->param_value; in cache_sync_defaults_marked_dirty()
1164 const struct regmap_test_param *param = test->param_value; in cache_sync_default_after_cache_only()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Dlink-selection.c83 (const void *)(test->param_value); in setup_link()
126 (const void *)(test->param_value); in test_link_grading()
287 const struct link_pair_case *params = test->param_value; in test_iwl_mld_link_pair_allows_emlsr()
H A Dagg.c471 (const void *)(test->param_value); in setup_mpdu_desc()
535 (const void *)(test->param_value); in setup_reorder_buffer()
573 (const void *)(test->param_value); in setup_ba_data()
605 (const void *)(test->param_value); in test_reorder_buffer()
H A Drx.c274 const struct is_dup_case *param = (const void *)(test->param_value); in setup_dup_data_state()
320 const struct is_dup_case *param = (const void *)(test->param_value); in test_is_dup()
/linux/lib/kunit/
H A Dkunit-example-test.c245 const struct example_param *param = test->param_value; in example_params_test()
368 const struct example_param *param = test->param_value; in example_params_test_with_init()
482 const int *param = test->param_value; in example_params_test_with_init_dynamic_arr()
/linux/fs/fat/
H A Dfat_test.c136 (struct fat_timestamp_testcase *)test->param_value; in fat_time_fat2unix_test()
161 (struct fat_timestamp_testcase *)test->param_value; in fat_time_unix2fat_test()
/linux/net/devlink/
H A Dparam.c308 union devlink_param_value param_value[DEVLINK_PARAM_CMODE_MAX + 1]; in devlink_nl_param_fill() local
325 param_value[i] = param_item->driverinit_value_new; in devlink_nl_param_fill()
327 param_value[i] = param_item->driverinit_value; in devlink_nl_param_fill()
340 param_value[i] = ctx.val; in devlink_nl_param_fill()
386 i, param_value[i], in devlink_nl_param_fill()
/linux/net/mac80211/tests/
H A Dtpe.c127 const struct subchan_test_case *params = test->param_value; in subchan_offset()
263 const struct psd_reorder_test_case *params = test->param_value; in psd_reorder()

1234