Home
last modified time | relevance | path

Searched refs:avs_notify_msg (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/soc/intel/avs/
H A Dskl.c57 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()
H A Dapl.c51 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()
H A Davs.h58 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()
H A Dipc.c158 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()
H A Ddebugfs.c252 union avs_notify_msg msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS); in strace_release()
H A Dmessages.h197 union avs_notify_msg { union