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:to_en_dma
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H
A
D
dev.h
522
int
to_en_dma
;
member
H
A
D
capture.c
2409
stream->
to_en_dma
= RKCIF_DMAEN_BY_VICAP;
in rkcif_csi_stream_start()
2412
stream->
to_en_dma
= RKCIF_DMAEN_BY_ISP;
in rkcif_csi_stream_start()
2415
stream->
to_en_dma
= RKCIF_DMAEN_BY_ISP;
in rkcif_csi_stream_start()
4277
stream->
to_en_dma
= 0;
in rkcif_stream_init()
6768
stream->dma_en |= stream->
to_en_dma
;
in rkcif_enable_dma_capture()
6769
stream->
to_en_dma
= 0;
in rkcif_enable_dma_capture()
6773
stream->dma_en |= stream->
to_en_dma
;
in rkcif_enable_dma_capture()
6775
if (stream->
to_en_dma
== RKCIF_DMAEN_BY_VICAP) {
in rkcif_enable_dma_capture()
6783
} else if (stream->
to_en_dma
== RKCIF_DMAEN_BY_ISP) {
in rkcif_enable_dma_capture()
6794
stream->
to_en_dma
in rkcif_enable_dma_capture()
[all...]
H
A
D
cif-scale.c
996
if (stream->
to_en_dma
) {
in rkcif_irq_handle_scale()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H
A
D
dev.h
481
int
to_en_dma
;
member
H
A
D
capture.c
2457
stream->
to_en_dma
= RKCIF_DMAEN_BY_VICAP;
in rkcif_csi_stream_start()
2462
stream->
to_en_dma
= RKCIF_DMAEN_BY_ISP;
in rkcif_csi_stream_start()
2466
stream->
to_en_dma
= RKCIF_DMAEN_BY_ISP;
in rkcif_csi_stream_start()
4436
stream->
to_en_dma
= 0;
in rkcif_stream_init()
7046
stream->dma_en |= stream->
to_en_dma
;
in rkcif_enable_dma_capture()
7047
stream->
to_en_dma
= 0;
in rkcif_enable_dma_capture()
7051
stream->dma_en |= stream->
to_en_dma
;
in rkcif_enable_dma_capture()
7053
if (stream->
to_en_dma
== RKCIF_DMAEN_BY_VICAP) {
in rkcif_enable_dma_capture()
7063
} else if (stream->
to_en_dma
== RKCIF_DMAEN_BY_ISP) {
in rkcif_enable_dma_capture()
7077
stream->
to_en_dma
in rkcif_enable_dma_capture()
[all...]
H
A
D
cif-scale.c
1057
if (stream->
to_en_dma
)
in rkcif_irq_handle_scale()
Completed in 23 milliseconds