Searched refs:mfc_cmds (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/platform/samsung/s5p-mfc/ |
| A D | s5p_mfc_cmd.c | 18 dev->mfc_cmds = s5p_mfc_init_hw_cmds_v6(); in s5p_mfc_init_hw_cmds() 20 dev->mfc_cmds = s5p_mfc_init_hw_cmds_v5(); in s5p_mfc_init_hw_cmds()
|
| A D | s5p_mfc_ctrl.c | 257 ret = s5p_mfc_hw_call(dev->mfc_cmds, sys_init_cmd, dev); in s5p_mfc_init_hw() 312 ret = s5p_mfc_hw_call(dev->mfc_cmds, sleep_cmd, dev); in s5p_mfc_sleep() 347 ret = s5p_mfc_hw_call(dev->mfc_cmds, wakeup_cmd, dev); in s5p_mfc_v8_wait_wakeup() 365 ret = s5p_mfc_hw_call(dev->mfc_cmds, wakeup_cmd, dev); in s5p_mfc_wait_wakeup()
|
| A D | s5p_mfc_opr_v6.c | 707 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_set_dec_frame_buffer_v6() 833 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_set_enc_ref_buffer_v6() 1808 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_init_decode_v6() 1823 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_set_flush() 1843 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_decode_one_frame_v6() 1847 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_decode_one_frame_v6() 1890 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_init_encode_v6() 2180 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v6() 2184 ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd, in s5p_mfc_try_run_v6() 2218 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v6() [all …]
|
| A D | s5p_mfc_opr_v5.c | 1364 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v5() 1368 ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd, in s5p_mfc_try_run_v5() 1400 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v5() 1404 ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd, in s5p_mfc_try_run_v5()
|
| A D | s5p_mfc_common.h | 344 const struct s5p_mfc_hw_cmds *mfc_cmds; member
|
Completed in 17 milliseconds