Home
last modified time | relevance | path

Searched refs:operation_succeeded (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/i2caux/
H A Daux_engine.c115 bool operation_succeeded; member
147 ctx->operation_succeeded = true; in process_read_reply()
152 ctx->operation_succeeded = false; in process_read_reply()
174 ctx->operation_succeeded = false; in process_read_reply()
260 ctx.operation_succeeded = true; in read_command()
302 ctx.operation_succeeded); in read_command()
305 return ctx.operation_succeeded; in read_command()
330 bool operation_succeeded; member
474 ctx.operation_succeeded = true; in write_command()
518 ctx.operation_succeeded); in write_command()
[all …]
H A Di2c_sw_engine.c377 bool operation_succeeded = false; in dal_i2c_sw_engine_submit_request() local
415 operation_succeeded = true; in dal_i2c_sw_engine_submit_request()
437 return operation_succeeded; in dal_i2c_sw_engine_submit_request()
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_aux.c449 ctx->operation_succeeded = true; in process_read_reply()
454 ctx->operation_succeeded = false; in process_read_reply()
476 ctx->operation_succeeded = false; in process_read_reply()
480 ctx->operation_succeeded = false; in process_read_reply()
561 ctx.operation_succeeded = true; in read_command()
603 ctx.operation_succeeded); in read_command()
606 return ctx.operation_succeeded; in read_command()
617 ctx->operation_succeeded = true; in process_write_reply()
749 ctx.operation_succeeded = true; in write_command()
793 ctx.operation_succeeded); in write_command()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Daux_engine.h113 bool operation_succeeded; member
138 bool operation_succeeded; member