Searched refs:cache_buf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | debug.c | 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() 323 snprintf(dfse->cache_buf + strlen(dfse->cache_buf), in sof_debug_ipc_flood_test() 324 IPC_FLOOD_TEST_RESULT_LEN - strlen(dfse->cache_buf), in sof_debug_ipc_flood_test() 328 snprintf(dfse->cache_buf + 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() 453 dfse->cache_buf) { in sof_dfsentry_read() 457 count = strlen(dfse->cache_buf); in sof_dfsentry_read() [all...] |
H A D | pm.c | 80 memcpy_fromio(dfse->cache_buf, dfse->io_mem, in sof_cache_debugfs()
|
H A D | sof-priv.h | 301 char *cache_buf; /* buffer to cache the contents of debugfs memory */ member
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | debug.c | 93 memcpy(buf, dfse->cache_buf + pos, size); in sof_dfsentry_read() 159 dfse->cache_buf = devm_kzalloc(sdev->dev, size, GFP_KERNEL); in snd_sof_debugfs_io_item() 160 if (!dfse->cache_buf) in snd_sof_debugfs_io_item()
|
H A D | pm.c | 67 memcpy_fromio(dfse->cache_buf, dfse->io_mem, in sof_cache_debugfs()
|
H A D | sof-priv.h | 366 char *cache_buf; /* buffer to cache the contents of debugfs memory */ member
|
Completed in 6 milliseconds