Home
last modified time | relevance | path

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

/sound/soc/sof/
Ddebug.c246 unsigned long ipc_count) in sof_debug_ipc_flood_test() argument
290 if (i == ipc_count) in sof_debug_ipc_flood_test()
347 unsigned long ipc_count = 0; in sof_dfsentry_write() local
384 ret = kstrtoul(string, 0, &ipc_count); in sof_dfsentry_write()
399 if (!ipc_count) { in sof_dfsentry_write()
405 if (ipc_count > MAX_IPC_FLOOD_COUNT) in sof_dfsentry_write()
406 ipc_count = MAX_IPC_FLOOD_COUNT; in sof_dfsentry_write()
420 ipc_duration_ms, ipc_count); in sof_dfsentry_write()