Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/intel/avs/
Davs.h57 int (* const log_buffer_status)(struct avs_dev *, union avs_notify_msg *);
58 int (* const coredump)(struct avs_dev *, union avs_notify_msg *);
275 int avs_apl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg);
276 int avs_apl_coredump(struct avs_dev *adev, union avs_notify_msg *msg);
364 static inline int avs_log_buffer_status_locked(struct avs_dev *adev, union avs_notify_msg *msg) in avs_log_buffer_status_locked()
Dapl.c69 int avs_apl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg) in avs_apl_log_buffer_status()
123 int avs_apl_coredump(struct avs_dev *adev, union avs_notify_msg *msg) in avs_apl_coredump()
149 union avs_notify_msg lbs_msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS); in avs_apl_coredump()
Dskl.c117 static int avs_skl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg) in avs_skl_log_buffer_status()
137 static int avs_skl_coredump(struct avs_dev *adev, union avs_notify_msg *msg) in avs_skl_coredump()
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()
403 union avs_notify_msg msg = AVS_NOTIFICATION(EXCEPTION_CAUGHT); in avs_dsp_do_send_msg()
Dmessages.h207 union avs_notify_msg { union
233 static_assert(sizeof(union avs_notify_msg) == 8);
Ddebugfs.c252 union avs_notify_msg msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS); in strace_release()