Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_ctrl.c160 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_reset()
212 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_init_memctrl()
225 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_clear_cmds()
264 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_init_hw()
303 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_init_hw()
394 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_enc.c808 if (!IS_MFCV6_PLUS(dev)) { in enc_post_seq_start()
1192 if (IS_MFCV6_PLUS(dev)) { in vidioc_reqbufs()
1479 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_enc_s_ctrl()
1858 if (IS_MFCV6_PLUS(dev)) { in s5p_mfc_queue_setup()
1952 if (IS_MFCV6_PLUS(dev) && in s5p_mfc_start_streaming()
Ds5p_mfc_dec.c933 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_queue_setup()
1043 if (IS_MFCV6_PLUS(dev) && (ctx->state == MFCINST_RUNNING)) { in s5p_mfc_stop_streaming()
1185 else if (IS_MFCV6_PLUS(ctx->dev)) in s5p_mfc_dec_init()
Ds5p_mfc_common.h717 #define IS_MFCV6_PLUS(dev) (dev->variant->version >= 0x60 ? 1 : 0) macro
Ds5p_mfc.c275 if (IS_MFCV6_PLUS(dev)) in s5p_mfc_handle_frame_new()