Home
last modified time | relevance | path

Searched refs:mfc_cmds (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_ctrl.c279 ret = s5p_mfc_hw_call(dev->mfc_cmds, sys_init_cmd, dev); in s5p_mfc_init_hw()
334 ret = s5p_mfc_hw_call(dev->mfc_cmds, sleep_cmd, dev); in s5p_mfc_sleep()
369 ret = s5p_mfc_hw_call(dev->mfc_cmds, wakeup_cmd, dev); in s5p_mfc_v8_wait_wakeup()
387 ret = s5p_mfc_hw_call(dev->mfc_cmds, wakeup_cmd, dev); in s5p_mfc_wait_wakeup()
Ds5p_mfc_cmd.c28 dev->mfc_cmds = s5p_mfc_cmds; in s5p_mfc_init_hw_cmds()
Ds5p_mfc_opr_v6.c506 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_set_dec_frame_buffer_v6()
604 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_set_enc_ref_buffer_v6()
1379 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_init_decode_v6()
1394 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_set_flush()
1414 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_decode_one_frame_v6()
1418 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_decode_one_frame_v6()
1456 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_init_encode_v6()
1495 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_encode_one_frame_v6()
1757 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v6()
1761 ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd, in s5p_mfc_try_run_v6()
[all …]
Ds5p_mfc_opr_v5.c1404 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v5()
1408 ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd, in s5p_mfc_try_run_v5()
1440 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_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()
Ds5p_mfc_common.h337 struct s5p_mfc_hw_cmds *mfc_cmds; member