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:s_ddev
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ti/
H
A
D
edma.c
1982
struct dma_device *
s_ddev
= &ecc->dma_slave;
in edma_dma_init()
local
1987
dma_cap_zero(
s_ddev
->cap_mask);
in edma_dma_init()
1988
dma_cap_set(DMA_SLAVE,
s_ddev
->cap_mask);
in edma_dma_init()
1989
dma_cap_set(DMA_CYCLIC,
s_ddev
->cap_mask);
in edma_dma_init()
1994
dma_cap_set(DMA_MEMCPY,
s_ddev
->cap_mask);
in edma_dma_init()
1995
dma_cap_set(DMA_INTERLEAVE,
s_ddev
->cap_mask);
in edma_dma_init()
1996
s_ddev
->device_prep_dma_memcpy = edma_prep_dma_memcpy;
in edma_dma_init()
1997
s_ddev
->device_prep_interleaved_dma = edma_prep_dma_interleaved;
in edma_dma_init()
1998
s_ddev
->directions = BIT(DMA_MEM_TO_MEM);
in edma_dma_init()
2001
s_ddev
in edma_dma_init()
[all...]
/kernel/linux/linux-6.6/drivers/dma/ti/
H
A
D
edma.c
1924
struct dma_device *
s_ddev
= &ecc->dma_slave;
in edma_dma_init()
local
1929
dma_cap_zero(
s_ddev
->cap_mask);
in edma_dma_init()
1930
dma_cap_set(DMA_SLAVE,
s_ddev
->cap_mask);
in edma_dma_init()
1931
dma_cap_set(DMA_CYCLIC,
s_ddev
->cap_mask);
in edma_dma_init()
1936
dma_cap_set(DMA_MEMCPY,
s_ddev
->cap_mask);
in edma_dma_init()
1937
dma_cap_set(DMA_INTERLEAVE,
s_ddev
->cap_mask);
in edma_dma_init()
1938
s_ddev
->device_prep_dma_memcpy = edma_prep_dma_memcpy;
in edma_dma_init()
1939
s_ddev
->device_prep_interleaved_dma = edma_prep_dma_interleaved;
in edma_dma_init()
1940
s_ddev
->directions = BIT(DMA_MEM_TO_MEM);
in edma_dma_init()
1943
s_ddev
in edma_dma_init()
[all...]
Completed in 7 milliseconds