Searched refs:open_inst_cmd (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/media/platform/s5p-mfc/ |
A D | s5p_mfc_cmd.h | 26 int (*open_inst_cmd)(struct s5p_mfc_ctx *ctx); member
|
A D | s5p_mfc_cmd_v6.c | 162 .open_inst_cmd = s5p_mfc_open_inst_cmd_v6,
|
A D | s5p_mfc_cmd_v5.c | 156 .open_inst_cmd = s5p_mfc_open_inst_cmd_v5,
|
A D | s5p_mfc_opr_v5.c | 1362 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v5() 1398 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v5()
|
A D | s5p_mfc_opr_v6.c | 2007 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v6() 2045 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v6()
|
Completed in 11 milliseconds