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:decoupled
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/sound/hda/ext/
H
A
D
hdac_ext_stream.c
56
stream->
decoupled
= false;
in snd_hdac_ext_stream_init()
124
stream->
decoupled
= decouple;
in snd_hdac_ext_stream_decouple_locked()
271
/* check if
decoupled
stream and not in use is available */
in hdac_ext_link_stream_assign()
272
if (hstream->
decoupled
&& !hstream->link_locked) {
in hdac_ext_link_stream_assign()
312
if (!hstream->
decoupled
)
in hdac_ext_host_stream_assign()
338
* host: Looks for an unused
decoupled
host stream
339
* link: Looks for an unused
decoupled
link stream
343
*
decoupled
, it becomes a host stream and link stream.
390
if (stream->
decoupled
&& !stream->link_locked)
in snd_hdac_ext_stream_release()
398
if (stream->
decoupled
in snd_hdac_ext_stream_release()
[all...]
/kernel/linux/linux-6.6/sound/hda/ext/
H
A
D
hdac_ext_stream.c
43
hext_stream->
decoupled
= false;
in snd_hdac_ext_stream_init()
110
hext_stream->
decoupled
= decouple;
in snd_hdac_ext_stream_decouple_locked()
295
* host: Looks for an unused
decoupled
host stream
296
* link: Looks for an unused
decoupled
link stream
300
*
decoupled
, it becomes a host stream and link stream.
378
* If no stream is free, NULL is returned. Stream is
decoupled
/kernel/linux/linux-5.10/include/sound/
H
A
D
hdaudio_ext.h
51
* @
decoupled
: stream host and link is
decoupled
69
bool
decoupled
:1;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
hdaudio_ext.h
43
* @
decoupled
: stream host and link is
decoupled
59
bool
decoupled
:1;
member
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H
A
D
hda-dai.c
107
* Decouple host and link DMA. The
decoupled
flag
in hda_link_stream_assign()
110
if (!res->
decoupled
)
in hda_link_stream_assign()
Completed in 4 milliseconds