Home
last modified time | relevance | path

Searched refs:test_misc (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/regress/usr.bin/ssh/unittests/misc/
H A DMakefile3 PROG=test_misc
/openbsd-src/sys/dev/pci/drm/amd/display/dc/
H A Ddm_helpers.h168 union test_misc dpcd_test_params);
H A Ddc_dp_types.h682 union test_misc { union
/openbsd-src/sys/dev/pci/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c616 union test_misc dpcd_test_params; in dp_handle_automated_test()
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_dp.c3802 u8 test_misc; in intel_dp_autotest_video_pattern() local
3831 &test_misc); in intel_dp_autotest_video_pattern()
3836 if ((test_misc & DP_TEST_COLOR_FORMAT_MASK) != DP_COLOR_FORMAT_RGB) in intel_dp_autotest_video_pattern()
3838 if (test_misc & DP_TEST_DYNAMIC_RANGE_CEA) in intel_dp_autotest_video_pattern()
3840 switch (test_misc & DP_TEST_BIT_DEPTH_MASK) { in intel_dp_autotest_video_pattern()
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c1116 union test_misc dpcd_test_params) in dm_helpers_dp_handle_test_pattern_request()