Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/atom/sst/
Dsst_stream.c43 unsigned int str_id, pipe_id, task_id; in sst_alloc_stream_mrfld() local
86 task_id = str_params->task; in sst_alloc_stream_mrfld()
88 sst_drv_ctx->streams[str_id].task_id = task_id; in sst_alloc_stream_mrfld()
101 pipe_id, task_id); in sst_alloc_stream_mrfld()
109 ret = sst_prepare_and_post_msg(sst_drv_ctx, task_id, IPC_CMD, in sst_alloc_stream_mrfld()
156 retval = sst_prepare_and_post_msg(sst_drv_ctx, str_info->task_id, in sst_start_stream()
172 bytes->type, bytes->ipc_msg, bytes->block, bytes->task_id, in sst_send_byte_stream_mrfld()
180 bytes->task_id, 1, pvt_id); in sst_send_byte_stream_mrfld()
250 retval = sst_prepare_and_post_msg(sst_drv_ctx, str_info->task_id, IPC_CMD, in sst_pause_stream()
290 retval = sst_prepare_and_post_msg(sst_drv_ctx, str_info->task_id, in sst_resume_stream()
[all …]
Dsst_pvt.c230 int task_id, int ipc_msg, int cmd_id, int pipe_id, in sst_prepare_and_post_msg() argument
255 pvt_id, pipe_id, task_id, ipc_msg); in sst_prepare_and_post_msg()
257 task_id, large, pvt_id); in sst_prepare_and_post_msg()
314 int msg, int task_id, int large, int drv_id) in sst_fill_header_mrfld() argument
318 header->p.header_high.part.task_id = task_id; in sst_fill_header_mrfld()
Dsst.h216 unsigned int task_id; member
519 int task_id, int ipc_msg, int cmd_id, int pipe_id,
544 int msg, int task_id, int large, int drv_id);
Dsst_drv_interface.c309 retval = sst_prepare_and_post_msg(ctx, str_info->task_id, IPC_CMD, in sst_cdev_set_metadata()
/linux-4.4.14/sound/soc/intel/atom/
Dsst-atom-controls.h579 u8 task_id; member
595 .priv = (void *)&(struct sst_ids) { .task_id = 0, .location_id = 0 } \
603 .priv = (void *)&(struct sst_ids) { .task_id = 0, .location_id = 0 } \
611 .priv = (void *)&(struct sst_ids) { .task_id = 0, .location_id = 0 } \
619 .priv = (void *)&(struct sst_ids) { .task_id = 0, .location_id = 0 } \
627 .priv = (void *)&(struct sst_ids) { .location_id = wloc_id, .task_id = wtask_id,\
636 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, } \
644 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, \
652 .priv = (void *)&(struct sst_ids) { .task_id = wtask, .location_id = wloc_id, \
657 #define SST_PATH_INPUT(name, task_id, loc_id, event) \ argument
[all …]
Dsst-atom-controls.c33 u8 task_id, u8 pipe_id, in sst_fill_byte_control() argument
41 byte_data->task_id = task_id; in sst_fill_byte_control()
56 u8 ipc_msg, u8 block, u8 task_id, u8 pipe_id, in sst_fill_and_send_cmd_unlocked() argument
62 block, task_id, pipe_id, len, cmd_data); in sst_fill_and_send_cmd_unlocked()
74 u8 ipc_msg, u8 block, u8 task_id, u8 pipe_id, in sst_fill_and_send_cmd() argument
81 task_id, pipe_id, cmd_data, len); in sst_fill_and_send_cmd()
282 SST_FLAG_BLOCKED, bc->task_id, 0, cmd, len); in sst_send_algo_cmd()
401 u16 task_id, u16 loc_id, u16 module_id, int mute) in sst_send_gain_cmd() argument
428 SST_FLAG_BLOCKED, task_id, 0, &cmd, in sst_send_gain_cmd()
500 ret = sst_send_gain_cmd(drv, gv, mc->task_id, in sst_gain_put()
[all …]
Dsst-mfld-dsp.h200 u32 task_id:4; /* Task ID associated with this comand */ member
521 u8 task_id; member
Dsst-mfld-platform-pcm.c209 str_params->task = map[index].task_id; in sst_fill_stream_params()
222 str_params->task = map[index].task_id; in sst_fill_stream_params()
/linux-4.4.14/include/trace/events/
Dsunrpc.h23 __field(unsigned int, task_id)
29 __entry->task_id = task->tk_pid;
35 __entry->task_id, __entry->client_id,
57 __field(unsigned int, task_id)
63 __entry->task_id = task->tk_pid;
69 __entry->task_id, __entry->client_id,
80 __field(unsigned int, task_id)
90 __entry->task_id = task->tk_pid;
98 __entry->task_id, __entry->client_id,
137 __field(unsigned int, task_id)
[all …]
/linux-4.4.14/arch/x86/include/asm/
Dplatform_sst_audio.h69 u8 task_id; /* fw task */ member
/linux-4.4.14/drivers/scsi/ufs/
Dufshcd.c3695 static int ufshcd_issue_tm_cmd(struct ufs_hba *hba, int lun_id, int task_id, in ufshcd_issue_tm_cmd() argument
3739 task_req_upiup->input_param2 = cpu_to_be32(task_id); in ufshcd_issue_tm_cmd()