Home
last modified time | relevance | path

Searched refs:bytes_replied (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/dce110/
Daux_engine_dce110.c283 uint32_t bytes_replied; in read_channel_reply() local
287 &bytes_replied); in read_channel_reply()
294 if (!bytes_replied) in read_channel_reply()
310 --bytes_replied; in read_channel_reply()
313 if (bytes_replied > size) in read_channel_reply()
316 while (i < bytes_replied) { in read_channel_reply()
334 int bytes_replied; in process_channel_reply() local
338 bytes_replied = read_channel_reply(engine, reply->length, reply->data, in process_channel_reply()
347 if (bytes_replied < 0) { in process_channel_reply()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_aux.c255 uint32_t bytes_replied; in read_channel_reply() local
259 &bytes_replied); in read_channel_reply()
266 if (!bytes_replied) in read_channel_reply()
282 --bytes_replied; in read_channel_reply()
285 if (bytes_replied > size) in read_channel_reply()
288 while (i < bytes_replied) { in read_channel_reply()
306 int bytes_replied; in process_channel_reply() local
310 bytes_replied = read_channel_reply(engine, reply->length, reply->data, in process_channel_reply()
319 if (bytes_replied < 0) { in process_channel_reply()