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

/linux-master/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)
106 if (i == ipc_count)
124 if (!ipc_count) {
160 unsigned long ipc_count = 0; local
199 ret = kstrtoul(string, 0, &ipc_count);
214 if (!ipc_count) {
220 if (ipc_count > MAX_IPC_FLOOD_COUNT)
221 ipc_count = MAX_IPC_FLOOD_COUNT;
232 ipc_duration_ms, ipc_count);
59 sof_debug_ipc_flood_test(struct sof_client_dev *cdev, bool flood_duration_test, unsigned long ipc_duration_ms, unsigned long ipc_count) argument
[all...]

Completed in 183 milliseconds