Lines Matching refs:str
52 u8 *str; in ipc_log_header() local
62 str = "GLB_REPLY"; break; in ipc_log_header()
64 str = "GLB_COMPOUND"; break; in ipc_log_header()
66 str = "GLB_TPLG_MSG"; in ipc_log_header()
91 str = "GLB_PM_MSG"; in ipc_log_header()
112 str = "GLB_COMP_MSG"; in ipc_log_header()
127 str = "GLB_STREAM_MSG"; in ipc_log_header()
158 str = "FW_READY"; break; in ipc_log_header()
160 str = "GLB_DAI_MSG"; in ipc_log_header()
171 str = "GLB_TRACE_MSG"; break; in ipc_log_header()
173 str = "GLB_TEST_MSG"; in ipc_log_header()
182 str = "unknown GLB command"; break; in ipc_log_header()
186 dev_dbg(dev, "%s: 0x%x: %s: %s\n", text, cmd, str, str2); in ipc_log_header()
188 dev_dbg(dev, "%s: 0x%x: %s\n", text, cmd, str); in ipc_log_header()