Home
last modified time | relevance | path

Searched refs:SOF_IPC_MSG_MAX_SIZE (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/sof/
H A Dipc.c327 if (msg_bytes > SOF_IPC_MSG_MAX_SIZE || in sof_ipc_tx_message_no_pm()
328 reply_bytes > SOF_IPC_MSG_MAX_SIZE) in sof_ipc_tx_message_no_pm()
572 sparams->pl_size = SOF_IPC_MSG_MAX_SIZE - sparams->hdr_bytes; in sof_get_ctrl_copy_params()
592 partdata = kzalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_set_get_large_ctrl_data()
722 if (cdata->rhdr.hdr.size <= SOF_IPC_MSG_MAX_SIZE) { in snd_sof_ipc_set_get_comp_data()
838 msg->msg_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, in snd_sof_ipc_init()
843 msg->reply_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, in snd_sof_ipc_init()
H A 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()
H A Dtopology.c2224 if (ipc_size > SOF_IPC_MSG_MAX_SIZE) { in sof_process_load()
/kernel/linux/linux-5.10/include/sound/sof/
H A Dheader.h128 #define SOF_IPC_MSG_MAX_SIZE 384 macro
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc3.c769 msg->reply_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in ipc3_init_reply_data_buffer()
773 sdev->ipc->max_payload_size = SOF_IPC_MSG_MAX_SIZE; in ipc3_init_reply_data_buffer()
1001 if (hdr->size < sizeof(*hdr) || hdr->size > SOF_IPC_MSG_MAX_SIZE) { in sof_ipc3_do_rx_work()
1070 if (hdr.size < sizeof(hdr) || hdr.size > SOF_IPC_MSG_MAX_SIZE) { in sof_ipc3_rx_msg()
H A Ddebug.c228 reply = kmalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in memory_info_update()
238 ret = sof_ipc_tx_message(sdev->ipc, &msg, msg.size, reply, SOF_IPC_MSG_MAX_SIZE); in memory_info_update()
H A Dipc3-dtrace.c157 if (size > SOF_IPC_MSG_MAX_SIZE) in ipc3_trace_update_filter()
H A Dipc3-topology.c883 if (ipc_size > SOF_IPC_MSG_MAX_SIZE) { in sof_process_load()
/kernel/linux/linux-6.6/include/sound/sof/
H A Dheader.h134 #define SOF_IPC_MSG_MAX_SIZE 384 macro

Completed in 14 milliseconds