Searched refs:dst_queue (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 154 &ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_watchdog_worker() 191 while (!list_empty(&ctx->dst_queue)) { in s5p_mfc_handle_frame_all_extracted() 192 dst_buf = list_entry(ctx->dst_queue.next, in s5p_mfc_handle_frame_all_extracted() 231 list_for_each_entry(dst_buf, &ctx->dst_queue, list) { in s5p_mfc_handle_frame_copy_time() 292 list_for_each_entry(dst_buf, &ctx->dst_queue, list) { in s5p_mfc_handle_frame_new() 455 &ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_handle_error() 586 if (!list_empty(&ctx->dst_queue)) { in s5p_mfc_handle_stream_complete() 587 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_stream_complete() 749 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_open()
|
D | s5p_mfc_enc.c | 775 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start() 794 if (!list_empty(&ctx->dst_queue)) { in enc_post_seq_start() 795 dst_mb = list_entry(ctx->dst_queue.next, in enc_post_seq_start() 842 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start() 914 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in enc_post_frame_start() 1994 &ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming() 1995 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_stop_streaming() 2026 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
|
D | s5p_mfc_dec.c | 1037 &ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming() 1038 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_stop_streaming() 1086 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
|
D | s5p_mfc_common.h | 581 struct list_head dst_queue; member
|
D | s5p_mfc_opr_v5.c | 1239 if (list_empty(&ctx->dst_queue)) { in s5p_mfc_run_enc_frame() 1268 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1312 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
|
D | s5p_mfc_opr_v6.c | 1606 if (list_empty(&ctx->dst_queue)) { in s5p_mfc_run_enc_frame() 1635 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1679 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-sst-ipc.h | 74 u8 dst_queue; member
|
D | skl-messages.c | 715 msg.dst_queue = dst_mcfg->m_in_pin[dst_index].pin_index; in skl_unbind_modules() 770 msg.dst_queue = dst_mcfg->m_in_pin[dst_index].pin_index; in skl_bind_modules() 773 msg.src_queue, msg.dst_queue); in skl_bind_modules()
|
D | skl-sst-ipc.c | 716 header.extension |= IPC_DST_QUEUE(msg->dst_queue); in skl_ipc_bind_unbind()
|