Searched refs:dst_queue (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 193 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_watchdog_worker() 230 while (!list_empty(&ctx->dst_queue)) { in s5p_mfc_handle_frame_all_extracted() 231 dst_buf = list_entry(ctx->dst_queue.next, in s5p_mfc_handle_frame_all_extracted() 270 list_for_each_entry(dst_buf, &ctx->dst_queue, list) { in s5p_mfc_handle_frame_copy_time() 331 list_for_each_entry(dst_buf, &ctx->dst_queue, list) { in s5p_mfc_handle_frame_new() 488 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_handle_error() 614 if (!list_empty(&ctx->dst_queue)) { in s5p_mfc_handle_stream_complete() 615 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_stream_complete() 778 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_open()
|
D | s5p_mfc_enc.c | 1146 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start() 1162 if (!list_empty(&ctx->dst_queue)) { in enc_post_seq_start() 1163 dst_mb = list_entry(ctx->dst_queue.next, in enc_post_seq_start() 1210 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start() 1279 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in enc_post_frame_start() 2558 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming() 2559 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_stop_streaming() 2589 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
|
D | s5p_mfc_dec.c | 1042 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming() 1043 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_stop_streaming() 1089 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
|
D | s5p_mfc_common.h | 637 struct list_head dst_queue; member
|
D | s5p_mfc_opr_v5.c | 1209 if (list_empty(&ctx->dst_queue)) { in s5p_mfc_run_enc_frame() 1239 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1277 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 | 1849 if (list_empty(&ctx->dst_queue)) { in s5p_mfc_run_enc_frame() 1877 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1913 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-sst-ipc.h | 141 u8 dst_queue; member
|
D | skl-messages.c | 1075 msg.dst_queue = dst_index; in skl_unbind_modules() 1182 msg.dst_queue = dst_index; in skl_bind_modules() 1185 msg.src_queue, msg.dst_queue); in skl_bind_modules()
|
D | skl-sst-ipc.c | 812 header.extension |= IPC_DST_QUEUE(msg->dst_queue); in skl_ipc_bind_unbind()
|