Searched refs:wake_up_ctx (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_enc_drv.c | 38 static void wake_up_ctx(struct mtk_vcodec_ctx *ctx, unsigned int reason) in wake_up_ctx() function 85 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED); in mtk_vcodec_enc_irq_handler() 108 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED); in mtk_vcodec_enc_lt_irq_handler()
|
D | mtk_vcodec_dec_drv.c | 42 static void wake_up_ctx(struct mtk_vcodec_ctx *ctx) in wake_up_ctx() function 79 wake_up_ctx(ctx); in mtk_vcodec_dec_irq_handler()
|
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 115 static void wake_up_ctx(struct s5p_mfc_ctx *ctx, unsigned int reason, in wake_up_ctx() function 196 wake_up_ctx(ctx, S5P_MFC_R2H_CMD_ERR_RET, 0); in s5p_mfc_watchdog_worker() 386 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_frame() 458 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_frame() 491 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_error() 496 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_error() 558 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_seq_done() 680 wake_up_ctx(ctx, reason, err); in s5p_mfc_irq()
|