/sound/virtio/ |
D | virtio_ctl_msg.c | 33 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
|
D | virtio_pcm_msg.c | 147 struct virtio_pcm_msg *msg; in virtsnd_pcm_msg_alloc() local 215 struct virtio_pcm_msg *msg = vss->msgs[i]; in virtsnd_pcm_msg_send() local 288 static void virtsnd_pcm_msg_complete(struct virtio_pcm_msg *msg, in virtsnd_pcm_msg_complete() 339 struct virtio_pcm_msg *msg; in virtsnd_pcm_notify_cb() local 396 struct virtio_snd_msg *msg; in virtsnd_pcm_ctl_msg_alloc() local
|
D | virtio_ctl_msg.h | 50 struct virtio_snd_msg *msg) in virtsnd_ctl_msg_send_sync() 64 struct virtio_snd_msg *msg) in virtsnd_ctl_msg_send_async()
|
D | virtio_pcm_ops.c | 160 struct virtio_snd_msg *msg; in virtsnd_pcm_dev_set_params() local 274 struct virtio_snd_msg *msg; in virtsnd_pcm_prepare() local 325 struct virtio_snd_msg *msg; in virtsnd_pcm_trigger() local 391 struct virtio_snd_msg *msg; in virtsnd_pcm_sync_stop() local
|
D | virtio_kctl.c | 110 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
|
/sound/soc/fsl/ |
D | imx-pcm-rpmsg.c | 36 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 195 struct rpmsg_msg *msg; in imx_rpmsg_pcm_pointer() local 216 struct rpmsg_msg *msg; in imx_rpmsg_timer_callback() local 233 struct rpmsg_msg *msg; in imx_rpmsg_pcm_open() local 285 struct rpmsg_msg *msg; in imx_rpmsg_pcm_close() local 351 struct rpmsg_msg *msg; in imx_rpmsg_prepare_and_submit() local 380 struct rpmsg_msg *msg; in imx_rpmsg_async_issue_pending() local 397 struct rpmsg_msg *msg; in imx_rpmsg_restart() local [all …]
|
/sound/soc/intel/avs/ |
D | messages.c | 17 union avs_global_msg msg = AVS_GLOBAL_REQUEST(ROM_CONTROL); in avs_ipc_set_boot_config() local 35 union avs_global_msg msg = AVS_GLOBAL_REQUEST(LOAD_MULTIPLE_MODULES); in avs_ipc_load_modules() local 53 union avs_global_msg msg = AVS_GLOBAL_REQUEST(UNLOAD_MULTIPLE_MODULES); in avs_ipc_unload_modules() local 71 union avs_global_msg msg = AVS_GLOBAL_REQUEST(LOAD_LIBRARY); in avs_ipc_load_library() local 89 union avs_global_msg msg = AVS_GLOBAL_REQUEST(CREATE_PIPELINE); in avs_ipc_create_pipeline() local 109 union avs_global_msg msg = AVS_GLOBAL_REQUEST(DELETE_PIPELINE); in avs_ipc_delete_pipeline() local 126 union avs_global_msg msg = AVS_GLOBAL_REQUEST(SET_PIPELINE_STATE); in avs_ipc_set_pipeline_state() local 144 union avs_global_msg msg = AVS_GLOBAL_REQUEST(GET_PIPELINE_STATE); in avs_ipc_get_pipeline_state() local 184 union avs_module_msg msg = AVS_MODULE_REQUEST(INIT_INSTANCE); in avs_ipc_init_instance() local 223 union avs_module_msg msg = AVS_MODULE_REQUEST(DELETE_INSTANCE); in avs_ipc_delete_instance() local [all …]
|
D | trace.h | 40 #define trace_avs_request(msg, fwregs) \ argument 46 #define trace_avs_reply(msg, fwregs) \ argument 52 #define trace_avs_notify(msg, fwregs) \ argument
|
D | ipc.c | 158 static void avs_dsp_exception_caught(struct avs_dev *adev, union avs_notify_msg *msg) in avs_dsp_exception_caught() 186 union avs_reply_msg msg = AVS_MSG(header); in avs_dsp_receive_rx() local 209 union avs_notify_msg msg = AVS_MSG(header); in avs_dsp_process_notification() local 355 union avs_reply_msg msg; in avs_dsp_irq_thread() local 476 union avs_notify_msg msg = AVS_NOTIFICATION(EXCEPTION_CAUGHT); in avs_dsp_do_send_msg() local
|
D | skl.c | 56 skl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg) in skl_log_buffer_status() 82 static int skl_coredump(struct avs_dev *adev, union avs_notify_msg *msg) in skl_coredump()
|
D | apl.c | 50 static int apl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg) in apl_log_buffer_status() 110 static int apl_coredump(struct avs_dev *adev, union avs_notify_msg *msg) in apl_coredump()
|
/sound/soc/intel/catpt/ |
D | messages.c | 16 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/ |
D | sst-ipc.c | 34 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/sof/ |
D | ipc4.c | 29 char *msg; member 181 static void sof_ipc4_log_header(struct device *dev, u8 *text, struct sof_ipc4_msg *msg, in sof_ipc4_log_header() 239 static void sof_ipc4_log_header(struct device *dev, u8 *text, struct sof_ipc4_msg *msg, in sof_ipc4_log_header() 259 struct snd_sof_ipc_msg *msg = sdev->msg; in sof_ipc4_get_reply() local 287 struct snd_sof_ipc_msg *msg = &ipc->msg; in ipc4_wait_tx_done() local 364 struct sof_ipc4_msg *msg = NULL; in sof_ipc4_tx_msg() local 517 struct snd_sof_ipc_msg *msg = &sdev->ipc->msg; in sof_ipc4_init_msg_memory() local 634 struct sof_ipc4_msg msg; in sof_ipc4_set_core_state() local
|
D | ipc.c | 40 struct snd_sof_ipc_msg *msg; in sof_ipc_send_msg() local 124 struct snd_sof_ipc_msg *msg = &sdev->ipc->msg; in snd_sof_ipc_reply() local 142 struct snd_sof_ipc_msg *msg; in snd_sof_ipc_init() local
|
D | ipc4-topology.h | 80 struct sof_ipc4_msg msg; member 181 struct sof_ipc4_msg msg; member 205 struct sof_ipc4_msg msg; member 243 struct sof_ipc4_msg msg; member 255 struct sof_ipc4_msg msg; member 269 struct sof_ipc4_msg msg; member
|
D | debug.c | 219 struct sof_ipc_cmd_hdr msg = { in memory_info_update() local 397 void snd_sof_dsp_dbg_dump(struct snd_sof_dev *sdev, const char *msg, u32 flags) in snd_sof_dsp_dbg_dump() 433 void snd_sof_handle_fw_exception(struct snd_sof_dev *sdev, const char *msg) in snd_sof_handle_fw_exception()
|
D | ipc4-control.c | 21 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_get_kcontrol_data() local 58 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_volume_data() local
|
/sound/soc/intel/atom/sst/ |
D | sst_ipc.c | 31 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()
|
D | sst_pvt.c | 158 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/ |
D | hda-ipc.c | 59 int hda_dsp_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in hda_dsp_ipc_send_msg() 70 int hda_dsp_ipc4_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in hda_dsp_ipc4_send_msg() 88 struct snd_sof_ipc_msg *msg = sdev->msg; in hda_dsp_ipc_get_reply() local 200 u32 msg; in hda_dsp_ipc_irq_thread() local
|
D | cnl.c | 111 u32 msg; in cnl_ipc_irq_thread() local 234 static bool cnl_compact_ipc_compress(struct snd_sof_ipc_msg *msg, in cnl_compact_ipc_compress() 252 int cnl_ipc4_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in cnl_ipc4_send_msg() 268 int cnl_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in cnl_ipc_send_msg()
|
/sound/soc/intel/skylake/ |
D | skl-sst-ipc.c | 280 void skl_ipc_tx_data_copy(struct ipc_message *msg, char *tx_data, in skl_ipc_tx_data_copy() 296 static void skl_ipc_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in skl_ipc_tx_msg() 328 struct ipc_message *msg = NULL; in skl_ipc_reply_get_msg() local 391 const char *msg; member 436 struct ipc_message *msg; in skl_ipc_process_reply() local 789 struct skl_ipc_init_instance_msg *msg, void *param_data) in skl_ipc_init_instance() 830 struct skl_ipc_bind_unbind_msg *msg) in skl_ipc_bind_unbind() 916 struct skl_ipc_large_config_msg *msg, u32 *param) in skl_ipc_set_large_config() 972 struct skl_ipc_large_config_msg *msg, in skl_ipc_get_large_config() 1043 int skl_ipc_set_d0ix(struct sst_generic_ipc *ipc, struct skl_ipc_d0ix_msg *msg) in skl_ipc_set_d0ix()
|
D | skl-messages.c | 41 struct skl_ipc_large_config_msg msg = {0}; in skl_dsp_set_astate_cfg() local 693 struct skl_ipc_large_config_msg msg = {0}; in skl_dsp_set_dma_control() local 1032 struct skl_ipc_init_instance_msg msg; in skl_init_module() local 1090 struct skl_ipc_bind_unbind_msg msg; in skl_unbind_modules() local 1156 struct skl_ipc_bind_unbind_msg msg; in skl_bind_modules() local 1399 struct skl_ipc_large_config_msg msg; in skl_set_module_params() local 1412 struct skl_ipc_large_config_msg msg; in skl_get_module_params() local
|
/sound/pci/mixart/ |
D | mixart_core.c | 128 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
|