Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 76) sorted by relevance

1234

/sound/virtio/
Dvirtio_ctl_msg.c33 void virtsnd_ctl_msg_ref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_ref()
46 void virtsnd_ctl_msg_unref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_unref()
58 void *virtsnd_ctl_msg_request(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_request()
69 void *virtsnd_ctl_msg_response(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_response()
88 struct virtio_snd_msg *msg; in virtsnd_ctl_msg_alloc() local
121 int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg, in virtsnd_ctl_msg_send()
219 void virtsnd_ctl_msg_complete(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_complete()
240 struct virtio_snd_msg *msg = in virtsnd_ctl_msg_cancel_all() local
264 struct virtio_snd_msg *msg; in virtsnd_ctl_query_info() local
297 struct virtio_snd_msg *msg; in virtsnd_ctl_notify_cb() local
Dvirtio_pcm_msg.c147 struct virtio_pcm_msg *msg; in virtsnd_pcm_msg_alloc() local
216 struct virtio_pcm_msg *msg = vss->msgs[i]; in virtsnd_pcm_msg_send() local
301 static void virtsnd_pcm_msg_complete(struct virtio_pcm_msg *msg, in virtsnd_pcm_msg_complete()
352 struct virtio_pcm_msg *msg; in virtsnd_pcm_notify_cb() local
407 struct virtio_snd_msg *msg; in virtsnd_pcm_ctl_msg_alloc() local
Dvirtio_ctl_msg.h50 struct virtio_snd_msg *msg) in virtsnd_ctl_msg_send_sync()
64 struct virtio_snd_msg *msg) in virtsnd_ctl_msg_send_async()
Dvirtio_kctl.c110 struct virtio_snd_msg *msg; in virtsnd_kctl_get() local
183 struct virtio_snd_msg *msg; in virtsnd_kctl_put() local
243 struct virtio_snd_msg *msg; in virtsnd_kctl_tlv_op() local
323 struct virtio_snd_msg *msg; in virtsnd_kctl_get_enum_items() local
Dvirtio_pcm_ops.c160 struct virtio_snd_msg *msg; in virtsnd_pcm_dev_set_params() local
274 struct virtio_snd_msg *msg; in virtsnd_pcm_prepare() local
329 struct virtio_snd_msg *msg; in virtsnd_pcm_trigger() local
396 struct virtio_snd_msg *msg; in virtsnd_pcm_sync_stop() local
/sound/soc/fsl/
Dimx-pcm-rpmsg.c36 static int imx_rpmsg_pcm_send_message(struct rpmsg_msg *msg, in imx_rpmsg_pcm_send_message()
109 struct rpmsg_msg *msg, in imx_rpmsg_insert_workqueue()
143 struct rpmsg_msg *msg; in imx_rpmsg_pcm_hw_params() local
194 struct rpmsg_msg *msg; in imx_rpmsg_pcm_pointer() local
215 struct rpmsg_msg *msg; in imx_rpmsg_timer_callback() local
236 struct rpmsg_msg *msg; in imx_rpmsg_pcm_open() local
289 struct rpmsg_msg *msg; in imx_rpmsg_pcm_close() local
354 struct rpmsg_msg *msg; in imx_rpmsg_prepare_and_submit() local
383 struct rpmsg_msg *msg; in imx_rpmsg_async_issue_pending() local
400 struct rpmsg_msg *msg; in imx_rpmsg_restart() local
[all …]
/sound/soc/intel/catpt/
Dmessages.c16 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_FW_VERSION); in catpt_ipc_get_fw_version() local
56 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ALLOCATE_STREAM); in catpt_ipc_alloc_stream() local
108 union catpt_global_msg msg = CATPT_GLOBAL_MSG(FREE_STREAM); in catpt_ipc_free_stream() local
127 union catpt_global_msg msg = CATPT_GLOBAL_MSG(SET_DEVICE_FORMATS); in catpt_ipc_set_device_format() local
145 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ENTER_DX_STATE); in catpt_ipc_enter_dxstate() local
165 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_MIXER_STREAM_INFO); in catpt_ipc_get_mixer_stream_info() local
182 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESET_STREAM); in catpt_ipc_reset_stream() local
199 union catpt_stream_msg msg = CATPT_STREAM_MSG(PAUSE_STREAM); in catpt_ipc_pause_stream() local
216 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESUME_STREAM); in catpt_ipc_resume_stream() local
243 union catpt_stream_msg msg = CATPT_STAGE_MSG(SET_VOLUME); in catpt_ipc_set_volume() local
[all …]
/sound/soc/intel/common/
Dsst-ipc.c34 struct ipc_message *msg = NULL; in msg_get_empty() local
46 struct ipc_message *msg, struct sst_ipc_message *reply) in tx_wait_done()
82 struct ipc_message *msg; in ipc_tx_message() local
156 struct ipc_message *msg; in ipc_tx_msgs() local
221 struct ipc_message *msg; in sst_ipc_reply_find_msg() local
246 struct ipc_message *msg) in sst_ipc_tx_msg_reply_complete()
/sound/soc/intel/avs/
Dmessages.c17 union avs_global_msg msg = AVS_GLOBAL_REQUEST(ROM_CONTROL); in avs_ipc_set_boot_config() local
30 union avs_global_msg msg = AVS_GLOBAL_REQUEST(LOAD_MULTIPLE_MODULES); in avs_ipc_load_modules() local
44 union avs_global_msg msg = AVS_GLOBAL_REQUEST(UNLOAD_MULTIPLE_MODULES); in avs_ipc_unload_modules() local
57 union avs_global_msg msg = AVS_GLOBAL_REQUEST(LOAD_LIBRARY); in avs_ipc_load_library() local
70 union avs_global_msg msg = AVS_GLOBAL_REQUEST(CREATE_PIPELINE); in avs_ipc_create_pipeline() local
85 union avs_global_msg msg = AVS_GLOBAL_REQUEST(DELETE_PIPELINE); in avs_ipc_delete_pipeline() local
97 union avs_global_msg msg = AVS_GLOBAL_REQUEST(SET_PIPELINE_STATE); in avs_ipc_set_pipeline_state() local
110 union avs_global_msg msg = AVS_GLOBAL_REQUEST(GET_PIPELINE_STATE); in avs_ipc_get_pipeline_state() local
146 union avs_module_msg msg = AVS_MODULE_REQUEST(INIT_INSTANCE); in avs_ipc_init_instance() local
180 union avs_module_msg msg = AVS_MODULE_REQUEST(DELETE_INSTANCE); in avs_ipc_delete_instance() local
[all …]
Dtrace.h40 #define trace_avs_request(msg, fwregs) \ argument
46 #define trace_avs_reply(msg, fwregs) \ argument
52 #define trace_avs_notify(msg, fwregs) \ argument
Dskl.c39 union avs_reply_msg msg; in avs_skl_ipc_interrupt() local
118 static int avs_skl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg) in avs_skl_log_buffer_status()
138 static int avs_skl_coredump(struct avs_dev *adev, union avs_notify_msg *msg) in avs_skl_coredump()
Dipc.c158 static void avs_dsp_exception_caught(struct avs_dev *adev, union avs_notify_msg *msg) in avs_dsp_exception_caught()
188 union avs_reply_msg msg = AVS_MSG(header); in avs_dsp_receive_rx() local
211 union avs_notify_msg msg = AVS_MSG(header); in avs_dsp_process_notification() local
405 union avs_notify_msg msg = AVS_NOTIFICATION(EXCEPTION_CAUGHT); in avs_dsp_do_send_msg() local
Dapl.c70 int avs_apl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg) in avs_apl_log_buffer_status()
124 int avs_apl_coredump(struct avs_dev *adev, union avs_notify_msg *msg) in avs_apl_coredump()
/sound/soc/sof/
Dipc4.c23 char *msg; member
183 static void sof_ipc4_log_header(struct device *dev, u8 *text, struct sof_ipc4_msg *msg, in sof_ipc4_log_header()
241 static void sof_ipc4_log_header(struct device *dev, u8 *text, struct sof_ipc4_msg *msg, in sof_ipc4_log_header()
268 struct snd_sof_ipc_msg *msg = sdev->msg; in sof_ipc4_get_reply() local
296 struct snd_sof_ipc_msg *msg = &ipc->msg; in ipc4_wait_tx_done() local
394 struct sof_ipc4_msg *msg = NULL; in sof_ipc4_tx_msg() local
537 struct snd_sof_ipc_msg *msg = &sdev->ipc->msg; in sof_ipc4_init_msg_memory() local
718 struct sof_ipc4_msg msg; in sof_ipc4_set_core_state() local
752 struct sof_ipc4_msg msg = {{0}}; in sof_ipc4_set_pm_gate() local
Dsof-client-probes-ipc3.c66 struct sof_ipc_probe_dma_add_params *msg; in ipc3_probes_init() local
94 struct sof_ipc_cmd_hdr msg; in ipc3_probes_deinit() local
106 struct sof_ipc_probe_info_params msg = {{{0}}}; in ipc3_probes_info() local
179 struct sof_ipc_probe_point_add_params *msg; in ipc3_probes_points_add() local
209 struct sof_ipc_probe_point_remove_params *msg; in ipc3_probes_points_remove() local
Dipc.c40 struct snd_sof_ipc_msg *msg; in sof_ipc_send_msg() local
132 struct snd_sof_ipc_msg *msg = &sdev->ipc->msg; in snd_sof_ipc_reply() local
150 struct snd_sof_ipc_msg *msg; in snd_sof_ipc_init() local
Dsof-client-probes-ipc4.c110 struct sof_ipc4_msg msg; in ipc4_probes_init() local
148 struct sof_ipc4_msg msg; in ipc4_probes_deinit() local
201 struct sof_ipc4_msg msg; in ipc4_probes_points_add() local
253 struct sof_ipc4_msg msg; in ipc4_probes_points_remove() local
Dipc4-topology.h141 struct sof_ipc4_msg msg; member
313 struct sof_ipc4_msg msg; member
338 struct sof_ipc4_msg msg; member
401 struct sof_ipc4_msg msg; member
413 struct sof_ipc4_msg msg; member
435 struct sof_ipc4_msg msg; member
474 struct sof_ipc4_msg msg; member
Ddebug.c200 struct sof_ipc_cmd_hdr msg = { in memory_info_update() local
416 void snd_sof_dsp_dbg_dump(struct snd_sof_dev *sdev, const char *msg, u32 flags) in snd_sof_dsp_dbg_dump()
452 void snd_sof_handle_fw_exception(struct snd_sof_dev *sdev, const char *msg) in snd_sof_handle_fw_exception()
Dipc4-control.c22 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_get_kcontrol_data() local
91 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_volume_data() local
211 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_generic_control_data() local
248 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_refresh_generic_control() local
411 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_get_bytes_data() local
/sound/soc/intel/atom/sst/
Dsst_ipc.c31 struct sst_block *msg; in sst_create_block() local
118 struct ipc_post *msg = ipc_msg; in sst_post_message_mrfld() local
216 void *msg) in process_fw_init()
249 struct ipc_post *msg) in process_fw_async_msg()
319 struct ipc_post *msg) in sst_process_reply_mrfld()
Dsst_pvt.c158 struct ipc_post *msg; in sst_create_ipc_msg() local
226 struct ipc_post *msg = NULL; in sst_prepare_and_post_msg() local
303 int msg, int task_id, int large, int drv_id) in sst_fill_header_mrfld()
315 void sst_fill_header_dsp(struct ipc_dsp_hdr *dsp, int msg, in sst_fill_header_dsp()
398 struct ipc_post *msg) in sst_add_to_dispatch_list_and_post()
/sound/soc/sof/intel/
Dcnl.c122 u32 msg; in cnl_ipc_irq_thread() local
246 static bool cnl_compact_ipc_compress(struct snd_sof_ipc_msg *msg, in cnl_compact_ipc_compress()
264 int cnl_ipc4_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in cnl_ipc4_send_msg()
291 int cnl_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in cnl_ipc_send_msg()
Dhda-ipc.c65 int hda_dsp_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in hda_dsp_ipc_send_msg()
91 struct snd_sof_ipc_msg *msg) in hda_dsp_ipc4_schedule_d0i3_work()
104 int hda_dsp_ipc4_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in hda_dsp_ipc4_send_msg()
133 struct snd_sof_ipc_msg *msg = sdev->msg; in hda_dsp_ipc_get_reply() local
258 u32 msg; in hda_dsp_ipc_irq_thread() local
/sound/pci/mixart/
Dmixart_core.c128 struct mixart_msg *msg, in send_msg()
332 u32 msg, addr, type; in snd_mixart_process_msg() local
421 u32 msg; in snd_mixart_threaded_irq() local

1234