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:be_substream
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-pcm.c
1227
struct snd_pcm_substream *
be_substream
;
in dpcm_be_connect()
local
1239
be_substream
= snd_soc_dpcm_get_substream(be, stream);
in dpcm_be_connect()
1241
if (!fe_substream->pcm->nonatomic &&
be_substream
->pcm->nonatomic) {
in dpcm_be_connect()
1246
if (fe_substream->pcm->nonatomic && !
be_substream
->pcm->nonatomic) {
in dpcm_be_connect()
1248
be_substream
->pcm->nonatomic = 1;
in dpcm_be_connect()
1277
struct snd_pcm_substream *fe_substream, *
be_substream
;
in dpcm_be_reparent()
local
1283
be_substream
= snd_soc_dpcm_get_substream(be, stream);
in dpcm_be_reparent()
1284
if (!
be_substream
)
in dpcm_be_reparent()
1297
be_substream
->runtime = fe_substream->runtime;
in dpcm_be_reparent()
1579
struct snd_pcm_substream *
be_substream
in dpcm_be_dai_stop()
local
1624
struct snd_pcm_substream *
be_substream
;
dpcm_be_dai_startup()
local
1860
struct snd_pcm_substream *
be_substream
=
dpcm_apply_symmetry()
local
1957
struct snd_pcm_substream *
be_substream
=
dpcm_be_dai_hw_free()
local
2016
struct snd_pcm_substream *
be_substream
;
dpcm_be_dai_hw_params()
local
2134
struct snd_pcm_substream *
be_substream
;
dpcm_be_dai_trigger()
local
2438
struct snd_pcm_substream *
be_substream
=
dpcm_be_dai_prepare()
local
[all...]
/kernel/linux/linux-5.10/sound/soc/
H
A
D
soc-pcm.c
1150
struct snd_pcm_substream *fe_substream, *
be_substream
;
in dpcm_be_reparent()
local
1156
be_substream
= snd_soc_dpcm_get_substream(be, stream);
in dpcm_be_reparent()
1157
if (!
be_substream
)
in dpcm_be_reparent()
1170
be_substream
->runtime = fe_substream->runtime;
in dpcm_be_reparent()
1431
struct snd_pcm_substream *
be_substream
=
in dpcm_be_dai_startup_unwind()
local
1445
soc_pcm_close(
be_substream
);
in dpcm_be_dai_startup_unwind()
1446
be_substream
->runtime = NULL;
in dpcm_be_dai_startup_unwind()
1460
struct snd_pcm_substream *
be_substream
=
in dpcm_be_dai_startup()
local
1463
if (!
be_substream
) {
in dpcm_be_dai_startup()
1489
be_substream
in dpcm_be_dai_startup()
1513
struct snd_pcm_substream *
be_substream
=
dpcm_be_dai_startup()
local
1757
struct snd_pcm_substream *
be_substream
=
dpcm_apply_symmetry()
local
1836
struct snd_pcm_substream *
be_substream
=
dpcm_be_dai_shutdown()
local
1900
struct snd_pcm_substream *
be_substream
=
dpcm_be_dai_hw_free()
local
1969
struct snd_pcm_substream *
be_substream
=
dpcm_be_dai_hw_params()
local
2016
struct snd_pcm_substream *
be_substream
=
dpcm_be_dai_hw_params()
local
2097
struct snd_pcm_substream *
be_substream
=
dpcm_be_dai_trigger()
local
2328
struct snd_pcm_substream *
be_substream
=
dpcm_be_dai_prepare()
local
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
pcm.c
1449
struct snd_pcm_substream *
be_substream
;
in avs_component_hda_open()
local
1455
be_substream
= snd_soc_dpcm_get_substream(be, dir);
in avs_component_hda_open()
1456
substream->runtime->private_data =
be_substream
->runtime->private_data;
in avs_component_hda_open()
Completed in 8 milliseconds