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:V4L2_MBUS_CCP2
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-mediabus.h
103
* @
V4L2_MBUS_CCP2
: CCP2 (Compact Camera Port 2)
113
V4L2_MBUS_CCP2
,
enumerator
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-mediabus.h
130
* @
V4L2_MBUS_CCP2
: CCP2 (Compact Camera Port 2)
141
V4L2_MBUS_CCP2
,
enumerator
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-fwnode.c
61
V4L2_MBUS_CCP2
,
406
if (bus_type ==
V4L2_MBUS_CCP2
)
in v4l2_fwnode_endpoint_parse_csi1_bus()
407
vep->bus_type =
V4L2_MBUS_CCP2
;
in v4l2_fwnode_endpoint_parse_csi1_bus()
471
case
V4L2_MBUS_CCP2
:
in __v4l2_fwnode_endpoint_parse()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-fwnode.c
52
V4L2_MBUS_CCP2
,
414
if (bus_type ==
V4L2_MBUS_CCP2
)
in v4l2_fwnode_endpoint_parse_csi1_bus()
415
vep->bus_type =
V4L2_MBUS_CCP2
;
in v4l2_fwnode_endpoint_parse_csi1_bus()
467
case
V4L2_MBUS_CCP2
:
in __v4l2_fwnode_endpoint_parse()
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H
A
D
isp.c
2123
buscfg->bus.ccp2.ccp2_mode = vep->bus_type ==
V4L2_MBUS_CCP2
;
in isp_parse_of_csi1_endpoint()
2197
{ .bus_type =
V4L2_MBUS_CCP2
};
in isp_parse_of_endpoints()
2216
case
V4L2_MBUS_CCP2
:
in isp_parse_of_endpoints()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H
A
D
isp.c
2132
buscfg->bus.ccp2.ccp2_mode = vep->bus_type ==
V4L2_MBUS_CCP2
;
in isp_parse_of_csi1_endpoint()
2204
{ .bus_type =
V4L2_MBUS_CCP2
};
in isp_parse_of_endpoints()
2223
case
V4L2_MBUS_CCP2
:
in isp_parse_of_endpoints()
/kernel/linux/linux-5.10/drivers/media/i2c/smiapp/
H
A
D
smiapp-core.c
2764
{ .bus_type =
V4L2_MBUS_CCP2
};
in smiapp_get_hwconfig()
2779
case
V4L2_MBUS_CCP2
:
in smiapp_get_hwconfig()
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/
H
A
D
ccs-core.c
3223
case
V4L2_MBUS_CCP2
:
in ccs_get_hwconfig()
Completed in 16 milliseconds