cache_buf 90 sound/soc/sof/debug.c memset(dfse->cache_buf, 0, IPC_FLOOD_TEST_RESULT_LEN); cache_buf 95 sound/soc/sof/debug.c snprintf(dfse->cache_buf, IPC_FLOOD_TEST_RESULT_LEN, cache_buf 108 sound/soc/sof/debug.c snprintf(dfse->cache_buf + strlen(dfse->cache_buf), cache_buf 109 sound/soc/sof/debug.c IPC_FLOOD_TEST_RESULT_LEN - strlen(dfse->cache_buf), cache_buf 113 sound/soc/sof/debug.c snprintf(dfse->cache_buf + strlen(dfse->cache_buf), cache_buf 114 sound/soc/sof/debug.c IPC_FLOOD_TEST_RESULT_LEN - strlen(dfse->cache_buf), cache_buf 238 sound/soc/sof/debug.c dfse->cache_buf) { cache_buf 242 sound/soc/sof/debug.c count = strlen(dfse->cache_buf); cache_buf 243 sound/soc/sof/debug.c size_ret = copy_to_user(buffer, dfse->cache_buf, count); cache_buf 293 sound/soc/sof/debug.c memcpy(buf, dfse->cache_buf + pos, size); cache_buf 359 sound/soc/sof/debug.c dfse->cache_buf = devm_kzalloc(sdev->dev, size, GFP_KERNEL); cache_buf 360 sound/soc/sof/debug.c if (!dfse->cache_buf) cache_buf 399 sound/soc/sof/debug.c dfse->cache_buf = devm_kzalloc(sdev->dev, IPC_FLOOD_TEST_RESULT_LEN, cache_buf 401 sound/soc/sof/debug.c if (!dfse->cache_buf) cache_buf 257 sound/soc/sof/pm.c memcpy_fromio(dfse->cache_buf, dfse->io_mem, cache_buf 246 sound/soc/sof/sof-priv.h char *cache_buf; /* buffer to cache the contents of debugfs memory */