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:use_chain_dma
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ipc4-pcm.c
202
* and another at link DAI. They both shall have the
use_chain_dma
257
if (!pipeline->
use_chain_dma
) {
in sof_ipc4_chain_dma_trigger()
259
"All pipelines in chained DMA stream should have
use_chain_dma
attribute set.");
in sof_ipc4_chain_dma_trigger()
311
* If
use_chain_dma
attribute is set we proceed to chained DMA
in sof_ipc4_trigger_pipelines()
314
if (pipeline->
use_chain_dma
)
in sof_ipc4_trigger_pipelines()
534
bool
use_chain_dma
= false;
in sof_ipc4_pcm_dai_link_fixup()
local
558
if (pipeline->
use_chain_dma
)
in sof_ipc4_pcm_dai_link_fixup()
559
use_chain_dma
= true;
in sof_ipc4_pcm_dai_link_fixup()
564
if (!
use_chain_dma
) {
in sof_ipc4_pcm_dai_link_fixup()
H
A
D
ipc4-topology.c
44
offsetof(struct sof_ipc4_pipeline,
use_chain_dma
)},
533
if (pipeline->
use_chain_dma
&& ipc4_copier->dai_type != SOF_DAI_INTEL_HDA) {
in sof_ipc4_widget_setup_comp_dai()
674
if (pipeline->
use_chain_dma
) {
in sof_ipc4_widget_setup_comp_pipeline()
1238
if (pipeline->
use_chain_dma
) {
in sof_ipc4_unprepare_copier_module()
1248
if (pipeline->
use_chain_dma
) {
in sof_ipc4_unprepare_copier_module()
1460
if (pipeline->
use_chain_dma
) {
in sof_ipc4_prepare_copier_module()
1513
if (pipeline->
use_chain_dma
)
in sof_ipc4_prepare_copier_module()
2222
if (pipeline->
use_chain_dma
) {
in sof_ipc4_widget_setup()
2223
dev_warn(sdev->dev, "
use_chain_dma
set for scheduler %s",
in sof_ipc4_widget_setup()
2251
if (pipeline->
use_chain_dma
)
in sof_ipc4_widget_setup()
[all...]
H
A
D
ipc4-topology.h
129
* @
use_chain_dma
: flag to indicate if the firmware shall use chained DMA
139
bool
use_chain_dma
;
member
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H
A
D
hda-dai-ops.c
633
if (pipeline->
use_chain_dma
)
in hda_select_dai_widget_ops()
Completed in 6 milliseconds