Symbol: s5p_mfc_hw_call
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
244
if (s5p_mfc_hw_call(dev->mfc_ops, get_pic_type_top, ctx) ==
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
245
s5p_mfc_hw_call(dev->mfc_ops, get_pic_type_bot, ctx))
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
264
frame_type = s5p_mfc_hw_call(dev->mfc_ops, get_dec_frame_type, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
267
dec_y_addr = (u32)s5p_mfc_hw_call(dev->mfc_ops, get_dec_y_adr, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
319
dspl_y_addr = (u32)s5p_mfc_hw_call(dev->mfc_ops, get_dspl_y_adr, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
321
frame_type = s5p_mfc_hw_call(dev->mfc_ops,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
324
frame_type = s5p_mfc_hw_call(dev->mfc_ops,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
347
if (s5p_mfc_hw_call(dev->mfc_ops,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
349
s5p_mfc_hw_call(dev->mfc_ops,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
380
dst_frame_status = s5p_mfc_hw_call(dev->mfc_ops, get_dspl_status, dev)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
382
dec_frame_status = s5p_mfc_hw_call(dev->mfc_ops, get_dec_status, dev)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
384
res_change = (s5p_mfc_hw_call(dev->mfc_ops, get_dspl_status, dev)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
393
s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
397
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
437
ctx->consumed_stream += s5p_mfc_hw_call(dev->mfc_ops,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
453
if (s5p_mfc_hw_call(dev->mfc_ops, err_dec, err) > 0)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
465
s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
473
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
511
s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
529
ctx->img_width = s5p_mfc_hw_call(dev->mfc_ops, get_img_width,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
531
ctx->img_height = s5p_mfc_hw_call(dev->mfc_ops, get_img_height,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
534
s5p_mfc_hw_call(dev->mfc_ops, dec_calc_dpb_size, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
536
ctx->pb_count = s5p_mfc_hw_call(dev->mfc_ops, get_dpb_count,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
538
ctx->mv_count = s5p_mfc_hw_call(dev->mfc_ops, get_mv_count,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
541
ctx->scratch_buf_size = s5p_mfc_hw_call(dev->mfc_ops,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
555
if (s5p_mfc_hw_call(dev->mfc_ops, get_consumed_stream,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
565
s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
569
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
583
s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
609
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
643
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
660
reason = s5p_mfc_hw_call(dev->mfc_ops, get_int_reason, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
661
err = s5p_mfc_hw_call(dev->mfc_ops, get_int_err, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
667
(s5p_mfc_hw_call(dev->mfc_ops, err_dec, err) >=
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
687
s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
691
s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
695
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
706
ctx->inst_no = s5p_mfc_hw_call(dev->mfc_ops, get_inst_no, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
721
s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
732
s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
744
s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
747
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
758
s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
764
s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
775
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd_v6.c
36
ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_dev_context_buffer, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
257
ret = s5p_mfc_hw_call(dev->mfc_cmds, sys_init_cmd, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
300
s5p_mfc_hw_call(dev->mfc_ops, release_dev_context_buffer, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
312
ret = s5p_mfc_hw_call(dev->mfc_cmds, sleep_cmd, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
347
ret = s5p_mfc_hw_call(dev->mfc_cmds, wakeup_cmd, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
365
ret = s5p_mfc_hw_call(dev->mfc_cmds, wakeup_cmd, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
433
ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_instance_buffer, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
440
ret = s5p_mfc_hw_call(dev->mfc_ops,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
449
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
463
s5p_mfc_hw_call(dev->mfc_ops, release_dec_desc_buffer, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
465
s5p_mfc_hw_call(dev->mfc_ops, release_instance_buffer, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
474
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
483
s5p_mfc_hw_call(dev->mfc_ops, release_codec_buffers, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
484
s5p_mfc_hw_call(dev->mfc_ops, release_instance_buffer, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c
486
s5p_mfc_hw_call(dev->mfc_ops, release_dec_desc_buffer, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
1081
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
1112
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
1159
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
554
s5p_mfc_hw_call(dev->mfc_ops, release_codec_buffers, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
567
ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_codec_buffers, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
582
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
820
left = s5p_mfc_hw_call(dev->mfc_ops, get_crop_info_h, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
823
top = s5p_mfc_hw_call(dev->mfc_ops, get_crop_info_v, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
879
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1157
s5p_mfc_hw_call(dev->mfc_ops, set_enc_stream_buffer, ctx, dst_addr,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1175
s5p_mfc_hw_call(dev->mfc_ops, get_enc_strm_size,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1186
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1188
ctx->pb_count = s5p_mfc_hw_call(dev->mfc_ops, get_enc_dpb_count, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1190
ctx->scratch_buf_size = s5p_mfc_hw_call(dev->mfc_ops,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1218
s5p_mfc_hw_call(dev->mfc_ops, set_enc_frame_buffer, ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1224
s5p_mfc_hw_call(dev->mfc_ops, set_enc_stream_buffer, ctx, dst_addr,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1240
slice_type = s5p_mfc_hw_call(dev->mfc_ops, get_enc_slice_type, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1241
strm_size = s5p_mfc_hw_call(dev->mfc_ops, get_enc_strm_size, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1247
s5p_mfc_hw_call(dev->mfc_ops, get_enc_frame_buffer, ctx,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1508
s5p_mfc_hw_call(dev->mfc_ops, enc_calc_src_size, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1546
s5p_mfc_hw_call(dev->mfc_ops, release_codec_buffers,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1567
s5p_mfc_hw_call(dev->mfc_ops, release_codec_buffers,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2341
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2583
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2650
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1364
ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1368
ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1400
ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1404
ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1809
s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1824
s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1844
s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1848
s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1891
s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1936
s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev, cmd, NULL);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2114
ret = s5p_mfc_hw_call(ctx->dev->mfc_ops, alloc_codec_buffers, ctx);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2181
ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2185
ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2219
ret = s5p_mfc_hw_call(dev->mfc_cmds, open_inst_cmd,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2223
ret = s5p_mfc_hw_call(dev->mfc_cmds, close_inst_cmd,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2234
s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
708
s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
834
s5p_mfc_hw_call(dev->mfc_cmds, cmd_host2risc, dev,