Home
last modified time | relevance | path

Searched refs:wake_up_ctx (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc.c111 static void wake_up_ctx(struct s5p_mfc_ctx *ctx, unsigned int reason, in wake_up_ctx() function
192 wake_up_ctx(ctx, S5P_MFC_R2H_CMD_ERR_RET, 0); in s5p_mfc_watchdog_worker()
382 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_frame()
454 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_frame()
487 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_error()
492 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_error()
555 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_seq_done()
677 wake_up_ctx(ctx, reason, err); in s5p_mfc_irq()
/linux-5.19.10/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_dec_hw.c90 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED, dev->hw_idx); in mtk_vdec_hw_irq_handler()
Dmtk_vcodec_drv.h535 wake_up_ctx(struct mtk_vcodec_ctx *ctx, unsigned int reason, unsigned int hw_id) in wake_up_ctx() function
Dmtk_vcodec_enc_drv.c106 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED, 0); in mtk_vcodec_enc_irq_handler()
Dmtk_vcodec_dec_drv.c72 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED, 0); in mtk_vcodec_dec_irq_handler()