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:dai_runtime
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soundwire/
H
A
D
intel_ace2x.c
247
struct sdw_cdns_dai_runtime *
dai_runtime
;
in intel_hw_params()
local
254
dai_runtime
= cdns->dai_runtime_array[dai->id];
in intel_hw_params()
255
if (!
dai_runtime
)
in intel_hw_params()
276
dai_runtime
->paused = false;
in intel_hw_params()
277
dai_runtime
->suspended = false;
in intel_hw_params()
278
dai_runtime
->pdi = pdi;
in intel_hw_params()
290
sconfig.type =
dai_runtime
->stream_type;
in intel_hw_params()
305
pconfig, 1,
dai_runtime
->stream);
in intel_hw_params()
319
struct sdw_cdns_dai_runtime *
dai_runtime
;
in intel_prepare()
local
323
dai_runtime
in intel_prepare()
372
struct sdw_cdns_
dai_runtime
*
dai_runtime
;
intel_hw_free()
local
413
struct sdw_cdns_
dai_runtime
*
dai_runtime
;
intel_get_sdw_stream()
local
427
struct sdw_cdns_
dai_runtime
*
dai_runtime
;
intel_trigger()
local
[all...]
H
A
D
intel.c
677
struct sdw_cdns_dai_runtime *
dai_runtime
;
in intel_hw_params()
local
684
dai_runtime
= cdns->dai_runtime_array[dai->id];
in intel_hw_params()
685
if (!
dai_runtime
)
in intel_hw_params()
707
dai_runtime
->paused = false;
in intel_hw_params()
708
dai_runtime
->suspended = false;
in intel_hw_params()
709
dai_runtime
->pdi = pdi;
in intel_hw_params()
721
sconfig.type =
dai_runtime
->stream_type;
in intel_hw_params()
736
pconfig, 1,
dai_runtime
->stream);
in intel_hw_params()
750
struct sdw_cdns_dai_runtime *
dai_runtime
;
in intel_prepare()
local
754
dai_runtime
in intel_prepare()
802
struct sdw_cdns_
dai_runtime
*
dai_runtime
;
intel_hw_free()
local
837
struct sdw_cdns_
dai_runtime
*
dai_runtime
;
intel_get_sdw_stream()
local
849
struct sdw_cdns_
dai_runtime
*
dai_runtime
;
intel_trigger()
local
916
struct sdw_cdns_
dai_runtime
*
dai_runtime
;
intel_component_dais_suspend()
local
[all...]
H
A
D
amd_manager.c
607
struct sdw_amd_dai_runtime *
dai_runtime
;
in amd_sdw_hw_params()
local
613
dai_runtime
= amd_manager->dai_runtime_array[dai->id];
in amd_sdw_hw_params()
614
if (!
dai_runtime
)
in amd_sdw_hw_params()
627
sconfig.type =
dai_runtime
->stream_type;
in amd_sdw_hw_params()
641
pconfig, 1,
dai_runtime
->stream);
in amd_sdw_hw_params()
653
struct sdw_amd_dai_runtime *
dai_runtime
;
in amd_sdw_hw_free()
local
656
dai_runtime
= amd_manager->dai_runtime_array[dai->id];
in amd_sdw_hw_free()
657
if (!
dai_runtime
)
in amd_sdw_hw_free()
660
ret = sdw_stream_remove_master(&amd_manager->bus,
dai_runtime
->stream);
in amd_sdw_hw_free()
663
dai_runtime
in amd_sdw_hw_free()
670
struct sdw_amd_
dai_runtime
*
dai_runtime
;
amd_set_sdw_stream()
local
711
struct sdw_amd_
dai_runtime
*
dai_runtime
;
amd_get_sdw_stream()
local
[all...]
H
A
D
cadence_master.c
1757
struct sdw_cdns_dai_runtime *
dai_runtime
;
in cdns_set_sdw_stream()
local
1759
dai_runtime
= cdns->dai_runtime_array[dai->id];
in cdns_set_sdw_stream()
1763
if (
dai_runtime
) {
in cdns_set_sdw_stream()
1765
"
dai_runtime
already allocated for dai %s\n",
in cdns_set_sdw_stream()
1770
/* allocate and set
dai_runtime
info */
in cdns_set_sdw_stream()
1771
dai_runtime
= kzalloc(sizeof(*
dai_runtime
), GFP_KERNEL);
in cdns_set_sdw_stream()
1772
if (!
dai_runtime
)
in cdns_set_sdw_stream()
1775
dai_runtime
->stream_type = SDW_STREAM_PCM;
in cdns_set_sdw_stream()
1777
dai_runtime
in cdns_set_sdw_stream()
[all...]
Completed in 6 milliseconds