HomeSort by: relevance | last modified time | path
    Searched refs:operation_result (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dc_link_ddc.h 105 enum aux_channel_operation_result *operation_result);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_aux.c 555 enum aux_channel_operation_result *operation_result)
570 *operation_result = AUX_CHANNEL_OPERATION_FAILED_ENGINE_ACQUIRE;
587 *operation_result = get_channel_status(aux_engine, &returned_bytes);
589 if (*operation_result == AUX_CHANNEL_OPERATION_SUCCEEDED) {
618 enum aux_channel_operation_result operation_result; local in function:dce_aux_transfer_with_retries
633 ret = dce_aux_transfer_raw(ddc, payload, &operation_result);
634 switch (operation_result) {
amdgpu_dce_i2c_hw.c 503 enum i2c_channel_operation_result operation_result; local in function:dce_i2c_hw_engine_submit_payload
545 operation_result = dce_i2c_hw_engine_wait_on_operation_result(
552 if (operation_result == I2C_CHANNEL_OPERATION_SUCCEEDED)
dce_aux.h 308 enum aux_channel_operation_result *operation_result);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_ddc.c 633 * *operation_result. Returns the number of bytes transferred,
638 enum aux_channel_operation_result *operation_result)
640 return dce_aux_transfer_raw(ddc, payload, operation_result);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_mst_types.c 101 enum aux_channel_operation_result operation_result; local in function:dm_dp_aux_transfer
116 &operation_result);
122 switch (operation_result) {

Completed in 14 milliseconds