Searched defs:s5p_mfc_ctx (Results 1 - 1 of 1) sorted by last modified time

/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_common.h176 struct s5p_mfc_ctx;
327 struct s5p_mfc_ctx *ctx[MFC_NUM_CONTEXTS];
479 int (*pre_seq_start) (struct s5p_mfc_ctx *ctx);
480 int (*post_seq_start) (struct s5p_mfc_ctx *ctx);
482 int (*pre_frame_start) (struct s5p_mfc_ctx *ctx);
483 int (*post_frame_start) (struct s5p_mfc_ctx *ctx);
491 * struct s5p_mfc_ctx - This struct contains the instance context
565 struct s5p_mfc_ctx { struct
707 #define fh_to_ctx(__fh) container_of(__fh, struct s5p_mfc_ctx, fh)
709 container_of((__ctrl)->handler, struct s5p_mfc_ctx, ctrl_handle
[all...]

Completed in 177 milliseconds