Home
last modified time | relevance | path

Searched refs:SOF_IPC_MSG_MAX_SIZE (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/sound/soc/sof/
Dipc.c338 if (msg_bytes > SOF_IPC_MSG_MAX_SIZE || in sof_ipc_tx_message_no_pm()
339 reply_bytes > SOF_IPC_MSG_MAX_SIZE) in sof_ipc_tx_message_no_pm()
583 sparams->pl_size = SOF_IPC_MSG_MAX_SIZE - sparams->hdr_bytes; in sof_get_ctrl_copy_params()
603 partdata = kzalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_set_get_large_ctrl_data()
733 if (cdata->rhdr.hdr.size <= SOF_IPC_MSG_MAX_SIZE) { in snd_sof_ipc_set_get_comp_data()
849 msg->msg_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, in snd_sof_ipc_init()
854 msg->reply_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, in snd_sof_ipc_init()
Dprobe.c84 reply = kzalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_ipc_probe_info()
91 msg.rhdr.hdr.size, reply, SOF_IPC_MSG_MAX_SIZE); in sof_ipc_probe_info()
Ddebug.c643 reply = kmalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in memory_info_update()
654 ret = sof_ipc_tx_message(sdev->ipc, msg.cmd, &msg, msg.size, reply, SOF_IPC_MSG_MAX_SIZE); in memory_info_update()
Dtrace.c135 if (size > SOF_IPC_MSG_MAX_SIZE) in sof_ipc_trace_update_filter()
Dtopology.c2232 if (ipc_size > SOF_IPC_MSG_MAX_SIZE) { in sof_process_load()
/Linux-v5.15/include/sound/sof/
Dheader.h133 #define SOF_IPC_MSG_MAX_SIZE 384 macro