Searched refs:mfc_ops (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/platform/s5p-mfc/ |
| A D | s5p_mfc.c | 311 frame_type = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new() 314 frame_type = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new() 335 if (s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new() 337 s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new() 385 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_frame() 461 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_frame() 554 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_seq_done() 592 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_init_buffers() 626 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_stream_complete() 678 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_irq() [all …]
|
| A D | s5p_mfc_ctrl.c | 294 s5p_mfc_hw_call(dev->mfc_ops, release_dev_context_buffer, dev); in s5p_mfc_deinit_hw() 427 ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_instance_buffer, ctx); in s5p_mfc_open_mfc_inst() 434 ret = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_open_mfc_inst() 443 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_open_mfc_inst() 457 s5p_mfc_hw_call(dev->mfc_ops, release_dec_desc_buffer, ctx); in s5p_mfc_open_mfc_inst() 459 s5p_mfc_hw_call(dev->mfc_ops, release_instance_buffer, ctx); in s5p_mfc_open_mfc_inst() 468 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_close_mfc_inst() 475 s5p_mfc_hw_call(dev->mfc_ops, release_codec_buffers, ctx); in s5p_mfc_close_mfc_inst() 476 s5p_mfc_hw_call(dev->mfc_ops, release_instance_buffer, ctx); in s5p_mfc_close_mfc_inst() 478 s5p_mfc_hw_call(dev->mfc_ops, release_dec_desc_buffer, ctx); in s5p_mfc_close_mfc_inst()
|
| A D | s5p_mfc_enc.c | 1162 s5p_mfc_hw_call(dev->mfc_ops, get_enc_strm_size, in enc_post_seq_start() 1173 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in enc_post_seq_start() 1175 enc_pb_count = s5p_mfc_hw_call(dev->mfc_ops, in enc_post_seq_start() 1180 ctx->scratch_buf_size = s5p_mfc_hw_call(dev->mfc_ops, in enc_post_seq_start() 1462 s5p_mfc_hw_call(dev->mfc_ops, enc_calc_src_size, ctx); in vidioc_s_fmt() 1494 s5p_mfc_hw_call(dev->mfc_ops, release_codec_buffers, in vidioc_reqbufs() 1511 ret = s5p_mfc_hw_call(ctx->dev->mfc_ops, in vidioc_reqbufs() 1523 s5p_mfc_hw_call(dev->mfc_ops, release_codec_buffers, in vidioc_reqbufs() 2298 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in vidioc_encoder_cmd() 2521 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_start_streaming() [all …]
|
| A D | s5p_mfc_dec.c | 519 s5p_mfc_hw_call(dev->mfc_ops, release_codec_buffers, ctx); in reqbufs_capture() 532 ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_codec_buffers, ctx); in reqbufs_capture() 547 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in reqbufs_capture() 785 left = s5p_mfc_hw_call(dev->mfc_ops, get_crop_info_h, ctx); in vidioc_g_selection() 788 top = s5p_mfc_hw_call(dev->mfc_ops, get_crop_info_v, ctx); in vidioc_g_selection() 844 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in vidioc_decoder_cmd() 1023 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_start_streaming() 1054 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_stop_streaming() 1101 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_buf_queue()
|
| A D | s5p_mfc_cmd_v6.c | 38 ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_dev_context_buffer, dev); in s5p_mfc_sys_init_cmd_v6()
|
| A D | s5p_mfc_opr.c | 28 dev->mfc_ops = s5p_mfc_ops; in s5p_mfc_init_hw_ops()
|
| A D | s5p_mfc_common.h | 341 struct s5p_mfc_hw_ops *mfc_ops; member
|
Completed in 21 milliseconds