Home
last modified time | relevance | path

Searched refs:transaction_complete (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/
Daux_engine.c114 bool transaction_complete; member
146 ctx->transaction_complete = true; in process_read_reply()
259 ctx.transaction_complete = false; in read_command()
292 if (ctx.operation_succeeded && !ctx.transaction_complete) in read_command()
295 } while (ctx.operation_succeeded && !ctx.transaction_complete); in read_command()
329 bool transaction_complete; member
362 ctx->transaction_complete = true; in process_write_reply()
473 ctx.transaction_complete = false; in write_command()
508 if (ctx.operation_succeeded && !ctx.transaction_complete) in write_command()
511 } while (ctx.operation_succeeded && !ctx.transaction_complete); in write_command()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_aux.c445 ctx->transaction_complete = true; in process_read_reply()
557 ctx.transaction_complete = false; in read_command()
590 if (ctx.operation_succeeded && !ctx.transaction_complete) in read_command()
593 } while (ctx.operation_succeeded && !ctx.transaction_complete); in read_command()
635 ctx->transaction_complete = true; in process_write_reply()
745 ctx.transaction_complete = false; in write_command()
780 if (ctx.operation_succeeded && !ctx.transaction_complete) in write_command()
783 } while (ctx.operation_succeeded && !ctx.transaction_complete); in write_command()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Daux_engine.h112 bool transaction_complete; member
137 bool transaction_complete; member