Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/intel/avs/
Dskl.c56 skl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg) in skl_log_buffer_status()
82 static int skl_coredump(struct avs_dev *adev, union avs_notify_msg *msg) in skl_coredump()
Dapl.c50 static int apl_log_buffer_status(struct avs_dev *adev, union avs_notify_msg *msg) in apl_log_buffer_status()
110 static int apl_coredump(struct avs_dev *adev, union avs_notify_msg *msg) in apl_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()
476 union avs_notify_msg msg = AVS_NOTIFICATION(EXCEPTION_CAUGHT); in avs_dsp_do_send_msg()
Davs.h50 int (* const log_buffer_status)(struct avs_dev *, union avs_notify_msg *);
51 int (* const coredump)(struct avs_dev *, union avs_notify_msg *);
Dmessages.h195 union avs_notify_msg { union