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:CCI_REG16
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
imx219.c
33
#define IMX219_REG_CHIP_ID
CCI_REG16
(0x0000)
48
#define IMX219_REG_EXCK_FREQ
CCI_REG16
(0x012a)
59
#define IMX219_REG_DIGITAL_GAIN
CCI_REG16
(0x0158)
66
#define IMX219_REG_EXPOSURE
CCI_REG16
(0x015a)
73
#define IMX219_REG_VTS
CCI_REG16
(0x0160)
91
#define IMX219_REG_LINE_LENGTH_A
CCI_REG16
(0x0162)
92
#define IMX219_REG_X_ADD_STA_A
CCI_REG16
(0x0164)
93
#define IMX219_REG_X_ADD_END_A
CCI_REG16
(0x0166)
94
#define IMX219_REG_Y_ADD_STA_A
CCI_REG16
(0x0168)
95
#define IMX219_REG_Y_ADD_END_A
CCI_REG16
(
[all...]
H
A
D
ov2680.c
36
#define OV2680_REG_CHIP_ID
CCI_REG16
(0x300a)
38
#define OV2680_REG_PLL_MULTIPLIER
CCI_REG16
(0x3081)
42
#define OV2680_REG_GAIN_PK
CCI_REG16
(0x350a)
46
#define OV2680_REG_HORIZONTAL_START
CCI_REG16
(0x3800)
47
#define OV2680_REG_VERTICAL_START
CCI_REG16
(0x3802)
48
#define OV2680_REG_HORIZONTAL_END
CCI_REG16
(0x3804)
49
#define OV2680_REG_VERTICAL_END
CCI_REG16
(0x3806)
50
#define OV2680_REG_HORIZONTAL_OUTPUT_SIZE
CCI_REG16
(0x3808)
51
#define OV2680_REG_VERTICAL_OUTPUT_SIZE
CCI_REG16
(0x380a)
52
#define OV2680_REG_TIMING_HTS
CCI_REG16
(
[all...]
H
A
D
ov5693.c
38
#define OV5693_REG_CHIP_ID
CCI_REG16
(0x300a)
50
#define OV5693_GAIN_CTRL_REG
CCI_REG16
(0x350a)
58
#define OV5693_MWB_RED_GAIN_REG
CCI_REG16
(0x3400)
59
#define OV5693_MWB_GREEN_GAIN_REG
CCI_REG16
(0x3402)
60
#define OV5693_MWB_BLUE_GAIN_REG
CCI_REG16
(0x3404)
69
#define OV5693_CROP_START_X_REG
CCI_REG16
(0x3800)
70
#define OV5693_CROP_START_Y_REG
CCI_REG16
(0x3802)
71
#define OV5693_CROP_END_X_REG
CCI_REG16
(0x3804)
72
#define OV5693_CROP_END_Y_REG
CCI_REG16
(0x3806)
73
#define OV5693_OUTPUT_SIZE_X_REG
CCI_REG16
(
[all...]
H
A
D
dw9719.c
30
#define DW9719_VCM_CURRENT
CCI_REG16
(3)
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-cci.h
44
#define
CCI_REG16
(x) ((2 << CCI_REG_WIDTH_SHIFT) | (x))
macro
Completed in 4 milliseconds