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:ipc_msg_type
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
sof-client.c
24
* @
ipc_msg_type
: IPC msg type of the event the client is interested
30
u32
ipc_msg_type
;
member
483
if (event->
ipc_msg_type
== msg_type)
in sof_client_ipc_rx_dispatcher()
491
u32
ipc_msg_type
,
in sof_client_register_ipc_rx_handler()
501
if (!(
ipc_msg_type
& SOF_GLB_TYPE_MASK))
in sof_client_register_ipc_rx_handler()
504
if (!(
ipc_msg_type
& SOF_IPC4_NOTIFICATION_TYPE_MASK))
in sof_client_register_ipc_rx_handler()
516
event->
ipc_msg_type
=
ipc_msg_type
;
in sof_client_register_ipc_rx_handler()
530
u32
ipc_msg_type
)
in sof_client_unregister_ipc_rx_handler()
538
if (event->cdev == cdev && event->
ipc_msg_type
in sof_client_unregister_ipc_rx_handler()
490
sof_client_register_ipc_rx_handler(struct sof_client_dev *cdev, u32
ipc_msg_type
, sof_client_event_callback callback)
sof_client_register_ipc_rx_handler()
argument
529
sof_client_unregister_ipc_rx_handler(struct sof_client_dev *cdev, u32
ipc_msg_type
)
sof_client_unregister_ipc_rx_handler()
argument
[all...]
H
A
D
sof-client.h
65
u32
ipc_msg_type
,
68
u32
ipc_msg_type
);
Completed in 2 milliseconds