Lines Matching refs:msg
146 catpt_dsp_notify_stream(struct catpt_dev *cdev, union catpt_notify_msg msg) in catpt_dsp_notify_stream() argument
152 stream = catpt_stream_find(cdev, msg.stream_hw_id); in catpt_dsp_notify_stream()
155 msg.notify_reason, msg.stream_hw_id); in catpt_dsp_notify_stream()
159 switch (msg.notify_reason) { in catpt_dsp_notify_stream()
178 msg.notify_reason); in catpt_dsp_notify_stream()
197 union catpt_notify_msg msg = CATPT_MSG(header); in catpt_dsp_process_response() local
200 if (msg.fw_ready) { in catpt_dsp_process_response()
203 u32 off = msg.mailbox_address << 3; in catpt_dsp_process_response()
213 switch (msg.global_msg_type) { in catpt_dsp_process_response()
222 switch (msg.stream_msg_type) { in catpt_dsp_process_response()
224 catpt_dsp_notify_stream(cdev, msg); in catpt_dsp_process_response()
236 msg.global_msg_type); in catpt_dsp_process_response()