• Home
  • Raw
  • Download

Lines Matching refs:reason

110 static void wake_up_ctx(struct s5p_mfc_ctx *ctx, unsigned int reason,  in wake_up_ctx()  argument
114 ctx->int_type = reason; in wake_up_ctx()
120 static void wake_up_dev(struct s5p_mfc_dev *dev, unsigned int reason, in wake_up_dev() argument
124 dev->int_type = reason; in wake_up_dev()
358 unsigned int reason, unsigned int err) in s5p_mfc_handle_frame() argument
380 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_frame()
452 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_frame()
457 wake_up_dev(dev, reason, err); in s5p_mfc_handle_frame()
464 struct s5p_mfc_ctx *ctx, unsigned int reason, unsigned int err) in s5p_mfc_handle_error() argument
485 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_error()
490 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_error()
497 wake_up_dev(dev, reason, err); in s5p_mfc_handle_error()
502 unsigned int reason, unsigned int err) in s5p_mfc_handle_seq_done() argument
550 wake_up_ctx(ctx, reason, err); in s5p_mfc_handle_seq_done()
555 unsigned int reason, unsigned int err) in s5p_mfc_handle_init_buffers() argument
564 ctx->int_type = reason; in s5p_mfc_handle_init_buffers()
629 unsigned int reason; in s5p_mfc_irq() local
638 reason = s5p_mfc_hw_call(dev->mfc_ops, get_int_reason, dev); in s5p_mfc_irq()
640 mfc_debug(1, "Int reason: %d (err: %08x)\n", reason, err); in s5p_mfc_irq()
641 switch (reason) { in s5p_mfc_irq()
647 s5p_mfc_handle_frame(ctx, reason, err); in s5p_mfc_irq()
649 s5p_mfc_handle_error(dev, ctx, reason, err); in s5p_mfc_irq()
669 wake_up_ctx(ctx, reason, err); in s5p_mfc_irq()
672 s5p_mfc_handle_frame(ctx, reason, err); in s5p_mfc_irq()
677 s5p_mfc_handle_seq_done(ctx, reason, err); in s5p_mfc_irq()
699 wake_up_dev(dev, reason, err); in s5p_mfc_irq()
703 s5p_mfc_handle_init_buffers(ctx, reason, err); in s5p_mfc_irq()
708 ctx->int_type = reason; in s5p_mfc_irq()
726 ctx->int_type = reason; in s5p_mfc_irq()