Searched refs:dst_queue (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/sound/soc/intel/avs/ |
D | messages.c | 251 u8 dst_queue, u8 src_queue) in avs_ipc_bind() argument 261 msg.ext.bind_unbind.dst_queue = dst_queue; in avs_ipc_bind() 285 u8 dst_queue, u8 src_queue) in avs_ipc_unbind() argument 295 msg.ext.bind_unbind.dst_queue = dst_queue; in avs_ipc_unbind()
|
D | messages.h | 142 u32 dst_queue:3; member 311 u8 dst_queue, u8 src_queue); 314 u8 dst_queue, u8 src_queue);
|
/Linux-v6.1/drivers/media/platform/samsung/s5p-mfc/ |
D | s5p_mfc.c | 189 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_watchdog_worker() 226 while (!list_empty(&ctx->dst_queue)) { in s5p_mfc_handle_frame_all_extracted() 227 dst_buf = list_entry(ctx->dst_queue.next, in s5p_mfc_handle_frame_all_extracted() 266 list_for_each_entry(dst_buf, &ctx->dst_queue, list) { in s5p_mfc_handle_frame_copy_time() 327 list_for_each_entry(dst_buf, &ctx->dst_queue, list) { in s5p_mfc_handle_frame_new() 484 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_handle_error() 611 if (!list_empty(&ctx->dst_queue)) { in s5p_mfc_handle_stream_complete() 612 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_stream_complete() 775 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_open()
|
D | s5p_mfc_enc.c | 1140 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start() 1156 if (!list_empty(&ctx->dst_queue)) { in enc_post_seq_start() 1157 dst_mb = list_entry(ctx->dst_queue.next, in enc_post_seq_start() 1204 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start() 1273 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in enc_post_frame_start() 2540 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming() 2541 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_stop_streaming() 2571 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
|
D | s5p_mfc_dec.c | 1062 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming() 1063 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_stop_streaming() 1109 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
|
D | s5p_mfc_common.h | 643 struct list_head dst_queue; member
|
D | s5p_mfc_opr_v5.c | 1206 if (list_empty(&ctx->dst_queue)) { in s5p_mfc_run_enc_frame() 1236 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1274 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 | 1846 if (list_empty(&ctx->dst_queue)) { in s5p_mfc_run_enc_frame() 1874 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1910 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
|
/Linux-v6.1/sound/soc/intel/skylake/ |
D | skl-sst-ipc.h | 85 u8 dst_queue; member
|
D | skl-messages.c | 1111 msg.dst_queue = dst_index; in skl_unbind_modules() 1205 msg.dst_queue = dst_index; in skl_bind_modules() 1208 msg.src_queue, msg.dst_queue); in skl_bind_modules()
|
D | skl-sst-ipc.c | 845 header.extension |= IPC_DST_QUEUE(msg->dst_queue); in skl_ipc_bind_unbind()
|
/Linux-v6.1/sound/soc/sof/ |
D | ipc4-topology.c | 1600 int dst_queue = 0; in sof_ipc4_route_setup() local 1614 extension |= SOF_IPC4_MOD_EXT_DST_MOD_QUEUE_ID(dst_queue); in sof_ipc4_route_setup() 1637 int dst_queue = 0; in sof_ipc4_route_free() local 1651 extension |= SOF_IPC4_MOD_EXT_DST_MOD_QUEUE_ID(dst_queue); in sof_ipc4_route_free()
|