Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_cmd_v5.c43 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_sys_init_cmd_v5() local
45 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_sys_init_cmd_v5()
46 h2r_args.arg[0] = dev->fw_buf.size; in s5p_mfc_sys_init_cmd_v5()
48 &h2r_args); in s5p_mfc_sys_init_cmd_v5()
54 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_sleep_cmd_v5() local
56 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_sleep_cmd_v5()
57 return s5p_mfc_cmd_host2risc_v5(dev, S5P_FIMV_H2R_CMD_SLEEP, &h2r_args); in s5p_mfc_sleep_cmd_v5()
63 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_wakeup_cmd_v5() local
65 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_wakeup_cmd_v5()
67 &h2r_args); in s5p_mfc_wakeup_cmd_v5()
[all …]
Ds5p_mfc_cmd_v6.c34 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_sys_init_cmd_v6() local
45 &h2r_args); in s5p_mfc_sys_init_cmd_v6()
50 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_sleep_cmd_v6() local
52 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_sleep_cmd_v6()
54 &h2r_args); in s5p_mfc_sleep_cmd_v6()
59 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_wakeup_cmd_v6() local
61 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_wakeup_cmd_v6()
63 &h2r_args); in s5p_mfc_wakeup_cmd_v6()
70 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_open_inst_cmd_v6() local
133 &h2r_args); in s5p_mfc_open_inst_cmd_v6()
[all …]