Searched refs:SOF_IPC_MSG_MAX_SIZE (Results 1 – 6 of 6) sorted by relevance
/linux/sound/soc/sof/ |
A D | ipc.c | 366 if (msg_bytes > SOF_IPC_MSG_MAX_SIZE || in sof_ipc_tx_message_no_pm() 367 reply_bytes > SOF_IPC_MSG_MAX_SIZE) in sof_ipc_tx_message_no_pm() 663 sparams->pl_size = SOF_IPC_MSG_MAX_SIZE - sparams->hdr_bytes; in sof_get_ctrl_copy_params() 683 partdata = kzalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_set_get_large_ctrl_data() 839 if (cdata->rhdr.hdr.size <= SOF_IPC_MSG_MAX_SIZE) { in snd_sof_ipc_set_get_comp_data() 927 msg->msg_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_ipc_init_msg_memory() 931 msg->reply_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_ipc_init_msg_memory()
|
A D | sof-probes.c | 115 reply = kzalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_ipc_probe_info() 122 msg.rhdr.hdr.size, reply, SOF_IPC_MSG_MAX_SIZE); in sof_ipc_probe_info()
|
A D | debug.c | 657 reply = kmalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in memory_info_update() 668 ret = sof_ipc_tx_message(sdev->ipc, msg.cmd, &msg, msg.size, reply, SOF_IPC_MSG_MAX_SIZE); in memory_info_update()
|
A D | trace.c | 135 if (size > SOF_IPC_MSG_MAX_SIZE) in sof_ipc_trace_update_filter()
|
A D | topology.c | 2196 if (ipc_size > SOF_IPC_MSG_MAX_SIZE) { in sof_process_load()
|
/linux/include/sound/sof/ |
A D | header.h | 133 #define SOF_IPC_MSG_MAX_SIZE 384 macro
|
Completed in 15 milliseconds