Home
last modified time | relevance | path

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

/linux-4.4.14/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.c508 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_set_dec_frame_buffer_v6()
606 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_set_enc_ref_buffer_v6()
1381 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_init_decode_v6()
1396 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_set_flush()
1416 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_decode_one_frame_v6()
1420 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_decode_one_frame_v6()
1458 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_init_encode_v6()
1503 s5p_mfc_hw_call_void(dev->mfc_cmds, cmd_host2risc, dev, cmd, NULL); in s5p_mfc_encode_one_frame_v6()
1777 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v6()
1781 ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd, in s5p_mfc_try_run_v6()
[all …]
Ds5p_mfc_opr_v5.c1408 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v5()
1412 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, open_inst_cmd, in s5p_mfc_try_run_v5()
1448 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