Searched refs:avs_notify_msg (Results 1 – 6 of 6) sorted by relevance
57 skl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg) in skl_log_buffer_status()77 static int skl_coredump(struct avs_dev *adev, union avs_notify_msg *msg) in skl_coredump()
51 static int apl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg) in apl_log_buffer_status()104 static int apl_coredump(struct avs_dev *adev, union avs_notify_msg *msg) in apl_coredump()130 union avs_notify_msg lbs_msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS); in apl_coredump()
58 int (* const log_buffer_status)(struct avs_dev *, union avs_notify_msg *);59 int (* const coredump)(struct avs_dev *, union avs_notify_msg *);349 static inline int avs_log_buffer_status_locked(struct avs_dev *adev, union avs_notify_msg *msg) in avs_log_buffer_status_locked()
158 static void avs_dsp_exception_caught(struct avs_dev *adev, union avs_notify_msg *msg) in avs_dsp_exception_caught()209 union avs_notify_msg msg = AVS_MSG(header); in avs_dsp_process_notification()476 union avs_notify_msg msg = AVS_NOTIFICATION(EXCEPTION_CAUGHT); in avs_dsp_do_send_msg()
252 union avs_notify_msg msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS); in strace_release()
197 union avs_notify_msg { union