Home
last modified time | relevance | path

Searched refs:IS_MFCV6_PLUS (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_ctrl.c127 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_reset()
179 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_init_memctrl()
197 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_clear_cmds()
236 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_init_hw()
279 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_init_hw()
370 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_wait_wakeup()
Ds5p_mfc_opr.c24 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_init_hw_ops()
36 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_init_regs()
Ds5p_mfc_cmd.c23 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_init_hw_cmds()
Ds5p_mfc_dec.c939 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_queue_setup()
1047 if (IS_MFCV6_PLUS(dev) && (ctx->state == MFCINST_RUNNING)) { in s5p_mfc_stop_streaming()
1188 else if (IS_MFCV6_PLUS(ctx->dev)) in s5p_mfc_dec_init()
Ds5p_mfc_enc.c1175 if (!IS_MFCV6_PLUS(dev)) { in enc_post_seq_start()
1551 if (IS_MFCV6_PLUS(dev)) { in vidioc_reqbufs()
1898 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_enc_s_ctrl()
2427 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_queue_setup()
2517 if (IS_MFCV6_PLUS(dev) && in s5p_mfc_start_streaming()
Ds5p_mfc_common.h769 #define IS_MFCV6_PLUS(dev) (dev->variant->version >= 0x60 ? 1 : 0) macro
Ds5p_mfc.c314 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_handle_frame_new()