Home
last modified time | relevance | path

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

/netbsd/external/bsd/libfido2/dist/fuzz/
H A Dfuzz_cred.c394 test_misc(const struct param *p) in test_misc() function
416 test_misc(p); in test()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_dp_types.h525 union test_misc { union
/netbsd/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dp.c4880 u8 test_misc; in intel_dp_autotest_video_pattern() local
4909 &test_misc); in intel_dp_autotest_video_pattern()
4914 if ((test_misc & DP_TEST_COLOR_FORMAT_MASK) != DP_COLOR_FORMAT_RGB) in intel_dp_autotest_video_pattern()
4916 if (test_misc & DP_TEST_DYNAMIC_RANGE_CEA) in intel_dp_autotest_video_pattern()
4918 switch (test_misc & DP_TEST_BIT_DEPTH_MASK) { in intel_dp_autotest_video_pattern()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link_dp.c2624 union test_misc dpcd_test_params; in dp_test_send_link_test_pattern()