Home
last modified time | relevance | path

Searched refs:AVS_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/intel/avs/
H A Dapl.c130 union avs_notify_msg lbs_msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS); in apl_coredump()
H A Ddebugfs.c252 union avs_notify_msg msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS); in strace_release()
H A Dipc.c476 union avs_notify_msg msg = AVS_NOTIFICATION(EXCEPTION_CAUGHT); in avs_dsp_do_send_msg()
H A Dmessages.h240 #define AVS_NOTIFICATION(msg_type) \ macro