h2r_args           43 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	struct s5p_mfc_cmd_args h2r_args;
h2r_args           45 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args));
h2r_args           46 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	h2r_args.arg[0] = dev->fw_buf.size;
h2r_args           48 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 			&h2r_args);
h2r_args           54 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	struct s5p_mfc_cmd_args h2r_args;
h2r_args           56 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args));
h2r_args           57 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	return s5p_mfc_cmd_host2risc_v5(dev, S5P_FIMV_H2R_CMD_SLEEP, &h2r_args);
h2r_args           63 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	struct s5p_mfc_cmd_args h2r_args;
h2r_args           65 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args));
h2r_args           67 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 			&h2r_args);
h2r_args           74 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	struct s5p_mfc_cmd_args h2r_args;
h2r_args           80 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args));
h2r_args           83 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 		h2r_args.arg[0] = S5P_FIMV_CODEC_H264_DEC;
h2r_args           86 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 		h2r_args.arg[0] = S5P_FIMV_CODEC_VC1_DEC;
h2r_args           89 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 		h2r_args.arg[0] = S5P_FIMV_CODEC_MPEG4_DEC;
h2r_args           92 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 		h2r_args.arg[0] = S5P_FIMV_CODEC_MPEG2_DEC;
h2r_args           95 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 		h2r_args.arg[0] = S5P_FIMV_CODEC_H263_DEC;
h2r_args           98 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 		h2r_args.arg[0] = S5P_FIMV_CODEC_VC1RCV_DEC;
h2r_args          101 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 		h2r_args.arg[0] = S5P_FIMV_CODEC_H264_ENC;
h2r_args          104 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 		h2r_args.arg[0] = S5P_FIMV_CODEC_MPEG4_ENC;
h2r_args          107 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 		h2r_args.arg[0] = S5P_FIMV_CODEC_H263_ENC;
h2r_args          110 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 		h2r_args.arg[0] = S5P_FIMV_CODEC_NONE;
h2r_args          112 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	h2r_args.arg[1] = 0; /* no crc & no pixelcache */
h2r_args          113 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	h2r_args.arg[2] = ctx->ctx.ofs;
h2r_args          114 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	h2r_args.arg[3] = ctx->ctx.size;
h2r_args          116 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 								&h2r_args);
h2r_args          127 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	struct s5p_mfc_cmd_args h2r_args;
h2r_args          138 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args));
h2r_args          139 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 	h2r_args.arg[0] = ctx->inst_no;
h2r_args          141 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v5.c 								&h2r_args);
h2r_args           34 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 	struct s5p_mfc_cmd_args h2r_args;
h2r_args           45 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 					&h2r_args);
h2r_args           50 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 	struct s5p_mfc_cmd_args h2r_args;
h2r_args           52 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 	memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args));
h2r_args           54 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 			&h2r_args);
h2r_args           59 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 	struct s5p_mfc_cmd_args h2r_args;
h2r_args           61 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 	memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args));
h2r_args           63 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 					&h2r_args);
h2r_args           70 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 	struct s5p_mfc_cmd_args h2r_args;
h2r_args          133 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 					&h2r_args);
h2r_args          140 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 	struct s5p_mfc_cmd_args h2r_args;
h2r_args          148 drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c 					&h2r_args);