Searched refs:src_queue (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 156 &ctx->src_queue, &ctx->vq_src); in s5p_mfc_watchdog_worker() 230 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_copy_time() 388 && !list_empty(&ctx->src_queue)) { in s5p_mfc_handle_frame() 389 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_frame() 458 &ctx->src_queue, &ctx->vq_src); in s5p_mfc_handle_error() 507 !list_empty(&ctx->src_queue)) { in s5p_mfc_handle_seq_done() 509 src_buf = list_entry(ctx->src_queue.next, in s5p_mfc_handle_seq_done() 549 if (!list_empty(&ctx->src_queue)) { in s5p_mfc_handle_init_buffers() 550 src_buf = list_entry(ctx->src_queue.next, in s5p_mfc_handle_init_buffers() 748 INIT_LIST_HEAD(&ctx->src_queue); in s5p_mfc_open()
|
D | s5p_mfc_enc.c | 757 list_add_tail(&mb_entry->list, &ctx->src_queue); in cleanup_ref_queue() 834 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start() 872 list_for_each_entry(mb_entry, &ctx->src_queue, list) { in enc_post_frame_start() 902 mb_entry = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in enc_post_frame_start() 1738 if (list_empty(&ctx->src_queue)) { in vidioc_encoder_cmd() 1747 buf = list_entry(ctx->src_queue.prev, in vidioc_encoder_cmd() 2000 s5p_mfc_hw_call_void(dev->mfc_ops, cleanup_queue, &ctx->src_queue, in s5p_mfc_stop_streaming() 2002 INIT_LIST_HEAD(&ctx->src_queue); in s5p_mfc_stop_streaming() 2033 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()
|
D | s5p_mfc_opr_v5.c | 1202 if (list_empty(&ctx->src_queue)) { in s5p_mfc_run_dec_frame() 1208 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame() 1234 if (list_empty(&ctx->src_queue) && ctx->state != MFCINST_FINISHING) { in s5p_mfc_run_enc_frame() 1244 if (list_empty(&ctx->src_queue)) { in s5p_mfc_run_enc_frame() 1249 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_run_enc_frame() 1290 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec() 1339 if (list_empty(&ctx->src_queue)) { in s5p_mfc_run_init_dec_buffers() 1345 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec_buffers()
|
D | s5p_mfc_dec.c | 828 if (list_empty(&ctx->src_queue)) { in vidioc_decoder_cmd() 837 buf = list_entry(ctx->src_queue.prev, in vidioc_decoder_cmd() 1055 &ctx->src_queue, &ctx->vq_src); in s5p_mfc_stop_streaming() 1056 INIT_LIST_HEAD(&ctx->src_queue); in s5p_mfc_stop_streaming() 1077 list_add_tail(&mfc_buf->list, &ctx->src_queue); in s5p_mfc_buf_queue()
|
D | s5p_mfc_opr_v6.c | 1561 if (list_empty(&ctx->src_queue)) { in s5p_mfc_run_dec_frame() 1567 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame() 1600 if (list_empty(&ctx->src_queue) && ctx->state != MFCINST_FINISHING) { in s5p_mfc_run_enc_frame() 1612 if (list_empty(&ctx->src_queue)) { in s5p_mfc_run_enc_frame() 1617 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1659 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
|
D | s5p_mfc_common.h | 580 struct list_head src_queue; member
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-sst-ipc.h | 73 u8 src_queue; member
|
D | skl-messages.c | 708 msg.src_queue = src_mcfg->m_out_pin[src_index].pin_index; in skl_unbind_modules() 763 msg.src_queue = src_mcfg->m_out_pin[src_index].pin_index; in skl_bind_modules() 773 msg.src_queue, msg.dst_queue); in skl_bind_modules()
|
D | skl-sst-ipc.c | 717 header.extension |= IPC_SRC_QUEUE(msg->src_queue); in skl_ipc_bind_unbind()
|