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_REG8
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ov5693.c
32
#define OV5693_SW_RESET_REG
CCI_REG8
(0x0103)
33
#define OV5693_SW_STREAM_REG
CCI_REG8
(0x0100)
85
#define OV5693_SUB_INC_X_REG
CCI_REG8
(0x3814)
86
#define OV5693_SUB_INC_Y_REG
CCI_REG8
(0x3815)
88
#define OV5693_FORMAT1_REG
CCI_REG8
(0x3820)
92
#define OV5693_FORMAT2_REG
CCI_REG8
(0x3821)
98
#define OV5693_ISP_CTRL2_REG
CCI_REG8
(0x5002)
114
#define OV5693_TEST_PATTERN_REG
CCI_REG8
(0x5e00)
178
{
CCI_REG8
(0x3016), 0xf0},
179
{
CCI_REG8
(
[all...]
H
A
D
imx290.c
31
#define IMX290_STANDBY
CCI_REG8
(0x3000)
32
#define IMX290_REGHOLD
CCI_REG8
(0x3001)
33
#define IMX290_XMSTA
CCI_REG8
(0x3002)
34
#define IMX290_ADBIT
CCI_REG8
(0x3005)
37
#define IMX290_CTRL_07
CCI_REG8
(0x3007)
43
#define IMX290_FR_FDG_SEL
CCI_REG8
(0x3009)
45
#define IMX290_GAIN
CCI_REG8
(0x3014)
51
#define IMX290_WINWV_OB
CCI_REG8
(0x303a)
56
#define IMX290_OUT_CTRL
CCI_REG8
(0x3046)
63
#define IMX290_XSOUTSEL
CCI_REG8
(
[all...]
H
A
D
imx219.c
36
#define IMX219_REG_MODE_SELECT
CCI_REG8
(0x0100)
40
#define IMX219_REG_CSI_LANE_MODE
CCI_REG8
(0x0114)
44
#define IMX219_REG_DPHY_CTRL
CCI_REG8
(0x0128)
52
#define IMX219_REG_ANALOG_GAIN
CCI_REG8
(0x0157)
98
#define IMX219_REG_X_ODD_INC_A
CCI_REG8
(0x0170)
99
#define IMX219_REG_Y_ODD_INC_A
CCI_REG8
(0x0171)
100
#define IMX219_REG_ORIENTATION
CCI_REG8
(0x0172)
111
#define IMX219_REG_VTPXCK_DIV
CCI_REG8
(0x0301)
112
#define IMX219_REG_VTSYCK_DIV
CCI_REG8
(0x0303)
113
#define IMX219_REG_PREPLLCK_VT_DIV
CCI_REG8
(
[all...]
H
A
D
dw9719.c
24
#define DW9719_INFO
CCI_REG8
(0)
27
#define DW9719_CONTROL
CCI_REG8
(2)
32
#define DW9719_MODE
CCI_REG8
(6)
36
#define DW9719_VCM_FREQ
CCI_REG8
(7)
H
A
D
ov2680.c
33
#define OV2680_REG_STREAM_CTRL
CCI_REG8
(0x0100)
34
#define OV2680_REG_SOFT_RESET
CCI_REG8
(0x0103)
37
#define OV2680_REG_SC_CMMN_SUB_ID
CCI_REG8
(0x302a)
41
#define OV2680_REG_R_MANUAL
CCI_REG8
(0x3503)
44
#define OV2680_REG_SENSOR_CTRL_0A
CCI_REG8
(0x370a)
56
#define OV2680_REG_X_INC
CCI_REG8
(0x3814)
57
#define OV2680_REG_Y_INC
CCI_REG8
(0x3815)
58
#define OV2680_REG_FORMAT1
CCI_REG8
(0x3820)
59
#define OV2680_REG_FORMAT2
CCI_REG8
(0x3821)
61
#define OV2680_REG_ISP_CTRL00
CCI_REG8
(
[all...]
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-cci.h
43
#define
CCI_REG8
(x) ((1 << CCI_REG_WIDTH_SHIFT) | (x))
macro
Completed in 6 milliseconds