avs_notify_msg
int avs_apl_coredump(struct avs_dev *adev, union avs_notify_msg *msg)
union avs_notify_msg lbs_msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS);
int avs_apl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg)
int avs_apl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg);
int avs_apl_coredump(struct avs_dev *adev, union avs_notify_msg *msg);
int (* const log_buffer_status)(struct avs_dev *, union avs_notify_msg *);
int (* const coredump)(struct avs_dev *, union avs_notify_msg *);
static inline int avs_log_buffer_status_locked(struct avs_dev *adev, union avs_notify_msg *msg)
union avs_notify_msg msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS);
static void avs_dsp_exception_caught(struct avs_dev *adev, union avs_notify_msg *msg)
union avs_notify_msg msg = AVS_MSG(header);
union avs_notify_msg msg = AVS_NOTIFICATION(EXCEPTION_CAUGHT);
static_assert(sizeof(union avs_notify_msg) == 8);
static int avs_skl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg)
static int avs_skl_coredump(struct avs_dev *adev, union avs_notify_msg *msg)