OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:operation_result
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
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)
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
) {
/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
Indexes created Mon Sep 22 13:09:51 GMT 2025