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:slave_substream
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
uda134x.c
36
struct snd_pcm_substream *
slave_substream
;
member
158
uda134x->
slave_substream
= substream;
in uda134x_startup()
172
uda134x->master_substream = uda134x->
slave_substream
;
in uda134x_shutdown()
174
uda134x->
slave_substream
= NULL;
in uda134x_shutdown()
185
if (substream == uda134x->
slave_substream
) {
in uda134x_hw_params()
H
A
D
twl4030.c
45
struct snd_pcm_substream *
slave_substream
;
member
1595
slv_substream = twl4030->
slave_substream
;
in twl4030_constraints()
1596
else if (mst_substream == twl4030->
slave_substream
)
in twl4030_constraints()
1644
twl4030->
slave_substream
= substream;
in twl4030_startup()
1673
twl4030->master_substream = twl4030->
slave_substream
;
in twl4030_shutdown()
1675
twl4030->
slave_substream
= NULL;
in twl4030_shutdown()
1801
if (twl4030->
slave_substream
)
in twl4030_hw_params()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
twl4030.c
53
struct snd_pcm_substream *
slave_substream
;
member
1603
slv_substream = twl4030->
slave_substream
;
in twl4030_constraints()
1604
else if (mst_substream == twl4030->
slave_substream
)
in twl4030_constraints()
1652
twl4030->
slave_substream
= substream;
in twl4030_startup()
1681
twl4030->master_substream = twl4030->
slave_substream
;
in twl4030_shutdown()
1683
twl4030->
slave_substream
= NULL;
in twl4030_shutdown()
1809
if (twl4030->
slave_substream
)
in twl4030_hw_params()
Completed in 6 milliseconds