operation_result   87 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c 	enum aux_channel_operation_result operation_result;
operation_result  102 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c 				      &operation_result);
operation_result  108 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c 		switch (operation_result) {
operation_result  597 drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c 		enum aux_channel_operation_result *operation_result)
operation_result  599 drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c 	return dce_aux_transfer_raw(ddc, payload, operation_result);
operation_result  453 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 		enum aux_channel_operation_result *operation_result)
operation_result  483 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 	*operation_result = get_channel_status(aux_engine, &returned_bytes);
operation_result  485 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 	if (*operation_result == AUX_CHANNEL_OPERATION_SUCCEEDED) {
operation_result  514 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 	enum aux_channel_operation_result operation_result;
operation_result  527 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 		ret = dce_aux_transfer_raw(ddc, payload, &operation_result);
operation_result  528 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c 		switch (operation_result) {
operation_result  138 drivers/gpu/drm/amd/display/dc/dce/dce_aux.h 		enum aux_channel_operation_result *operation_result);
operation_result  518 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c 	enum i2c_channel_operation_result operation_result;
operation_result  560 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c 	operation_result = dce_i2c_hw_engine_wait_on_operation_result(
operation_result  567 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c 	if (operation_result == I2C_CHANNEL_OPERATION_SUCCEEDED)
operation_result  100 drivers/gpu/drm/amd/display/dc/inc/dc_link_ddc.h 		enum aux_channel_operation_result *operation_result);