Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
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
194 ret = kstrtoul(string, 0, &ipc_count); in sof_ipc_flood_dfs_write()
209 if (!ipc_count) { in sof_ipc_flood_dfs_write()
215 if (ipc_count > MAX_IPC_FLOOD_COUNT) in sof_ipc_flood_dfs_write()
216 ipc_count = MAX_IPC_FLOOD_COUNT; in sof_ipc_flood_dfs_write()
227 ipc_duration_ms, ipc_count); in sof_ipc_flood_dfs_write()
59 sof_debug_ipc_flood_test(struct sof_client_dev *cdev, bool flood_duration_test, unsigned long ipc_duration_ms, unsigned long ipc_count) sof_debug_ipc_flood_test() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/sof/
H A Ddebug.c244 unsigned long ipc_count) in sof_debug_ipc_flood_test()
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()
240 sof_debug_ipc_flood_test(struct snd_sof_dev *sdev, struct snd_sof_dfsentry *dfse, bool flood_duration_test, unsigned long ipc_duration_ms, unsigned long ipc_count) sof_debug_ipc_flood_test() argument

Completed in 2 milliseconds