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:chan_fifo0_tx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
sh_flctl.c
160
if (flctl->
chan_fifo0_tx
) {
in flctl_release_dma()
161
dma_release_channel(flctl->
chan_fifo0_tx
);
in flctl_release_dma()
162
flctl->
chan_fifo0_tx
= NULL;
in flctl_release_dma()
184
flctl->
chan_fifo0_tx
= dma_request_channel(mask, shdma_chan_filter,
in flctl_setup_dma()
187
flctl->
chan_fifo0_tx
);
in flctl_setup_dma()
189
if (!flctl->
chan_fifo0_tx
)
in flctl_setup_dma()
196
ret = dmaengine_slave_config(flctl->
chan_fifo0_tx
, &cfg);
in flctl_setup_dma()
394
chan = flctl->
chan_fifo0_tx
;
in flctl_dma_fifo0_transfer()
528
if (flctl->
chan_fifo0_tx
&& rlen >= 32 &&
in write_ec_fiforeg()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
sh_flctl.c
159
if (flctl->
chan_fifo0_tx
) {
in flctl_release_dma()
160
dma_release_channel(flctl->
chan_fifo0_tx
);
in flctl_release_dma()
161
flctl->
chan_fifo0_tx
= NULL;
in flctl_release_dma()
183
flctl->
chan_fifo0_tx
= dma_request_channel(mask, shdma_chan_filter,
in flctl_setup_dma()
186
flctl->
chan_fifo0_tx
);
in flctl_setup_dma()
188
if (!flctl->
chan_fifo0_tx
)
in flctl_setup_dma()
195
ret = dmaengine_slave_config(flctl->
chan_fifo0_tx
, &cfg);
in flctl_setup_dma()
393
chan = flctl->
chan_fifo0_tx
;
in flctl_dma_fifo0_transfer()
527
if (flctl->
chan_fifo0_tx
&& rlen >= 32 &&
in write_ec_fiforeg()
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
sh_flctl.h
159
struct dma_chan *
chan_fifo0_tx
;
member
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
sh_flctl.h
159
struct dma_chan *
chan_fifo0_tx
;
member
Completed in 5 milliseconds