Searched refs:wake_up_ctx (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/samsung/s5p-mfc/ |
A D | s5p_mfc.c | 111 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() 394 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_frame() 466 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_frame() 501 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_error() 506 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_error() 570 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_seq_done() 692 wake_up_ctx(ctx, reason, err); in s5p_mfc_irq()
|
/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/ |
A D | mtk_vcodec_dec_hw.c | 94 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED, dev->hw_idx); in mtk_vdec_hw_irq_handler()
|
A D | mtk_vcodec_drv.h | 537 wake_up_ctx(struct mtk_vcodec_ctx *ctx, unsigned int reason, unsigned int hw_id) in wake_up_ctx() function
|
A D | mtk_vcodec_enc_drv.c | 106 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED, 0); in mtk_vcodec_enc_irq_handler()
|
A D | mtk_vcodec_dec_drv.c | 72 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED, 0); in mtk_vcodec_dec_irq_handler()
|
Completed in 9 milliseconds