Lines Matching full:command
5 * This file contains functions used to wait for command completion.
25 int s5p_mfc_wait_for_done_dev(struct s5p_mfc_dev *dev, int command) in s5p_mfc_wait_for_done_dev() argument
30 (dev->int_cond && (dev->int_type == command in s5p_mfc_wait_for_done_dev()
34 mfc_err("Interrupt (dev->int_type:%d, command:%d) timed out\n", in s5p_mfc_wait_for_done_dev()
35 dev->int_type, command); in s5p_mfc_wait_for_done_dev()
41 mfc_debug(1, "Finished waiting (dev->int_type:%d, command: %d)\n", in s5p_mfc_wait_for_done_dev()
42 dev->int_type, command); in s5p_mfc_wait_for_done_dev()
56 int command, int interrupt) in s5p_mfc_wait_for_done_ctx() argument
62 (ctx->int_cond && (ctx->int_type == command in s5p_mfc_wait_for_done_ctx()
67 (ctx->int_cond && (ctx->int_type == command in s5p_mfc_wait_for_done_ctx()
72 mfc_err("Interrupt (ctx->int_type:%d, command:%d) timed out\n", in s5p_mfc_wait_for_done_ctx()
73 ctx->int_type, command); in s5p_mfc_wait_for_done_ctx()
79 mfc_debug(1, "Finished waiting (ctx->int_type:%d, command: %d)\n", in s5p_mfc_wait_for_done_ctx()
80 ctx->int_type, command); in s5p_mfc_wait_for_done_ctx()