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:ISP2X_MODULE_CCM
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
rkisp3-config.h
20
#define ISP3X_MODULE_CCM
ISP2X_MODULE_CCM
H
A
D
rkisp2-config.h
91
#define
ISP2X_MODULE_CCM
BIT_ULL(ISP2X_ID_CCM)
macro
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H
A
D
rkisp3-config.h
20
#define ISP3X_MODULE_CCM
ISP2X_MODULE_CCM
H
A
D
rkisp2-config.h
104
#define
ISP2X_MODULE_CCM
BIT_ULL(ISP2X_ID_CCM)
macro
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
isp_params_v21.c
2776
if ((module_cfg_update &
ISP2X_MODULE_CCM
)) {
in _isp_isr_other_config()
2898
if (module_en_update &
ISP2X_MODULE_CCM
) {
in _isp_isr_other_en()
2899
ops->ccm_enable(params_vdev, !!(module_ens &
ISP2X_MODULE_CCM
));
in _isp_isr_other_en()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
isp_params_v21.c
3449
if ((module_cfg_update &
ISP2X_MODULE_CCM
))
in __isp_isr_other_config()
3554
if (module_en_update &
ISP2X_MODULE_CCM
)
in __isp_isr_other_en()
3555
ops->ccm_enable(params_vdev, !!(module_ens &
ISP2X_MODULE_CCM
));
in __isp_isr_other_en()
Completed in 25 milliseconds