Home
last modified time | relevance | path

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

/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_intr.c26 (dev->int_cond && (dev->int_type == command in s5p_mfc_wait_for_done_dev()
46 dev->int_cond = 0; in s5p_mfc_clean_dev_int_flags()
58 (ctx->int_cond && (ctx->int_type == command in s5p_mfc_wait_for_done_ctx()
63 (ctx->int_cond && (ctx->int_type == command in s5p_mfc_wait_for_done_ctx()
84 ctx->int_cond = 0; in s5p_mfc_clean_ctx_int_flags()
Ds5p_mfc_ctrl.c265 dev->int_cond = 0; in s5p_mfc_init_hw()
316 dev->int_cond = 0; in s5p_mfc_sleep()
411 dev->int_cond = 0; in s5p_mfc_wakeup()
Ds5p_mfc_common.h319 int int_cond; member
631 int int_cond; member
Ds5p_mfc.c114 ctx->int_cond = 1; in wake_up_ctx()
124 dev->int_cond = 1; in wake_up_dev()
586 ctx->int_cond = 1; in s5p_mfc_handle_init_buffers()
751 ctx->int_cond = 1; in s5p_mfc_irq()
1488 m_dev->int_cond, msecs_to_jiffies(MFC_INT_TIMEOUT)); in s5p_mfc_suspend()
/drivers/media/platform/mediatek/vcodec/common/
Dmtk_vcodec_intr.c30 ctx_int_cond = ctx->int_cond; in mtk_vcodec_wait_for_done_ctx()
40 ctx_int_cond = ctx->int_cond; in mtk_vcodec_wait_for_done_ctx()
/drivers/media/platform/mediatek/vcodec/encoder/
Dmtk_vcodec_enc_drv.h144 int int_cond[MTK_VDEC_HW_MAX]; member
234 ctx->int_cond[hw_id] = 1; in wake_up_enc_ctx()
/drivers/media/platform/mediatek/vcodec/decoder/
Dmtk_vcodec_dec_drv.h185 int int_cond[MTK_VDEC_HW_MAX]; member
310 ctx->int_cond[hw_id] = 1; in wake_up_dec_ctx()