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:bind_unbind
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
messages.c
259
msg.ext.
bind_unbind
.dst_module_id = dst_module_id;
in avs_ipc_bind()
260
msg.ext.
bind_unbind
.dst_instance_id = dst_instance_id;
in avs_ipc_bind()
261
msg.ext.
bind_unbind
.dst_queue = dst_queue;
in avs_ipc_bind()
262
msg.ext.
bind_unbind
.src_queue = src_queue;
in avs_ipc_bind()
293
msg.ext.
bind_unbind
.dst_module_id = dst_module_id;
in avs_ipc_unbind()
294
msg.ext.
bind_unbind
.dst_instance_id = dst_instance_id;
in avs_ipc_unbind()
295
msg.ext.
bind_unbind
.dst_queue = dst_queue;
in avs_ipc_unbind()
296
msg.ext.
bind_unbind
.src_queue = src_queue;
in avs_ipc_unbind()
H
A
D
messages.h
144
}
bind_unbind
;
member
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H
A
D
skl-sst-ipc.c
834
u8
bind_unbind
= msg->bind ? IPC_MOD_BIND : IPC_MOD_UNBIND;
in skl_ipc_bind_unbind()
local
839
header.primary |= IPC_GLB_TYPE(
bind_unbind
);
in skl_ipc_bind_unbind()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H
A
D
skl-sst-ipc.c
834
u8
bind_unbind
= msg->bind ? IPC_MOD_BIND : IPC_MOD_UNBIND;
in skl_ipc_bind_unbind()
local
839
header.primary |= IPC_GLB_TYPE(
bind_unbind
);
in skl_ipc_bind_unbind()
Completed in 8 milliseconds