Searched refs:finish_run (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
H A D | coda.h | 200 void (*finish_run)(struct coda_ctx *ctx); member 278 * wakeup mutex used to serialize encoder stop command and finish_run, 279 * ensures that finish_run always either flags the last returned buffer
|
H A D | coda-jpeg.c | 1302 .finish_run = coda9_jpeg_finish_encode, 1507 .finish_run = coda9_jpeg_finish_decode,
|
H A D | coda-bit.c | 1754 .finish_run = coda_finish_encode, 2598 .finish_run = coda_finish_decode,
|
H A D | coda-common.c | 1126 * that decoder finish_run will see the last flag and report it in coda_encoder_cmd() 1560 ctx->ops->finish_run(ctx); in coda_pic_run_work()
|
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda.h | 209 void (*finish_run)(struct coda_ctx *ctx); member 289 * wakeup mutex used to serialize encoder stop command and finish_run, 290 * ensures that finish_run always either flags the last returned buffer
|
H A D | coda-jpeg.c | 1302 .finish_run = coda9_jpeg_finish_encode, 1502 .finish_run = coda9_jpeg_finish_decode,
|
H A D | coda-bit.c | 1756 .finish_run = coda_finish_encode, 2627 .finish_run = coda_finish_decode,
|
H A D | coda-common.c | 1137 * that decoder finish_run will see the last flag and report it in coda_encoder_cmd() 1553 ctx->ops->finish_run(ctx); in coda_pic_run_work()
|
Completed in 20 milliseconds