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:CSI_NUM_PADS
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/imx/
H
A
D
imx-media-csi.c
60
struct media_pad pad[
CSI_NUM_PADS
];
78
struct v4l2_mbus_framefmt format_mbus[
CSI_NUM_PADS
];
79
const struct imx_media_pixfmt *cc[
CSI_NUM_PADS
];
80
struct v4l2_fract frame_interval[
CSI_NUM_PADS
];
921
if (fi->pad >=
CSI_NUM_PADS
)
in csi_g_frame_interval()
1296
if (fse->pad >=
CSI_NUM_PADS
||
in csi_enum_frame_size()
1331
if (fie->pad >=
CSI_NUM_PADS
||
in csi_enum_frame_interval()
1366
if (sdformat->pad >=
CSI_NUM_PADS
)
in csi_get_fmt()
1528
if (sdformat->pad >=
CSI_NUM_PADS
)
in csi_set_fmt()
1556
for (pad = CSI_SINK_PAD + 1; pad <
CSI_NUM_PADS
; pa
in csi_set_fmt()
[all...]
H
A
D
imx-media.h
41
CSI_NUM_PADS
,
enumerator
/kernel/linux/linux-6.6/drivers/staging/media/imx/
H
A
D
imx-media-csi.c
60
struct media_pad pad[
CSI_NUM_PADS
];
78
struct v4l2_mbus_framefmt format_mbus[
CSI_NUM_PADS
];
79
const struct imx_media_pixfmt *cc[
CSI_NUM_PADS
];
80
struct v4l2_fract frame_interval[
CSI_NUM_PADS
];
910
if (fi->pad >=
CSI_NUM_PADS
)
in csi_g_frame_interval()
1280
if (fse->pad >=
CSI_NUM_PADS
||
in csi_enum_frame_size()
1315
if (fie->pad >=
CSI_NUM_PADS
||
in csi_enum_frame_interval()
1350
if (sdformat->pad >=
CSI_NUM_PADS
)
in csi_get_fmt()
1512
if (sdformat->pad >=
CSI_NUM_PADS
)
in csi_set_fmt()
1541
for (pad = CSI_SINK_PAD + 1; pad <
CSI_NUM_PADS
; pa
in csi_set_fmt()
[all...]
H
A
D
imx-media.h
44
CSI_NUM_PADS
,
enumerator
/kernel/linux/linux-6.6/drivers/media/pci/intel/ivsc/
H
A
D
mei_csi.c
77
CSI_NUM_PADS
enumerator
131
struct media_pad pads[
CSI_NUM_PADS
];
132
struct v4l2_mbus_framefmt format_mbus[
CSI_NUM_PADS
];
750
ret = media_entity_pads_init(&csi->subdev.entity,
CSI_NUM_PADS
,
in mei_csi_probe()
Completed in 7 milliseconds