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:runtime_update
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-compress.c
153
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_FE;
in soc_compr_open_fe()
181
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_NO;
in soc_compr_open_fe()
198
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_NO;
in soc_compr_open_fe()
215
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_FE;
in soc_compr_free_fe()
228
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_NO;
in soc_compr_free_fe()
297
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_FE;
in soc_compr_trigger_fe()
317
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_NO;
in soc_compr_trigger_fe()
386
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_FE;
in soc_compr_set_params_fe()
413
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_NO;
in soc_compr_set_params_fe()
H
A
D
soc-pcm.c
251
/* Set FE's
runtime_update
state; the state is protected via PCM stream lock
269
fe->dpcm[stream].
runtime_update
= state;
in dpcm_set_fe_update_state()
276
be->dpcm[stream].
runtime_update
= state;
in dpcm_set_be_update_state()
2333
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_FE;
in dpcm_fe_dai_do_trigger()
2409
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_NO;
in dpcm_fe_dai_do_trigger()
2418
/* if FE's
runtime_update
is already set, we're in race;
in dpcm_fe_dai_trigger()
2421
if (fe->dpcm[stream].
runtime_update
!= SND_SOC_DPCM_UPDATE_NO) {
in dpcm_fe_dai_trigger()
3018
if (fe->dpcm[stream].
runtime_update
== SND_SOC_DPCM_UPDATE_FE)
in snd_soc_dpcm_fe_can_update()
3028
if ((fe->dpcm[stream].
runtime_update
== SND_SOC_DPCM_UPDATE_FE) ||
in snd_soc_dpcm_be_can_update()
3029
((fe->dpcm[stream].
runtime_update
in snd_soc_dpcm_be_can_update()
[all...]
/kernel/linux/linux-5.10/sound/soc/
H
A
D
soc-compress.c
146
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_FE;
in soc_compr_open_fe()
175
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_NO;
in soc_compr_open_fe()
190
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_NO;
in soc_compr_open_fe()
250
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_FE;
in soc_compr_free_fe()
265
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_NO;
in soc_compr_free_fe()
358
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_FE;
in soc_compr_trigger_fe()
378
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_NO;
in soc_compr_trigger_fe()
476
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_FE;
in soc_compr_set_params_fe()
502
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_NO;
in soc_compr_set_params_fe()
H
A
D
soc-pcm.c
1334
dpcm->be->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_BE;
in dpcm_prune_paths()
1389
be->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_BE;
in dpcm_add_paths()
1417
dpcm->be->dpcm[stream].
runtime_update
=
in dpcm_clear_pending_state()
1711
/* Set FE's
runtime_update
state; the state is protected via PCM stream lock
1728
fe->dpcm[stream].
runtime_update
= state;
in dpcm_set_fe_update_state()
2223
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_FE;
in dpcm_fe_dai_do_trigger()
2299
fe->dpcm[stream].
runtime_update
= SND_SOC_DPCM_UPDATE_NO;
in dpcm_fe_dai_do_trigger()
2308
/* if FE's
runtime_update
is already set, we're in race;
in dpcm_fe_dai_trigger()
2311
if (fe->dpcm[stream].
runtime_update
!= SND_SOC_DPCM_UPDATE_NO) {
in dpcm_fe_dai_trigger()
2886
if (fe->dpcm[stream].
runtime_update
in snd_soc_dpcm_fe_can_update()
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
soc-dpcm.h
18
* Types of
runtime_update
to perform. e.g. originated from FE PCM ops
100
enum snd_soc_dpcm_update
runtime_update
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
soc-dpcm.h
18
* Types of
runtime_update
to perform. e.g. originated from FE PCM ops
97
enum snd_soc_dpcm_update
runtime_update
;
member
Completed in 10 milliseconds