Searched refs:wake_up_ctx (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_enc_drv.c | 74 static void wake_up_ctx(struct mtk_vcodec_ctx *ctx, unsigned int reason) in wake_up_ctx() function 121 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED); in mtk_vcodec_enc_irq_handler() 144 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED); in mtk_vcodec_enc_lt_irq_handler()
|
D | mtk_vcodec_dec_drv.c | 34 static void wake_up_ctx(struct mtk_vcodec_ctx *ctx) in wake_up_ctx() function 71 wake_up_ctx(ctx); in mtk_vcodec_dec_irq_handler()
|
/Linux-v5.10/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 111 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()
|