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:CIFISP_MODULE_HST
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
rkisp1-config.h
17
#define
CIFISP_MODULE_HST
(1 << 3)
macro
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H
A
D
rkisp1-config.h
17
#define
CIFISP_MODULE_HST
(1 << 3)
macro
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
isp_params_v1x.c
1550
if ((module_en_update &
CIFISP_MODULE_HST
) || (module_cfg_update &
CIFISP_MODULE_HST
)) {
in _isp_isr_meas_config()
1552
if ((module_cfg_update &
CIFISP_MODULE_HST
)) {
in _isp_isr_meas_config()
1556
if (module_en_update &
CIFISP_MODULE_HST
) {
in _isp_isr_meas_config()
1557
ops->hst_enable(params_vdev, &new_params->meas.hst_config, !!(module_ens &
CIFISP_MODULE_HST
));
in _isp_isr_meas_config()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
isp_params_v1x.c
2029
if ((module_en_update &
CIFISP_MODULE_HST
) ||
in __isp_isr_meas_config()
2030
(module_cfg_update &
CIFISP_MODULE_HST
)) {
in __isp_isr_meas_config()
2032
if ((module_cfg_update &
CIFISP_MODULE_HST
))
in __isp_isr_meas_config()
2035
if (module_en_update &
CIFISP_MODULE_HST
)
in __isp_isr_meas_config()
2038
!!(module_ens &
CIFISP_MODULE_HST
));
in __isp_isr_meas_config()
Completed in 9 milliseconds