other_encoder 113 drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c struct drm_encoder *other_encoder; other_encoder 119 drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c list_for_each_entry(other_encoder, &dev->mode_config.encoder_list, head) { other_encoder 120 drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c if (other_encoder == encoder) other_encoder 122 drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c other_amdgpu_encoder = to_amdgpu_encoder(other_encoder); other_encoder 125 drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c return other_encoder; other_encoder 132 drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c struct drm_encoder *other_encoder = amdgpu_get_external_encoder(encoder); other_encoder 134 drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c if (other_encoder) { other_encoder 135 drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c struct amdgpu_encoder *amdgpu_encoder = to_amdgpu_encoder(other_encoder); other_encoder 2872 drivers/gpu/drm/i915/display/intel_ddi.c struct intel_encoder *other_encoder; other_encoder 2879 drivers/gpu/drm/i915/display/intel_ddi.c for_each_intel_encoder(&dev_priv->drm, other_encoder) { other_encoder 2880 drivers/gpu/drm/i915/display/intel_ddi.c if (other_encoder == encoder) other_encoder 2883 drivers/gpu/drm/i915/display/intel_ddi.c if (WARN_ON(port_mask & BIT(other_encoder->port))) other_encoder 2559 drivers/gpu/drm/radeon/atombios_encoders.c struct drm_encoder *other_encoder; other_encoder 2562 drivers/gpu/drm/radeon/atombios_encoders.c list_for_each_entry(other_encoder, &dev->mode_config.encoder_list, head) { other_encoder 2563 drivers/gpu/drm/radeon/atombios_encoders.c other_radeon_encoder = to_radeon_encoder(other_encoder); other_encoder 2565 drivers/gpu/drm/radeon/atombios_encoders.c drm_helper_encoder_in_use(other_encoder)) other_encoder 287 drivers/gpu/drm/radeon/radeon_encoders.c struct drm_encoder *other_encoder; other_encoder 293 drivers/gpu/drm/radeon/radeon_encoders.c list_for_each_entry(other_encoder, &dev->mode_config.encoder_list, head) { other_encoder 294 drivers/gpu/drm/radeon/radeon_encoders.c if (other_encoder == encoder) other_encoder 296 drivers/gpu/drm/radeon/radeon_encoders.c other_radeon_encoder = to_radeon_encoder(other_encoder); other_encoder 299 drivers/gpu/drm/radeon/radeon_encoders.c return other_encoder; other_encoder 306 drivers/gpu/drm/radeon/radeon_encoders.c struct drm_encoder *other_encoder = radeon_get_external_encoder(encoder); other_encoder 308 drivers/gpu/drm/radeon/radeon_encoders.c if (other_encoder) { other_encoder 309 drivers/gpu/drm/radeon/radeon_encoders.c struct radeon_encoder *radeon_encoder = to_radeon_encoder(other_encoder);