Searched refs:wake_up_ctx (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/media/platform/samsung/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()
|
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/ |
D | mtk_vcodec_dec_hw.c | 94 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED, dev->hw_idx); in mtk_vdec_hw_irq_handler()
|
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
|
D | mtk_vcodec_enc_drv.c | 106 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED, 0); in mtk_vcodec_enc_irq_handler()
|
D | mtk_vcodec_dec_drv.c | 72 wake_up_ctx(ctx, MTK_INST_IRQ_RECEIVED, 0); in mtk_vcodec_dec_irq_handler()
|