Lines Matching full:ipc
75 /* configure test IPC */ in sof_debug_ipc_flood_test()
83 /* send test IPC's */ in sof_debug_ipc_flood_test()
112 dev_err(dev, "ipc flood test failed at %d iterations\n", i); in sof_debug_ipc_flood_test()
114 /* return if the first IPC fails */ in sof_debug_ipc_flood_test()
125 dev_dbg(dev, "IPC Flood test duration: %lums\n", ipc_duration_ms); in sof_debug_ipc_flood_test()
127 "IPC Flood test duration: %lums\n", ipc_duration_ms); in sof_debug_ipc_flood_test()
130 dev_dbg(dev, "IPC Flood count: %d, Avg response time: %lluns\n", in sof_debug_ipc_flood_test()
138 "IPC Flood count: %d\nAvg response time: %lluns\n", in sof_debug_ipc_flood_test()
150 * Writing to the debugfs entry initiates the IPC flood test based on
151 * the IPC count or the duration specified by the user.
180 * ipc_flood_count floods the DSP with the number of IPC's specified. in sof_ipc_flood_dfs_write()
195 /* limit max duration/ipc count for flood test */ in sof_ipc_flood_dfs_write()
238 /* return the result of the last IPC flood test */
276 * The IPC test client creates a couple of debugfs entries that will be used
277 * flood tests. Users can write to these entries to execute the IPC flood test
317 * first IPC flood test instance in sof_ipc_flood_probe()
382 MODULE_DESCRIPTION("SOF IPC Flood Test Client Driver");