Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s5p-mfc/
H A 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()
H A Ds5p_mfc_ctrl.c271 dev->int_cond = 0; in s5p_mfc_init_hw()
322 dev->int_cond = 0; in s5p_mfc_sleep()
417 dev->int_cond = 0; in s5p_mfc_wakeup()
H A Ds5p_mfc_common.h321 int int_cond; member
636 int int_cond; member
/linux/drivers/media/platform/mediatek/vcodec/common/
H A 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()
/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A 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()
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.h195 int int_cond[MTK_VDEC_HW_MAX]; member
324 ctx->int_cond[hw_id] = 1; in wake_up_dec_ctx()