Home
last modified time | relevance | path

Searched refs:h2r_args (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A 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()
74 struct s5p_mfc_cmd_args h2r_args; s5p_mfc_open_inst_cmd_v5() local
127 struct s5p_mfc_cmd_args h2r_args; s5p_mfc_close_inst_cmd_v5() local
[all...]
H A 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()
140 struct s5p_mfc_cmd_args h2r_args; s5p_mfc_close_inst_cmd_v6() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A 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()
74 struct s5p_mfc_cmd_args h2r_args; s5p_mfc_open_inst_cmd_v5() local
127 struct s5p_mfc_cmd_args h2r_args; s5p_mfc_close_inst_cmd_v5() local
[all...]
H A 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()
140 struct s5p_mfc_cmd_args h2r_args; s5p_mfc_close_inst_cmd_v6() local
[all...]

Completed in 2 milliseconds