Searched refs:s5p_mfc_cmd_args (Results 1 – 3 of 3) sorted by relevance
/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_cmd_v5.c | 21 struct s5p_mfc_cmd_args *args) in s5p_mfc_cmd_host2risc_v5() 47 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_sys_init_cmd_v5() 49 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_sys_init_cmd_v5() 58 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_sleep_cmd_v5() 60 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_sleep_cmd_v5() 67 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_wakeup_cmd_v5() 69 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_wakeup_cmd_v5() 78 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_open_inst_cmd_v5() 84 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_open_inst_cmd_v5() 131 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_close_inst_cmd_v5() [all …]
|
D | s5p_mfc_cmd_v6.c | 22 struct s5p_mfc_cmd_args *args) in s5p_mfc_cmd_host2risc_v6() 38 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_sys_init_cmd_v6() 54 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_sleep_cmd_v6() 56 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_sleep_cmd_v6() 63 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_wakeup_cmd_v6() 65 memset(&h2r_args, 0, sizeof(struct s5p_mfc_cmd_args)); in s5p_mfc_wakeup_cmd_v6() 74 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_open_inst_cmd_v6() 135 struct s5p_mfc_cmd_args h2r_args; in s5p_mfc_close_inst_cmd_v6()
|
D | s5p_mfc_cmd.h | 20 struct s5p_mfc_cmd_args { struct 26 struct s5p_mfc_cmd_args *args); argument
|