Searched refs:s5p_mfc_hw_call (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 209 if (s5p_mfc_hw_call(dev->mfc_ops, get_pic_type_top, ctx) == in s5p_mfc_handle_frame_all_extracted() 210 s5p_mfc_hw_call(dev->mfc_ops, get_pic_type_bot, ctx)) in s5p_mfc_handle_frame_all_extracted() 228 frame_type = s5p_mfc_hw_call(dev->mfc_ops, get_dec_frame_type, dev); in s5p_mfc_handle_frame_copy_time() 231 dec_y_addr = s5p_mfc_hw_call(dev->mfc_ops, get_dec_y_adr, dev); in s5p_mfc_handle_frame_copy_time() 278 dspl_y_addr = s5p_mfc_hw_call(dev->mfc_ops, get_dspl_y_adr, dev); in s5p_mfc_handle_frame_new() 280 frame_type = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new() 283 frame_type = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new() 302 if (s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new() 304 s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new() 334 dst_frame_status = s5p_mfc_hw_call(dev->mfc_ops, get_dspl_status, dev) in s5p_mfc_handle_frame() [all …]
|
D | s5p_mfc_ctrl.c | 279 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() 455 ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_instance_buffer, ctx); in s5p_mfc_open_mfc_inst() 462 ret = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_open_mfc_inst()
|
D | s5p_mfc_cmd_v6.c | 41 s5p_mfc_hw_call(dev->mfc_ops, alloc_dev_context_buffer, dev); in s5p_mfc_sys_init_cmd_v6()
|
D | s5p_mfc_enc.c | 800 s5p_mfc_hw_call(dev->mfc_ops, get_enc_strm_size, in enc_post_seq_start() 813 enc_pb_count = s5p_mfc_hw_call(dev->mfc_ops, in enc_post_seq_start() 861 slice_type = s5p_mfc_hw_call(dev->mfc_ops, get_enc_slice_type, dev); in enc_post_frame_start() 862 strm_size = s5p_mfc_hw_call(dev->mfc_ops, get_enc_strm_size, dev); in enc_post_frame_start() 1163 ret = s5p_mfc_hw_call(ctx->dev->mfc_ops, in vidioc_reqbufs()
|
D | s5p_mfc_dec.c | 539 ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_codec_buffers, ctx); in reqbufs_capture() 780 left = s5p_mfc_hw_call(dev->mfc_ops, get_crop_info_h, ctx); in vidioc_g_crop() 783 top = s5p_mfc_hw_call(dev->mfc_ops, get_crop_info_v, ctx); in vidioc_g_crop()
|
D | s5p_mfc_opr_v5.c | 1404 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()
|
D | s5p_mfc_common.h | 696 #define s5p_mfc_hw_call(f, op, args...) \ macro
|
D | s5p_mfc_opr_v6.c | 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() 1795 ret = s5p_mfc_hw_call(dev->mfc_cmds, open_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()
|