Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dsof-client-ipc-flood-test.c57 * or ipc_count, will be non-zero and will determine the type of test
62 unsigned long ipc_count) in sof_debug_ipc_flood_test() argument
106 if (i == ipc_count) in sof_debug_ipc_flood_test()
124 if (!ipc_count) { in sof_debug_ipc_flood_test()
160 unsigned long ipc_count = 0; in sof_ipc_flood_dfs_write() local
191 ret = kstrtoul(string, 0, &ipc_count); in sof_ipc_flood_dfs_write()
206 if (!ipc_count) { in sof_ipc_flood_dfs_write()
212 if (ipc_count > MAX_IPC_FLOOD_COUNT) in sof_ipc_flood_dfs_write()
213 ipc_count = MAX_IPC_FLOOD_COUNT; in sof_ipc_flood_dfs_write()
224 ipc_duration_ms, ipc_count); in sof_ipc_flood_dfs_write()
[all...]