Searched defs:h2r_args (Results 1 - 2 of 2) sorted by relevance

/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_cmd_v5.c47 struct s5p_mfc_cmd_args h2r_args; local
49 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args));
50 h2r_args.arg[0] = dev->fw_size;
52 &h2r_args);
58 struct s5p_mfc_cmd_args h2r_args; local
60 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args));
61 return s5p_mfc_cmd_host2risc_v5(dev, S5P_FIMV_H2R_CMD_SLEEP, &h2r_args);
67 struct s5p_mfc_cmd_args h2r_args; local
69 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args));
71 &h2r_args);
78 struct s5p_mfc_cmd_args h2r_args; local
131 struct s5p_mfc_cmd_args h2r_args; local
[all...]
H A Ds5p_mfc_cmd_v6.c38 struct s5p_mfc_cmd_args h2r_args; local
45 &h2r_args);
50 struct s5p_mfc_cmd_args h2r_args; local
52 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args));
54 &h2r_args);
59 struct s5p_mfc_cmd_args h2r_args; local
61 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args));
63 &h2r_args);
70 struct s5p_mfc_cmd_args h2r_args; local
124 &h2r_args);
131 struct s5p_mfc_cmd_args h2r_args; local
[all...]

Completed in 59 milliseconds