Home
last modified time | relevance | path

Searched refs:IPC_FLOOD_TEST_RESULT_LEN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/sof/
H A Dsof-client-ipc-flood-test.c24 #define IPC_FLOOD_TEST_RESULT_LEN 512 macro
122 memset(priv->buf, 0, IPC_FLOOD_TEST_RESULT_LEN); in sof_debug_ipc_flood_test()
126 snprintf(priv->buf, IPC_FLOOD_TEST_RESULT_LEN, in sof_debug_ipc_flood_test()
137 IPC_FLOOD_TEST_RESULT_LEN - strlen(priv->buf), in sof_debug_ipc_flood_test()
142 IPC_FLOOD_TEST_RESULT_LEN - strlen(priv->buf), in sof_debug_ipc_flood_test()
308 priv->buf = devm_kmalloc(dev, IPC_FLOOD_TEST_RESULT_LEN, GFP_KERNEL); in sof_ipc_flood_probe()
/kernel/linux/linux-5.10/sound/soc/sof/
H A Ddebug.c238 #define IPC_FLOOD_TEST_RESULT_LEN 512 macro
305 memset(dfse->cache_buf, 0, IPC_FLOOD_TEST_RESULT_LEN); in sof_debug_ipc_flood_test()
310 snprintf(dfse->cache_buf, IPC_FLOOD_TEST_RESULT_LEN, in sof_debug_ipc_flood_test()
324 IPC_FLOOD_TEST_RESULT_LEN - strlen(dfse->cache_buf), in sof_debug_ipc_flood_test()
329 IPC_FLOOD_TEST_RESULT_LEN - strlen(dfse->cache_buf), in sof_debug_ipc_flood_test()
614 dfse->cache_buf = devm_kzalloc(sdev->dev, IPC_FLOOD_TEST_RESULT_LEN, in snd_sof_debugfs_buf_item()

Completed in 2 milliseconds