Searched refs:src_queue (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc.c | 194 s5p_mfc_cleanup_queue(&ctx->src_queue, &ctx->vq_src); in s5p_mfc_watchdog_worker() 273 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_copy_time() 434 && !list_empty(&ctx->src_queue)) { in s5p_mfc_handle_frame() 435 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_frame() 500 s5p_mfc_cleanup_queue(&ctx->src_queue, &ctx->vq_src); in s5p_mfc_handle_error() 550 !list_empty(&ctx->src_queue)) { in s5p_mfc_handle_seq_done() 553 src_buf = list_entry(ctx->src_queue.next, in s5p_mfc_handle_seq_done() 591 if (!list_empty(&ctx->src_queue)) { in s5p_mfc_handle_init_buffers() 592 src_buf = list_entry(ctx->src_queue.next, in s5p_mfc_handle_init_buffers() 753 s5p_mfc_cleanup_queue(&ctx->src_queue, &ctx->vq_src); in s5p_mfc_irq() [all …]
|
H A D | s5p_mfc_opr_v5.c | 1176 if (list_empty(&ctx->src_queue)) { in s5p_mfc_run_dec_frame() 1181 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame() 1204 if (list_empty(&ctx->src_queue) && ctx->state != MFCINST_FINISHING) { in s5p_mfc_run_enc_frame() 1212 if (list_empty(&ctx->src_queue)) { in s5p_mfc_run_enc_frame() 1218 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_run_enc_frame() 1257 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec() 1298 if (list_empty(&ctx->src_queue)) { in s5p_mfc_run_init_dec_buffers() 1302 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec_buffers()
|
/linux/sound/soc/intel/avs/ |
H A D | messages.h | 149 u32 src_queue:3; member 329 u8 dst_queue, u8 src_queue); 332 u8 dst_queue, u8 src_queue);
|