Lines Matching refs:str2

24 	u8 *str2 = NULL;  in ipc3_log_header()  local
41 str2 = "COMP_NEW"; break; in ipc3_log_header()
43 str2 = "COMP_FREE"; break; in ipc3_log_header()
45 str2 = "COMP_CONNECT"; break; in ipc3_log_header()
47 str2 = "PIPE_NEW"; break; in ipc3_log_header()
49 str2 = "PIPE_FREE"; break; in ipc3_log_header()
51 str2 = "PIPE_CONNECT"; break; in ipc3_log_header()
53 str2 = "PIPE_COMPLETE"; break; in ipc3_log_header()
55 str2 = "BUFFER_NEW"; break; in ipc3_log_header()
57 str2 = "BUFFER_FREE"; break; in ipc3_log_header()
59 str2 = "unknown type"; break; in ipc3_log_header()
66 str2 = "CTX_SAVE"; break; in ipc3_log_header()
68 str2 = "CTX_RESTORE"; break; in ipc3_log_header()
70 str2 = "CTX_SIZE"; break; in ipc3_log_header()
72 str2 = "CLK_SET"; break; in ipc3_log_header()
74 str2 = "CLK_GET"; break; in ipc3_log_header()
76 str2 = "CLK_REQ"; break; in ipc3_log_header()
78 str2 = "CORE_ENABLE"; break; in ipc3_log_header()
80 str2 = "GATE"; break; in ipc3_log_header()
82 str2 = "unknown type"; break; in ipc3_log_header()
89 str2 = "SET_VALUE"; break; in ipc3_log_header()
91 str2 = "GET_VALUE"; break; in ipc3_log_header()
93 str2 = "SET_DATA"; break; in ipc3_log_header()
95 str2 = "GET_DATA"; break; in ipc3_log_header()
97 str2 = "unknown type"; break; in ipc3_log_header()
104 str2 = "PCM_PARAMS"; break; in ipc3_log_header()
106 str2 = "PCM_REPLY"; break; in ipc3_log_header()
108 str2 = "PCM_FREE"; break; in ipc3_log_header()
110 str2 = "TRIG_START"; break; in ipc3_log_header()
112 str2 = "TRIG_STOP"; break; in ipc3_log_header()
114 str2 = "TRIG_PAUSE"; break; in ipc3_log_header()
116 str2 = "TRIG_RELEASE"; break; in ipc3_log_header()
118 str2 = "TRIG_DRAIN"; break; in ipc3_log_header()
120 str2 = "TRIG_XRUN"; break; in ipc3_log_header()
123 str2 = "POSITION"; break; in ipc3_log_header()
125 str2 = "VORBIS_PARAMS"; break; in ipc3_log_header()
127 str2 = "VORBIS_FREE"; break; in ipc3_log_header()
129 str2 = "unknown type"; break; in ipc3_log_header()
138 str2 = "CONFIG"; break; in ipc3_log_header()
140 str2 = "LOOPBACK"; break; in ipc3_log_header()
142 str2 = "unknown type"; break; in ipc3_log_header()
149 str2 = "DMA_PARAMS"; break; in ipc3_log_header()
153 str2 = "DMA_POSITION"; break; in ipc3_log_header()
155 str2 = "DMA_PARAMS_EXT"; break; in ipc3_log_header()
157 str2 = "FILTER_UPDATE"; break; in ipc3_log_header()
159 str2 = "DMA_FREE"; break; in ipc3_log_header()
161 str2 = "unknown type"; break; in ipc3_log_header()
168 str2 = "IPC_FLOOD"; break; in ipc3_log_header()
170 str2 = "unknown type"; break; in ipc3_log_header()
177 str2 = "MEM_USAGE"; break; in ipc3_log_header()
179 str2 = "unknown type"; break; in ipc3_log_header()
186 str2 = "INIT"; break; in ipc3_log_header()
188 str2 = "DEINIT"; break; in ipc3_log_header()
190 str2 = "DMA_ADD"; break; in ipc3_log_header()
192 str2 = "DMA_INFO"; break; in ipc3_log_header()
194 str2 = "DMA_REMOVE"; break; in ipc3_log_header()
196 str2 = "POINT_ADD"; break; in ipc3_log_header()
198 str2 = "POINT_INFO"; break; in ipc3_log_header()
200 str2 = "POINT_REMOVE"; break; in ipc3_log_header()
202 str2 = "unknown type"; break; in ipc3_log_header()
209 if (str2) { in ipc3_log_header()
213 dev_dbg(dev, "%s: 0x%x: %s: %s\n", text, cmd, str, str2); in ipc3_log_header()