Searched refs:SOF_IPC_MSG_MAX_SIZE (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/sound/soc/sof/ |
| D | ipc.c | 338 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()
|
| D | probe.c | 84 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()
|
| D | debug.c | 643 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()
|
| D | trace.c | 135 if (size > SOF_IPC_MSG_MAX_SIZE) in sof_ipc_trace_update_filter()
|
| D | topology.c | 2232 if (ipc_size > SOF_IPC_MSG_MAX_SIZE) { in sof_process_load()
|
| /Linux-v5.15/include/sound/sof/ |
| D | header.h | 133 #define SOF_IPC_MSG_MAX_SIZE 384 macro
|