Home
last modified time | relevance | path

Searched refs:ipc_count (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/sound/soc/sof/
Ddebug.c244 unsigned long ipc_count) in sof_debug_ipc_flood_test() argument
288 if (i == ipc_count) in sof_debug_ipc_flood_test()
345 unsigned long ipc_count = 0; in sof_dfsentry_write() local
382 ret = kstrtoul(string, 0, &ipc_count); in sof_dfsentry_write()
397 if (!ipc_count) { in sof_dfsentry_write()
403 if (ipc_count > MAX_IPC_FLOOD_COUNT) in sof_dfsentry_write()
404 ipc_count = MAX_IPC_FLOOD_COUNT; in sof_dfsentry_write()
418 ipc_duration_ms, ipc_count); in sof_dfsentry_write()