Home
last modified time | relevance | path

Searched refs:task_id (Results 1 – 8 of 8) sorted by relevance

/sound/soc/intel/atom/
Dsst-atom-controls.h577 u8 task_id; member
593 .priv = (void *)&(struct sst_ids) { .task_id = 0, .location_id = 0 } \
601 .priv = (void *)&(struct sst_ids) { .task_id = 0, .location_id = 0 } \
609 .priv = (void *)&(struct sst_ids) { .task_id = 0, .location_id = 0 } \
617 .priv = (void *)&(struct sst_ids) { .task_id = 0, .location_id = 0 } \
625 .priv = (void *)&(struct sst_ids) { .location_id = wloc_id, .task_id = wtask_id,\
634 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, } \
642 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, \
650 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, \
655 #define SST_PATH_INPUT(name, task_id, loc_id, event) \ argument
[all …]
Dsst-atom-controls.c25 u8 task_id, u8 pipe_id, in sst_fill_byte_control() argument
33 byte_data->task_id = task_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()
283 SST_FLAG_BLOCKED, bc->task_id, 0, cmd, len); in sst_send_algo_cmd()
408 u16 task_id, u16 loc_id, u16 module_id, int mute) in sst_send_gain_cmd() argument
435 SST_FLAG_BLOCKED, task_id, 0, &cmd, in sst_send_gain_cmd()
507 ret = sst_send_gain_cmd(drv, gv, mc->task_id, in sst_gain_put()
[all …]
Dsst-mfld-dsp.h192 u32 task_id:4; /* Task ID associated with this comand */ member
513 u8 task_id; member
Dsst-mfld-platform-pcm.c202 str_params->task = map[index].task_id; in sst_fill_stream_params()
215 str_params->task = map[index].task_id; in sst_fill_stream_params()
/sound/soc/intel/atom/sst/
Dsst_stream.c74 sst_drv_ctx->streams[str_id].task_id = str_params->task; in sst_alloc_stream_mrfld()
87 str_info->pipe_id, str_info->task_id); in sst_alloc_stream_mrfld()
115 ret = sst_prepare_and_post_msg(sst_drv_ctx, str_info->task_id, IPC_CMD, in sst_realloc_stream()
164 retval = sst_prepare_and_post_msg(sst_drv_ctx, str_info->task_id, in sst_start_stream()
180 bytes->type, bytes->ipc_msg, bytes->block, bytes->task_id, in sst_send_byte_stream_mrfld()
188 bytes->task_id, 1, pvt_id); in sst_send_byte_stream_mrfld()
259 retval = sst_prepare_and_post_msg(sst_drv_ctx, str_info->task_id, IPC_CMD, in sst_pause_stream()
322 retval = sst_prepare_and_post_msg(sst_drv_ctx, str_info->task_id, in sst_resume_stream()
370 retval = sst_prepare_and_post_msg(sst_drv_ctx, str_info->task_id, in sst_drop_stream()
409 retval = sst_prepare_and_post_msg(sst_drv_ctx, str_info->task_id, IPC_CMD, in sst_drain_stream()
[all …]
Dsst_pvt.c221 int task_id, int ipc_msg, int cmd_id, int pipe_id, in sst_prepare_and_post_msg() argument
246 pvt_id, pipe_id, task_id, ipc_msg); in sst_prepare_and_post_msg()
248 task_id, large, pvt_id); in sst_prepare_and_post_msg()
303 int msg, int task_id, int large, int drv_id) in sst_fill_header_mrfld() argument
307 header->p.header_high.part.task_id = task_id; in sst_fill_header_mrfld()
Dsst.h212 unsigned int task_id; member
495 int task_id, int ipc_msg, int cmd_id, int pipe_id,
518 int msg, int task_id, int large, int drv_id);
Dsst_drv_interface.c286 retval = sst_prepare_and_post_msg(ctx, str_info->task_id, IPC_CMD, in sst_cdev_set_metadata()