test_pattern      496 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 	enum dp_test_pattern test_pattern = DP_TEST_PATTERN_UNSUPPORTED;
test_pattern      577 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 	test_pattern = param[0];
test_pattern      579 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 	switch (test_pattern) {
test_pattern      601 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 		test_pattern = DP_TEST_PATTERN_UNSUPPORTED;
test_pattern      611 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 	if (test_pattern == DP_TEST_PATTERN_80BIT_CUSTOM) {
test_pattern      646 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 	if (test_pattern != DP_TEST_PATTERN_VIDEO_MODE) {
test_pattern      659 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 		test_pattern,
test_pattern     3077 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			      enum dp_test_pattern test_pattern,
test_pattern     3085 drivers/gpu/drm/amd/display/dc/core/dc_link.c 			test_pattern,
test_pattern     2154 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	enum dp_test_pattern test_pattern;
test_pattern     2192 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern = DP_TEST_PATTERN_D102;
test_pattern     2195 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern = DP_TEST_PATTERN_SYMBOL_ERROR;
test_pattern     2198 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern = DP_TEST_PATTERN_PRBS7;
test_pattern     2201 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern = DP_TEST_PATTERN_80BIT_CUSTOM;
test_pattern     2205 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern = (link->dc->caps.force_dp_tps4_for_cp2520 == 1) ?
test_pattern     2211 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern = (link->dc->caps.force_dp_tps4_for_cp2520 == 1) ?
test_pattern     2216 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN4;
test_pattern     2219 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern = DP_TEST_PATTERN_VIDEO_MODE;
test_pattern     2223 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	if (test_pattern == DP_TEST_PATTERN_80BIT_CUSTOM)
test_pattern     2263 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern,
test_pattern     2274 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	enum dp_test_pattern test_pattern;
test_pattern     2293 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern = DP_TEST_PATTERN_COLOR_RAMP;
test_pattern     2296 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern = DP_TEST_PATTERN_VERTICAL_BARS;
test_pattern     2299 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern = (dpcd_test_params.bits.DYN_RANGE ==
test_pattern     2305 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		test_pattern = DP_TEST_PATTERN_VIDEO_MODE;
test_pattern     2311 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			test_pattern,
test_pattern     3039 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c static bool is_dp_phy_pattern(enum dp_test_pattern test_pattern)
test_pattern     3041 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	if ((DP_TEST_PATTERN_PHY_PATTERN_BEGIN <= test_pattern &&
test_pattern     3042 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			test_pattern <= DP_TEST_PATTERN_PHY_PATTERN_END) ||
test_pattern     3043 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			test_pattern == DP_TEST_PATTERN_VIDEO_MODE)
test_pattern     3051 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 				enum dp_test_pattern test_pattern)
test_pattern     3069 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	switch (test_pattern) {
test_pattern     3096 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	switch (test_pattern) {
test_pattern     3188 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	enum dp_test_pattern test_pattern,
test_pattern     3214 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	if (link->test_pattern_enabled && test_pattern ==
test_pattern     3217 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		set_crtc_test_pattern(link, pipe_ctx, test_pattern);
test_pattern     3218 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		dp_set_hw_test_pattern(link, test_pattern,
test_pattern     3237 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	if (is_dp_phy_pattern(test_pattern)) {
test_pattern     3245 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		if (test_pattern != DP_TEST_PATTERN_VIDEO_MODE) {
test_pattern     3254 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		dp_set_hw_test_pattern(link, test_pattern,
test_pattern     3258 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		if (test_pattern != DP_TEST_PATTERN_VIDEO_MODE) {
test_pattern     3266 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		switch (test_pattern) {
test_pattern     3295 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		if (test_pattern == DP_TEST_PATTERN_VIDEO_MODE
test_pattern     3332 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 		set_crtc_test_pattern(link, pipe_ctx, test_pattern);
test_pattern      217 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 	enum dp_test_pattern test_pattern = DP_TEST_PATTERN_UNSUPPORTED;
test_pattern      221 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN1;
test_pattern      224 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN2;
test_pattern      227 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN3;
test_pattern      230 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 		test_pattern = DP_TEST_PATTERN_TRAINING_PATTERN4;
test_pattern      236 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 	dp_set_hw_test_pattern(link, test_pattern, NULL, 0);
test_pattern      253 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 	enum dp_test_pattern test_pattern,
test_pattern      260 drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c 	pattern_param.dp_phy_pattern = test_pattern;
test_pattern      247 drivers/gpu/drm/amd/display/dc/dc_link.h 	enum dp_test_pattern test_pattern,
test_pattern      278 drivers/gpu/drm/amd/display/dc/dc_link.h 			enum dp_test_pattern test_pattern,
test_pattern      704 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c 	enum controller_dp_test_pattern test_pattern,
test_pattern      749 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c 	switch (test_pattern) {
test_pattern      753 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c 		dyn_range = (test_pattern ==
test_pattern      806 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c 		mode = (test_pattern ==
test_pattern      225 drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.h 	enum controller_dp_test_pattern test_pattern,
test_pattern      836 drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c 	enum controller_dp_test_pattern test_pattern,
test_pattern      880 drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c 	switch (test_pattern) {
test_pattern      884 drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c 		dyn_range = (test_pattern ==
test_pattern      905 drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c 		mode = (test_pattern ==
test_pattern      901 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c 	enum controller_dp_test_pattern test_pattern,
test_pattern      945 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c 	switch (test_pattern) {
test_pattern      949 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c 		dyn_range = (test_pattern ==
test_pattern      970 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c 		mode = (test_pattern ==
test_pattern      856 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 	enum controller_dp_test_pattern test_pattern = CONTROLLER_DP_TEST_PATTERN_SOLID_COLOR;
test_pattern      876 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			test_pattern = CONTROLLER_DP_TEST_PATTERN_COLORSQUARES;
test_pattern      878 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 		test_pattern = CONTROLLER_DP_TEST_PATTERN_VIDEOMODE;
test_pattern      883 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 			test_pattern,
test_pattern      893 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c 						CONTROLLER_DP_TEST_PATTERN_COLORRAMP : test_pattern,
test_pattern       43 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.c 		enum controller_dp_test_pattern test_pattern,
test_pattern       94 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.c 	switch (test_pattern) {
test_pattern       98 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.c 		dyn_range = (test_pattern ==
test_pattern      116 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.c 		mode = (test_pattern ==
test_pattern      142 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_opp.h 	enum controller_dp_test_pattern test_pattern,
test_pattern      310 drivers/gpu/drm/amd/display/dc/inc/hw/opp.h 			enum controller_dp_test_pattern test_pattern,
test_pattern      216 drivers/gpu/drm/amd/display/dc/inc/hw/timing_generator.h 		enum controller_dp_test_pattern test_pattern,
test_pattern       71 drivers/gpu/drm/amd/display/dc/inc/link_hwss.h 	enum dp_test_pattern test_pattern,
test_pattern     4550 drivers/gpu/drm/i915/display/intel_dp.c 	u8 test_pattern;
test_pattern     4557 drivers/gpu/drm/i915/display/intel_dp.c 				   &test_pattern);
test_pattern     4562 drivers/gpu/drm/i915/display/intel_dp.c 	if (test_pattern != DP_COLOR_RAMP)
test_pattern     4600 drivers/gpu/drm/i915/display/intel_dp.c 	intel_dp->compliance.test_data.video_pattern = test_pattern;
test_pattern      488 drivers/media/i2c/imx274.c 	struct v4l2_ctrl *test_pattern;
test_pattern     1282 drivers/media/i2c/imx274.c 	priv->ctrls.test_pattern->val = TEST_PATTERN_DISABLED;
test_pattern     1898 drivers/media/i2c/imx274.c 	imx274->ctrls.test_pattern = v4l2_ctrl_new_std_menu_items(
test_pattern      215 drivers/media/i2c/mt9v032.c 		struct v4l2_ctrl *test_pattern;
test_pattern      684 drivers/media/i2c/mt9v032.c 		switch (mt9v032->test_pattern->val) {
test_pattern     1096 drivers/media/i2c/mt9v032.c 	mt9v032->test_pattern = v4l2_ctrl_new_std_menu_items(&mt9v032->ctrls,
test_pattern     1110 drivers/media/i2c/mt9v032.c 	v4l2_ctrl_cluster(2, &mt9v032->test_pattern);
test_pattern       99 drivers/media/i2c/ov2680.c 	struct v4l2_ctrl *test_pattern;
test_pattern      945 drivers/media/i2c/ov2680.c 	ctrls->test_pattern = v4l2_ctrl_new_std_menu_items(hdl,
test_pattern       97 drivers/media/i2c/ov2685.c 	struct v4l2_ctrl	*test_pattern;
test_pattern      660 drivers/media/i2c/ov2685.c 	ov2685->test_pattern = v4l2_ctrl_new_std_menu_items(handler,
test_pattern      214 drivers/media/i2c/ov5640.c 	struct v4l2_ctrl *test_pattern;
test_pattern     2692 drivers/media/i2c/ov5640.c 	ctrls->test_pattern =
test_pattern      109 drivers/media/i2c/ov5695.c 	struct v4l2_ctrl	*test_pattern;
test_pattern     1220 drivers/media/i2c/ov5695.c 	ov5695->test_pattern = v4l2_ctrl_new_std_menu_items(handler,
test_pattern      696 drivers/media/platform/exynos4-is/fimc-is-param.c 	if (is->sensor->test_pattern)
test_pattern       47 drivers/media/platform/exynos4-is/fimc-is-sensor.h 	u8 test_pattern;
test_pattern      164 drivers/media/platform/exynos4-is/fimc-isp.h 	struct v4l2_ctrl		*test_pattern;
test_pattern      156 drivers/media/platform/exynos4-is/fimc-lite.c 	flite_hw_set_test_pattern(fimc, fimc->test_pattern->val);
test_pattern      238 drivers/media/platform/exynos4-is/fimc-lite.c 	flite_hw_set_test_pattern(fimc, fimc->test_pattern->val);
test_pattern     1413 drivers/media/platform/exynos4-is/fimc-lite.c 	fimc->test_pattern = v4l2_ctrl_new_custom(handler, &fimc_lite_ctrl,
test_pattern      152 drivers/media/platform/exynos4-is/fimc-lite.h 	struct v4l2_ctrl	*test_pattern;
test_pattern       77 drivers/media/platform/s3c-camif/camif-capture.c 	camif_hw_set_test_pattern(camif, camif->test_pattern);
test_pattern      363 drivers/media/platform/s3c-camif/camif-capture.c 		camif_hw_set_test_pattern(camif, camif->test_pattern);
test_pattern     1517 drivers/media/platform/s3c-camif/camif-capture.c 		camif->test_pattern = camif->ctrl_test_pattern->val;
test_pattern      283 drivers/media/platform/s3c-camif/camif-core.h 	u8				test_pattern;
test_pattern      216 drivers/media/platform/vivid/vivid-core.h 	struct v4l2_ctrl		*test_pattern;
test_pattern     1540 drivers/media/platform/vivid/vivid-ctrls.c 		dev->test_pattern = v4l2_ctrl_new_custom(hdl_vid_cap,
test_pattern      165 drivers/mmc/core/sd_ops.c 	static const u8 test_pattern = 0xAA;
test_pattern      174 drivers/mmc/core/sd_ops.c 	cmd.arg = ((ocr & 0xFF8000) != 0) << 8 | test_pattern;
test_pattern      186 drivers/mmc/core/sd_ops.c 	if (result_pattern != test_pattern)
test_pattern     5741 drivers/net/ethernet/broadcom/bnx2.c 	static const u32 test_pattern[] = { 0x00000000, 0xffffffff, 0x55555555,
test_pattern     5745 drivers/net/ethernet/broadcom/bnx2.c 	for (i = 0; i < sizeof(test_pattern) / 4; i++) {
test_pattern     5750 drivers/net/ethernet/broadcom/bnx2.c 			bnx2_reg_wr_ind(bp, start + offset, test_pattern[i]);
test_pattern     5753 drivers/net/ethernet/broadcom/bnx2.c 				test_pattern[i]) {
test_pattern     13316 drivers/net/ethernet/broadcom/tg3.c 	static const u32 test_pattern[] = { 0x00000000, 0xffffffff, 0xaa55a55a };
test_pattern     13320 drivers/net/ethernet/broadcom/tg3.c 	for (i = 0; i < ARRAY_SIZE(test_pattern); i++) {
test_pattern     13324 drivers/net/ethernet/broadcom/tg3.c 			tg3_write_mem(tp, offset + j, test_pattern[i]);
test_pattern     13326 drivers/net/ethernet/broadcom/tg3.c 			if (val != test_pattern[i])
test_pattern     1419 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	static const u32 test_pattern[] = {
test_pattern     1426 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	for (pat = 0; pat < ARRAY_SIZE(test_pattern); pat++) {
test_pattern     1428 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		ixgbe_write_reg(&adapter->hw, reg, test_pattern[pat] & write);
test_pattern     1430 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 		if (val != (test_pattern[pat] & write & mask)) {
test_pattern     1432 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 			      reg, val, (test_pattern[pat] & write & mask));
test_pattern     1975 drivers/usb/serial/mos7840.c 	__u16 test_pattern = 0x55AA;
test_pattern     1993 drivers/usb/serial/mos7840.c 			(0x0300 | (((test_pattern >> i) & 0x0001) << 1)),
test_pattern     2005 drivers/usb/serial/mos7840.c 		if (((test_pattern >> i) ^ (~data >> 1)) & 0x0001)
test_pattern      342 drivers/usb/storage/shuttle_usbat.c 				      unsigned char test_pattern,
test_pattern      370 drivers/usb/storage/shuttle_usbat.c 	command[4] = test_pattern;