Searched refs:close_inst_cmd (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_cmd.h | 31 int (*close_inst_cmd)(struct s5p_mfc_ctx *ctx); member
|
D | s5p_mfc_cmd_v6.c | 154 .close_inst_cmd = s5p_mfc_close_inst_cmd_v6,
|
D | s5p_mfc_cmd_v5.c | 161 .close_inst_cmd = s5p_mfc_close_inst_cmd_v5,
|
D | s5p_mfc_opr_v5.c | 1408 ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd, in s5p_mfc_try_run_v5() 1444 ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd, in s5p_mfc_try_run_v5()
|
D | s5p_mfc_opr_v6.c | 1761 ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd, in s5p_mfc_try_run_v6() 1799 ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd, in s5p_mfc_try_run_v6()
|