s5p_mfc_ctx        49 drivers/media/platform/s5p-mfc/s5p_mfc.c void clear_work_bit(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        59 drivers/media/platform/s5p-mfc/s5p_mfc.c void set_work_bit(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        69 drivers/media/platform/s5p-mfc/s5p_mfc.c void clear_work_bit_irqsave(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        80 drivers/media/platform/s5p-mfc/s5p_mfc.c void set_work_bit_irqsave(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       111 drivers/media/platform/s5p-mfc/s5p_mfc.c static void wake_up_ctx(struct s5p_mfc_ctx *ctx, unsigned int reason,
s5p_mfc_ctx       167 drivers/media/platform/s5p-mfc/s5p_mfc.c 	struct s5p_mfc_ctx *ctx;
s5p_mfc_ctx       219 drivers/media/platform/s5p-mfc/s5p_mfc.c static void s5p_mfc_handle_frame_all_extracted(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       250 drivers/media/platform/s5p-mfc/s5p_mfc.c static void s5p_mfc_handle_frame_copy_time(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       302 drivers/media/platform/s5p-mfc/s5p_mfc.c static void s5p_mfc_handle_frame_new(struct s5p_mfc_ctx *ctx, unsigned int err)
s5p_mfc_ctx       359 drivers/media/platform/s5p-mfc/s5p_mfc.c static void s5p_mfc_handle_frame(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       466 drivers/media/platform/s5p-mfc/s5p_mfc.c 		struct s5p_mfc_ctx *ctx, unsigned int reason, unsigned int err)
s5p_mfc_ctx       503 drivers/media/platform/s5p-mfc/s5p_mfc.c static void s5p_mfc_handle_seq_done(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       559 drivers/media/platform/s5p-mfc/s5p_mfc.c static void s5p_mfc_handle_init_buffers(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       602 drivers/media/platform/s5p-mfc/s5p_mfc.c static void s5p_mfc_handle_stream_complete(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       633 drivers/media/platform/s5p-mfc/s5p_mfc.c 	struct s5p_mfc_ctx *ctx;
s5p_mfc_ctx       755 drivers/media/platform/s5p-mfc/s5p_mfc.c 	struct s5p_mfc_ctx *ctx = NULL;
s5p_mfc_ctx       937 drivers/media/platform/s5p-mfc/s5p_mfc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(file->private_data);
s5p_mfc_ctx       994 drivers/media/platform/s5p-mfc/s5p_mfc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(file->private_data);
s5p_mfc_ctx      1045 drivers/media/platform/s5p-mfc/s5p_mfc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(file->private_data);
s5p_mfc_ctx      1421 drivers/media/platform/s5p-mfc/s5p_mfc.c 	struct s5p_mfc_ctx *ctx;
s5p_mfc_ctx        26 drivers/media/platform/s5p-mfc/s5p_mfc_cmd.h 	int (*open_inst_cmd)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx        27 drivers/media/platform/s5p-mfc/s5p_mfc_cmd.h 	int (*close_inst_cmd)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx        71 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c static int s5p_mfc_open_inst_cmd_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       124 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c static int s5p_mfc_close_inst_cmd_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        67 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c static int s5p_mfc_open_inst_cmd_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       137 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c static int s5p_mfc_close_inst_cmd_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       172 drivers/media/platform/s5p-mfc/s5p_mfc_common.h struct s5p_mfc_ctx;
s5p_mfc_ctx       326 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	struct s5p_mfc_ctx *ctx[MFC_NUM_CONTEXTS];
s5p_mfc_ctx       529 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	int (*pre_seq_start) (struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       530 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	int (*post_seq_start) (struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       532 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	int (*pre_frame_start) (struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       533 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	int (*post_frame_start) (struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       750 drivers/media/platform/s5p-mfc/s5p_mfc_common.h #define fh_to_ctx(__fh) container_of(__fh, struct s5p_mfc_ctx, fh)
s5p_mfc_ctx       752 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	container_of((__ctrl)->handler, struct s5p_mfc_ctx, ctrl_handler)
s5p_mfc_ctx       754 drivers/media/platform/s5p-mfc/s5p_mfc_common.h void clear_work_bit(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       755 drivers/media/platform/s5p-mfc/s5p_mfc_common.h void set_work_bit(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       756 drivers/media/platform/s5p-mfc/s5p_mfc_common.h void clear_work_bit_irqsave(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       757 drivers/media/platform/s5p-mfc/s5p_mfc_common.h void set_work_bit_irqsave(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       423 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c int s5p_mfc_open_mfc_inst(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       464 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c void s5p_mfc_close_mfc_inst(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        26 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h int s5p_mfc_open_mfc_inst(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx        27 drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.h void s5p_mfc_close_mfc_inst(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       212 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c static int s5p_mfc_ctx_ready(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       303 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx       395 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx       444 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c static int reqbufs_output(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       492 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c static int reqbufs_capture(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       551 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx       572 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx       600 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx       619 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx       648 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx       661 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx       677 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx       689 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl);
s5p_mfc_ctx       713 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl);
s5p_mfc_ctx       752 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx       807 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx       888 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(vq->drv_priv);
s5p_mfc_ctx       946 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(vq->drv_priv);
s5p_mfc_ctx       996 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(q->drv_priv);
s5p_mfc_ctx      1013 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(q->drv_priv);
s5p_mfc_ctx      1058 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(vq->drv_priv);
s5p_mfc_ctx      1115 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c int s5p_mfc_dec_ctrls_setup(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1159 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c void s5p_mfc_dec_ctrls_delete(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1168 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c void s5p_mfc_dec_init(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        16 drivers/media/platform/s5p-mfc/s5p_mfc_dec.h int s5p_mfc_dec_ctrls_setup(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx        17 drivers/media/platform/s5p-mfc/s5p_mfc_dec.h void s5p_mfc_dec_ctrls_delete(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx        18 drivers/media/platform/s5p-mfc/s5p_mfc_dec.h void s5p_mfc_dec_init(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx      1088 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c static int s5p_mfc_ctx_ready(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1108 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c static void cleanup_ref_queue(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1127 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c static int enc_pre_seq_start(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1142 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c static int enc_post_seq_start(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1184 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c static int enc_pre_frame_start(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1207 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c static int enc_post_frame_start(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1348 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx      1424 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx      1477 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx      1556 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx      1590 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx      1614 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx      1639 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx      1652 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx      1665 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx      1757 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c static void __enc_update_hevc_qp_ctrls_range(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx      1791 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl);
s5p_mfc_ctx      2201 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl);
s5p_mfc_ctx      2237 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx      2254 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx      2271 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(priv);
s5p_mfc_ctx      2371 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(vq->drv_priv);
s5p_mfc_ctx      2422 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(vq->drv_priv);
s5p_mfc_ctx      2456 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(vq->drv_priv);
s5p_mfc_ctx      2491 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(q->drv_priv);
s5p_mfc_ctx      2522 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(q->drv_priv);
s5p_mfc_ctx      2551 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 	struct s5p_mfc_ctx *ctx = fh_to_ctx(vq->drv_priv);
s5p_mfc_ctx      2613 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c int s5p_mfc_enc_ctrls_setup(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      2674 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c void s5p_mfc_enc_ctrls_delete(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      2683 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c void s5p_mfc_enc_init(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        16 drivers/media/platform/s5p-mfc/s5p_mfc_enc.h int s5p_mfc_enc_ctrls_setup(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx        17 drivers/media/platform/s5p-mfc/s5p_mfc_enc.h void s5p_mfc_enc_ctrls_delete(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx        18 drivers/media/platform/s5p-mfc/s5p_mfc_enc.h void s5p_mfc_enc_init(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx        51 drivers/media/platform/s5p-mfc/s5p_mfc_intr.c int s5p_mfc_wait_for_done_ctx(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx        82 drivers/media/platform/s5p-mfc/s5p_mfc_intr.c void s5p_mfc_clean_ctx_int_flags(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        17 drivers/media/platform/s5p-mfc/s5p_mfc_intr.h int s5p_mfc_wait_for_done_ctx(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx        20 drivers/media/platform/s5p-mfc/s5p_mfc_intr.h void s5p_mfc_clean_ctx_int_flags(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       283 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	int (*alloc_dec_temp_buffers)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       284 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	void (*release_dec_desc_buffer)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       285 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	int (*alloc_codec_buffers)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       286 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	void (*release_codec_buffers)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       287 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	int (*alloc_instance_buffer)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       288 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	void (*release_instance_buffer)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       291 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	void (*dec_calc_dpb_size)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       292 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	void (*enc_calc_src_size)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       293 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	int (*set_enc_stream_buffer)(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       295 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	void (*set_enc_frame_buffer)(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       297 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	void (*get_enc_frame_buffer)(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       306 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	int (*get_disp_frame_type)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       319 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	unsigned int (*get_pic_type_top)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       320 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	unsigned int (*get_pic_type_bot)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       321 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	unsigned int (*get_crop_info_h)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx       322 drivers/media/platform/s5p-mfc/s5p_mfc_opr.h 	unsigned int (*get_crop_info_v)(struct s5p_mfc_ctx *ctx);
s5p_mfc_ctx        34 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_alloc_dec_temp_buffers_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        55 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_release_dec_desc_buffer_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        61 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_alloc_codec_buffers_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       193 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_release_codec_buffers_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       200 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_alloc_instance_buffer_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       242 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_release_instance_buffer_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       260 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_write_info_v5(struct s5p_mfc_ctx *ctx, unsigned int data,
s5p_mfc_ctx       267 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static unsigned int s5p_mfc_read_info_v5(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       274 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_dec_calc_dpb_size_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       316 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_enc_calc_src_size_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       345 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_set_dec_desc_buffer(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       355 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_set_shared_buffer(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       362 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_set_dec_stream_buffer_v5(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       376 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_set_dec_frame_buffer_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       508 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_set_enc_stream_buffer_v5(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       518 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_set_enc_frame_buffer_v5(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       527 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_get_enc_frame_buffer_v5(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       539 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_set_enc_ref_buffer_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       674 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_set_enc_params(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       757 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_set_enc_params_h264(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       914 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_set_enc_params_mpeg4(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       993 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_set_enc_params_h263(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1043 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_init_decode_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1064 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_set_flush(struct s5p_mfc_ctx *ctx, int flush)
s5p_mfc_ctx      1079 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_decode_one_frame_v5(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx      1108 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_init_encode_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1130 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_encode_one_frame_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1151 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_run_res_change(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1160 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_run_dec_frame(struct s5p_mfc_ctx *ctx, int last_frame)
s5p_mfc_ctx      1194 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_run_enc_frame(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1248 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_run_init_dec(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1266 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static void s5p_mfc_run_init_enc(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1282 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_run_init_dec_buffers(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1318 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 	struct s5p_mfc_ctx *ctx;
s5p_mfc_ctx      1462 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static int s5p_mfc_get_disp_frame_type_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1573 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static unsigned int s5p_mfc_get_pic_type_top_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1578 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static unsigned int s5p_mfc_get_pic_type_bot_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1583 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static unsigned int s5p_mfc_get_crop_info_h_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1588 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c static unsigned int s5p_mfc_get_crop_info_v_v5(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        46 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_alloc_dec_temp_buffers_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        54 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static void s5p_mfc_release_dec_desc_buffer_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx        60 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_alloc_codec_buffers_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       327 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static void s5p_mfc_release_codec_buffers_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       333 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_alloc_instance_buffer_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       388 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static void s5p_mfc_release_instance_buffer_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       436 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static void s5p_mfc_dec_calc_dpb_size_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       471 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static void s5p_mfc_enc_calc_src_size_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       490 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_set_dec_stream_buffer_v6(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       512 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_set_dec_frame_buffer_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       611 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_set_enc_stream_buffer_v6(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       626 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static void s5p_mfc_set_enc_frame_buffer_v6(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       639 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static void s5p_mfc_get_enc_frame_buffer_v6(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx       657 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_set_enc_ref_buffer_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       728 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_set_slice_mode(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       749 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_set_enc_params(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx       914 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_set_enc_params_h264(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1195 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_set_enc_params_mpeg4(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1277 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_set_enc_params_h263(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1347 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_set_enc_params_vp8(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1440 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_set_enc_params_hevc(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1597 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_init_decode_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1658 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static inline void s5p_mfc_set_flush(struct s5p_mfc_ctx *ctx, int flush)
s5p_mfc_ctx      1672 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_decode_one_frame_v6(struct s5p_mfc_ctx *ctx,
s5p_mfc_ctx      1702 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_init_encode_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1736 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_h264_set_aso_slice_order_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1754 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_encode_one_frame_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1782 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static inline void s5p_mfc_run_dec_last_frames(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1791 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static inline int s5p_mfc_run_dec_frame(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1830 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static inline int s5p_mfc_run_enc_frame(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1887 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static inline void s5p_mfc_run_init_dec(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1903 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static inline void s5p_mfc_run_init_enc(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1918 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static inline int s5p_mfc_run_init_dec_buffers(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1942 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static inline int s5p_mfc_run_init_enc_buffers(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      1959 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	struct s5p_mfc_ctx *ctx;
s5p_mfc_ctx      2087 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c s5p_mfc_read_info_v6(struct s5p_mfc_ctx *ctx, unsigned long ofs)
s5p_mfc_ctx      2124 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static int s5p_mfc_get_disp_frame_type_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      2202 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static unsigned int s5p_mfc_get_pic_type_top_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      2208 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static unsigned int s5p_mfc_get_pic_type_bot_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      2214 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static unsigned int s5p_mfc_get_crop_info_h_v6(struct s5p_mfc_ctx *ctx)
s5p_mfc_ctx      2220 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c static unsigned int s5p_mfc_get_crop_info_v_v6(struct s5p_mfc_ctx *ctx)