Home
last modified time | relevance | path

Searched refs:h2r_args (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_cmd_v5.c47 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_sys_init_cmd_v5() local
49 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_sys_init_cmd_v5()
50 h2r_args.arg[0] = dev->fw_buf.size; in s5p_mfc_sys_init_cmd_v5()
52 &h2r_args); in s5p_mfc_sys_init_cmd_v5()
58 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_sleep_cmd_v5() local
60 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_sleep_cmd_v5()
61 return s5p_mfc_cmd_host2risc_v5(dev, S5P_FIMV_H2R_CMD_SLEEP, &h2r_args); in s5p_mfc_sleep_cmd_v5()
67 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_wakeup_cmd_v5() local
69 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_wakeup_cmd_v5()
71 &h2r_args); in s5p_mfc_wakeup_cmd_v5()
[all …]
Ds5p_mfc_cmd_v6.c38 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_sys_init_cmd_v6() local
49 &h2r_args); in s5p_mfc_sys_init_cmd_v6()
54 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_sleep_cmd_v6() local
56 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_sleep_cmd_v6()
58 &h2r_args); in s5p_mfc_sleep_cmd_v6()
63 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_wakeup_cmd_v6() local
65 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_wakeup_cmd_v6()
67 &h2r_args); in s5p_mfc_wakeup_cmd_v6()
74 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_open_inst_cmd_v6() local
137 &h2r_args); in s5p_mfc_open_inst_cmd_v6()
[all …]