Searched refs:mailbox_data (Results 1 – 6 of 6) sorted by relevance
/linux/sound/soc/intel/atom/sst/ |
H A D | sst_ipc.c | 166 msg->mailbox_data, in sst_post_message_mrfld() 173 kfree(msg->mailbox_data); in sst_post_message_mrfld() 259 msg_id = ((struct ipc_dsp_hdr *)msg->mailbox_data)->cmd_id; in process_fw_async_msg() 260 data_offset = (msg->mailbox_data + sizeof(struct ipc_dsp_hdr)); in process_fw_async_msg() 265 pipe_id = ((struct ipc_dsp_hdr *)msg->mailbox_data)->pipe_id; in process_fw_async_msg() 283 pipe_id = ((struct ipc_dsp_hdr *)msg->mailbox_data)->pipe_id; in process_fw_async_msg() 304 pipe_id = ((struct ipc_dsp_hdr *)msg->mailbox_data)->pipe_id; in process_fw_async_msg() 359 data = kmemdup((void *)msg->mailbox_data, msg_low, GFP_KERNEL); in sst_process_reply_mrfld()
|
H A D | sst_pvt.c | 164 msg->mailbox_data = kzalloc(SST_MAILBOX_SIZE, GFP_ATOMIC); in sst_create_ipc_msg() 165 if (!msg->mailbox_data) { in sst_create_ipc_msg() 170 msg->mailbox_data = NULL; in sst_create_ipc_msg() 259 memcpy(msg->mailbox_data, &dsp_hdr, sizeof(dsp_hdr)); in sst_prepare_and_post_msg() 261 memcpy(msg->mailbox_data + sizeof(dsp_hdr), in sst_prepare_and_post_msg()
|
H A D | sst.c | 94 memcpy_fromio(msg->mailbox_data, in intel_sst_interrupt_mrfld() 136 kfree(msg->mailbox_data); in intel_sst_irq_thread_mrfld()
|
H A D | sst_stream.c | 193 memcpy(msg->mailbox_data, &bytes->bytes, bytes->len); in sst_send_byte_stream_mrfld()
|
/linux/sound/soc/intel/atom/ |
H A D | sst-mfld-dsp.h | 489 char *mailbox_data; member
|
/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 11022 u8 mailbox_data[512][0x8]; member
|