Home
last modified time | relevance | path

Searched refs:int_cond (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_intr.c25 ctx->int_cond, in mtk_vcodec_wait_for_done_ctx()
32 ctx->int_cond, ctx->int_type); in mtk_vcodec_wait_for_done_ctx()
35 ctx->id, ctx->type, command, ctx->int_cond, in mtk_vcodec_wait_for_done_ctx()
40 ctx->int_cond = 0; in mtk_vcodec_wait_for_done_ctx()
H A Dmtk_vcodec_drv.h243 * @int_cond: variable used by the waitqueue
282 int int_cond; member
357 * @int_cond: used to identify interrupt condition happen
393 int int_cond; member
H A Dmtk_vcodec_enc_drv.c76 ctx->int_cond = 1; in wake_up_ctx()
H A Dmtk_vcodec_dec_drv.c36 ctx->int_cond = 1; in wake_up_ctx()
/kernel/linux/linux-5.10/drivers/media/platform/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.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()
H A Ds5p_mfc_common.h272 * @int_cond: variable used by the waitqueue
315 int int_cond; member
546 * @int_cond: variable used by the waitqueue
621 int int_cond; member
H A Ds5p_mfc.c114 ctx->int_cond = 1; in wake_up_ctx()
124 dev->int_cond = 1; in wake_up_dev()
571 ctx->int_cond = 1; in s5p_mfc_handle_init_buffers()
736 ctx->int_cond = 1; in s5p_mfc_irq()
1483 m_dev->int_cond, msecs_to_jiffies(MFC_INT_TIMEOUT)); in s5p_mfc_suspend()
/kernel/linux/linux-6.6/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.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()
H A Ds5p_mfc_common.h272 * @int_cond: variable used by the waitqueue
319 int int_cond; member
550 * @int_cond: variable used by the waitqueue
631 int int_cond; member
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc_drv.h110 * @int_cond: variable used by the waitqueue
144 int int_cond[MTK_VDEC_HW_MAX]; member
232 ctx->int_cond[hw_id] = 1; in wake_up_enc_ctx()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.h138 * @int_cond: variable used by the waitqueue
185 int int_cond[MTK_VDEC_HW_MAX]; member
308 ctx->int_cond[hw_id] = 1; in wake_up_dec_ctx()

Completed in 12 milliseconds