Home
last modified time | relevance | path

Searched refs:post_seq_start (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_common.h530 int (*post_seq_start) (struct s5p_mfc_ctx *ctx); member
H A Ds5p_mfc.c511 if (ctx->c_ops->post_seq_start) { in s5p_mfc_handle_seq_done()
512 if (ctx->c_ops->post_seq_start(ctx)) in s5p_mfc_handle_seq_done()
513 mfc_err("post_seq_start() failed\n"); in s5p_mfc_handle_seq_done()
H A Ds5p_mfc_dec.c245 .post_seq_start = NULL,
H A Ds5p_mfc_enc.c1307 .post_seq_start = enc_post_seq_start,
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h534 int (*post_seq_start) (struct s5p_mfc_ctx *ctx); member
H A Ds5p_mfc.c525 if (ctx->c_ops->post_seq_start) { in s5p_mfc_handle_seq_done()
526 if (ctx->c_ops->post_seq_start(ctx)) in s5p_mfc_handle_seq_done()
527 mfc_err("post_seq_start() failed\n"); in s5p_mfc_handle_seq_done()
H A Ds5p_mfc_dec.c278 .post_seq_start = NULL,
H A Ds5p_mfc_enc.c1307 .post_seq_start = enc_post_seq_start,

Completed in 17 milliseconds