Home
last modified time | relevance | path

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

/sound/soc/intel/atom/sst/
Dsst_ipc.c29 u32 msg_id, u32 drv_id) in sst_create_block() argument
39 msg->msg_id = msg_id; in sst_create_block()
72 dev_dbg(ctx->dev, "Block ipc %d, drv_id %d\n", block->msg_id, in sst_wake_up_block()
74 if (block->msg_id == ipc && block->drv_id == drv_id) { in sst_wake_up_block()
251 u32 msg_id; in process_fw_async_msg() local
259 msg_id = ((struct ipc_dsp_hdr *)msg->mailbox_data)->cmd_id; in process_fw_async_msg()
263 switch (msg_id) { in process_fw_async_msg()
314 "Unrecognized async msg from FW msg_id %#x\n", msg_id); in process_fw_async_msg()
349 msg_high.part.msg_id, NULL, 0); in sst_process_reply_mrfld()
367 msg_high.part.msg_id, data, msg_low)) in sst_process_reply_mrfld()
[all …]
Dsst_pvt.c125 block->condition, block->msg_id, block->drv_id); in sst_wait_timeout()
139 block->condition, block->msg_id, sst_drv_ctx->sst_state); in sst_wait_timeout()
188 u32 msg_id, u32 drv_id) in sst_create_block_and_ipc_msg() argument
195 *block = sst_create_block(sst_drv_ctx, msg_id, drv_id); in sst_create_block_and_ipc_msg()
306 header->p.header_high.part.msg_id = msg; in sst_fill_header_mrfld()
Dsst.h171 u32 msg_id; member
483 u32 msg_id, u32 drv_id);
486 u32 msg_id, u32 drv_id);
Dsst.c35 static inline bool sst_is_process_reply(u32 msg_id) in sst_is_process_reply() argument
37 return ((msg_id & PROCESS_MSG) ? true : false); in sst_is_process_reply()
104 sst_is_process_reply(header.p.header_high.part.msg_id); in intel_sst_interrupt_mrfld()
/sound/soc/sof/
Dipc.c21 static void ipc_trace_message(struct snd_sof_dev *sdev, u32 msg_id);
355 void snd_sof_ipc_reply(struct snd_sof_dev *sdev, u32 msg_id) in snd_sof_ipc_reply() argument
362 msg_id); in snd_sof_ipc_reply()
429 static void ipc_trace_message(struct snd_sof_dev *sdev, u32 msg_id) in ipc_trace_message() argument
433 switch (msg_id) { in ipc_trace_message()
441 msg_id); in ipc_trace_message()
450 static void ipc_period_elapsed(struct snd_sof_dev *sdev, u32 msg_id) in ipc_period_elapsed() argument
458 spcm = snd_sof_find_spcm_comp(scomp, msg_id, &direction); in ipc_period_elapsed()
462 msg_id); in ipc_period_elapsed()
480 static void ipc_xrun(struct snd_sof_dev *sdev, u32 msg_id) in ipc_xrun() argument
[all …]
Dsof-priv.h153 int (*fw_ready)(struct snd_sof_dev *sdev, u32 msg_id); /* mandatory */
502 void snd_sof_ipc_reply(struct snd_sof_dev *sdev, u32 msg_id);
581 int sof_fw_ready(struct snd_sof_dev *sdev, u32 msg_id);
Dloader.c492 int sof_fw_ready(struct snd_sof_dev *sdev, u32 msg_id) in sof_fw_ready() argument
513 msg_id, offset); in sof_fw_ready()
/sound/soc/intel/atom/
Dsst-mfld-dsp.h191 u32 msg_id:8; /* Message ID - Max 256 Message Types */ member
216 u32 msg_id:8; /* Message ID - Max 256 Message Types */ member
429 u32 msg_id; /* Async msg id */ member