Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:avs_notify_msg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
apl.c
51
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
D
skl.c
57
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
D
avs.h
58
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
D
ipc.c
158
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
D
debugfs.c
252
union
avs_notify_msg
msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS);
in strace_release()
H
A
D
messages.h
197
union
avs_notify_msg
{
union
Completed in 7 milliseconds