Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_common.h533 int (*post_frame_start) (struct s5p_mfc_ctx *ctx); member
H A Ds5p_mfc.c664 if (ctx->c_ops->post_frame_start) { in s5p_mfc_irq()
665 if (ctx->c_ops->post_frame_start(ctx)) in s5p_mfc_irq()
666 mfc_err("post_frame_start() failed\n"); in s5p_mfc_irq()
H A Ds5p_mfc_dec.c247 .post_frame_start = NULL,
H A Ds5p_mfc_enc.c1309 .post_frame_start = enc_post_frame_start,
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h537 int (*post_frame_start) (struct s5p_mfc_ctx *ctx); member
H A Ds5p_mfc.c679 if (ctx->c_ops->post_frame_start) { in s5p_mfc_irq()
680 if (ctx->c_ops->post_frame_start(ctx)) in s5p_mfc_irq()
681 mfc_err("post_frame_start() failed\n"); in s5p_mfc_irq()
H A Ds5p_mfc_dec.c280 .post_frame_start = NULL,
H A Ds5p_mfc_enc.c1309 .post_frame_start = enc_post_frame_start,

Completed in 16 milliseconds