| /sound/soc/intel/atom/sst/ |
| A D | sst_ipc.c | 256 u32 msg_low, pipe_id; in process_fw_async_msg() local 265 pipe_id = ((struct ipc_dsp_hdr *)msg->mailbox_data)->pipe_id; in process_fw_async_msg() 266 str_id = get_stream_id_mrfld(sst_drv_ctx, pipe_id); in process_fw_async_msg() 270 pipe_id); in process_fw_async_msg() 283 pipe_id = ((struct ipc_dsp_hdr *)msg->mailbox_data)->pipe_id; in process_fw_async_msg() 284 str_id = get_stream_id_mrfld(sst_drv_ctx, pipe_id); in process_fw_async_msg() 304 pipe_id = ((struct ipc_dsp_hdr *)msg->mailbox_data)->pipe_id; in process_fw_async_msg() 305 str_id = get_stream_id_mrfld(sst_drv_ctx, pipe_id); in process_fw_async_msg() 309 pipe_id, str_id); in process_fw_async_msg()
|
| A D | sst_pvt.c | 188 int task_id, int ipc_msg, int cmd_id, int pipe_id, in sst_prepare_and_post_msg() argument 213 pvt_id, pipe_id, task_id, ipc_msg); in sst_prepare_and_post_msg() 225 sst_fill_header_dsp(&dsp_hdr, cmd_id, pipe_id, mbox_data_len); in sst_prepare_and_post_msg() 282 int pipe_id, int len) in sst_fill_header_dsp() argument 286 dsp->pipe_id = pipe_id; in sst_fill_header_dsp() 342 u32 pipe_id) in get_stream_id_mrfld() argument 347 if (pipe_id == sst_drv_ctx->streams[i].pipe_id) in get_stream_id_mrfld() 350 dev_dbg(sst_drv_ctx->dev, "no such pipe_id(%u)", pipe_id); in get_stream_id_mrfld()
|
| A D | sst_stream.c | 86 str_info->pipe_id, str_info->task_id); in sst_alloc_stream_mrfld() 112 str_id, str_info->pipe_id); in sst_realloc_stream() 115 IPC_IA_ALLOC_STREAM_MRFLD, str_info->pipe_id, in sst_realloc_stream() 164 IPC_CMD, IPC_IA_START_STREAM_MRFLD, str_info->pipe_id, in sst_start_stream() 181 bytes->pipe_id, bytes->len); in sst_send_byte_stream_mrfld() 260 IPC_IA_PAUSE_STREAM_MRFLD, str_info->pipe_id, in sst_pause_stream() 324 str_info->pipe_id, 0, NULL, NULL, in sst_resume_stream() 372 str_info->pipe_id, 0, NULL, NULL, in sst_drop_stream() 410 IPC_IA_DRAIN_STREAM_MRFLD, str_info->pipe_id, in sst_drain_stream() 453 str_id, str_info->pipe_id); in sst_free_stream() [all …]
|
| A D | sst.h | 208 unsigned int pipe_id; member 486 int task_id, int ipc_msg, int cmd_id, int pipe_id, 496 u32 pipe_id); 511 int pipe_id, int len);
|
| A D | sst_drv_interface.c | 269 dev_dbg(dev, "pipe id = %d\n", str_info->pipe_id); in sst_cdev_set_metadata() 271 IPC_IA_SET_STREAM_PARAMS_MRFLD, str_info->pipe_id, in sst_cdev_set_metadata()
|
| A D | sst.c | 311 stream->pipe_id = PIPE_RSVD; in sst_context_init()
|
| /sound/soc/intel/atom/ |
| A D | sst-atom-controls.h | 313 #define SST_FILL_LOCATION_IDS(dst, cell_idx, pipe_id) do { \ argument 315 dst.location_id.p.path_id = (pipe_id); \ 696 u16 pipe_id; member 723 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\ 734 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\ 744 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\ 785 u16 pipe_id; member 797 .pipe_id = xpipe, .task_id = xtask, .cmd_id = xcmd, \
|
| A D | sst-atom-controls.c | 25 u8 task_id, u8 pipe_id, in sst_fill_byte_control() argument 34 byte_data->pipe_id = pipe_id; in sst_fill_byte_control() 48 u8 ipc_msg, u8 block, u8 task_id, u8 pipe_id, in sst_fill_and_send_cmd_unlocked() argument 56 block, task_id, pipe_id, len, cmd_data); in sst_fill_and_send_cmd_unlocked() 73 u8 ipc_msg, u8 block, u8 task_id, u8 pipe_id, in sst_fill_and_send_cmd() argument 80 task_id, pipe_id, cmd_data, len); in sst_fill_and_send_cmd() 278 SST_FILL_DESTINATION(2, cmd->dst, bc->pipe_id, bc->module_id); in sst_send_algo_cmd() 508 mc->pipe_id | mc->instance_id, mc->module_id, 0); in sst_gain_put() 615 mc->pipe_id | mc->instance_id, mc->module_id, mute); in sst_set_pipe_gain()
|
| A D | sst-mfld-dsp.h | 183 u16 pipe_id:8; /*!< instance of the module in the pipeline */ member 514 u8 pipe_id; member
|
| A D | sst-mfld-platform.h | 164 u16 pipe_id; /* location info: pipe_id + instance_id */ member
|
| /sound/soc/sof/ |
| A D | ipc3-dtrace.c | 63 int log_level, pipe_id, comp_id, read, ret; in trace_filter_parse_entry() local 73 ret = sscanf(line, " %d %x %d %d %n", &log_level, &uuid_id, &pipe_id, &comp_id, &read); in trace_filter_parse_entry() 85 if (pipe_id >= 0) { in trace_filter_parse_entry() 87 pipe_id, elem, capacity, &cnt); in trace_filter_parse_entry()
|