Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_cmd.c18 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()
H A Ds5p_mfc_ctrl.c257 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()
H A Ds5p_mfc_opr_v6.c708 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_set_dec_frame_buffer_v6()
834 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_set_enc_ref_buffer_v6()
1809 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_init_decode_v6()
1824 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_set_flush()
1844 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_decode_one_frame_v6()
1848 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_decode_one_frame_v6()
1891 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, in s5p_mfc_init_encode_v6()
1936 s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, cmd, NULL); in s5p_mfc_encode_one_frame_v6()
2181 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd, in s5p_mfc_try_run_v6()
2185 ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cm in s5p_mfc_try_run_v6()
[all...]
H A Ds5p_mfc_opr_v5.c1364 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()
H A Ds5p_mfc_common.h297 * @mfc_cmds: cmd structure holding HW commands function pointers
345 const struct s5p_mfc_hw_cmds *mfc_cmds; member