Searched refs:dst_queue (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/sound/soc/intel/avs/ |
D | messages.c | 203 u8 dst_queue, u8 src_queue) in avs_ipc_bind() argument 212 msg.ext.bind_unbind.dst_queue = dst_queue; in avs_ipc_bind() 232 u8 dst_queue, u8 src_queue) in avs_ipc_unbind() argument 241 msg.ext.bind_unbind.dst_queue = dst_queue; in avs_ipc_unbind()
|
D | messages.h | 146 u32 dst_queue:3; member 327 u8 dst_queue, u8 src_queue); 330 u8 dst_queue, u8 src_queue);
|
/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/ |
D | s5p_mfc.c | 193 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_watchdog_worker() 232 while (!list_empty(&ctx->dst_queue)) { in s5p_mfc_handle_frame_all_extracted() 233 dst_buf = list_entry(ctx->dst_queue.next, in s5p_mfc_handle_frame_all_extracted() 274 list_for_each_entry(dst_buf, &ctx->dst_queue, list) { in s5p_mfc_handle_frame_copy_time() 339 list_for_each_entry(dst_buf, &ctx->dst_queue, list) { in s5p_mfc_handle_frame_new() 498 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_handle_error() 628 if (!list_empty(&ctx->dst_queue)) { in s5p_mfc_handle_stream_complete() 629 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_stream_complete() 792 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_open()
|
D | s5p_mfc_enc.c | 1154 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start() 1169 if (!list_empty(&ctx->dst_queue)) { in enc_post_seq_start() 1170 dst_mb = list_entry(ctx->dst_queue.next, in enc_post_seq_start() 1221 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start() 1307 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in enc_post_frame_start() 2604 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming() 2605 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_stop_streaming() 2635 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
|
D | s5p_mfc_dec.c | 1104 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming() 1105 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_stop_streaming() 1151 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
|
D | s5p_mfc_opr_v5.c | 1208 if (list_empty(&ctx->dst_queue)) { in s5p_mfc_run_enc_frame() 1238 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1276 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
|
D | s5p_mfc_common.h | 648 struct list_head dst_queue; member
|
D | s5p_mfc_opr_v6.c | 2006 if (list_empty(&ctx->dst_queue)) { in s5p_mfc_run_enc_frame() 2040 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 2076 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
|