this_p            216 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 		u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane);
this_p            221 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 			  pre_emph_names[this_p >> DP_TRAIN_PRE_EMPHASIS_SHIFT]);
this_p            225 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 		if (this_p > p)
this_p            226 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 			p = this_p;
this_p           1315 drivers/gpu/drm/gma500/cdv_intel_dp.c 		uint8_t this_p = cdv_intel_get_adjust_request_pre_emphasis(intel_dp->link_status, lane);
this_p           1319 drivers/gpu/drm/gma500/cdv_intel_dp.c 		if (this_p > p)
this_p           1320 drivers/gpu/drm/gma500/cdv_intel_dp.c 			p = this_p;
this_p             49 drivers/gpu/drm/i915/display/intel_dp_link_training.c 		u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane);
this_p             53 drivers/gpu/drm/i915/display/intel_dp_link_training.c 		if (this_p > p)
this_p             54 drivers/gpu/drm/i915/display/intel_dp_link_training.c 			p = this_p;
this_p            266 drivers/gpu/drm/radeon/atombios_dp.c 		u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane);
this_p            271 drivers/gpu/drm/radeon/atombios_dp.c 			  pre_emph_names[this_p >> DP_TRAIN_PRE_EMPHASIS_SHIFT]);
this_p            275 drivers/gpu/drm/radeon/atombios_dp.c 		if (this_p > p)
this_p            276 drivers/gpu/drm/radeon/atombios_dp.c 			p = this_p;