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:CSIS_PAD_SOURCE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H
A
D
mipi-csis.h
17
#define
CSIS_PAD_SOURCE
1
macro
H
A
D
mipi-csis.c
586
if (fmt->pad ==
CSIS_PAD_SOURCE
) {
in s5pcsis_set_fmt()
853
state->pads[
CSIS_PAD_SOURCE
].flags = MEDIA_PAD_FL_SOURCE;
in s5pcsis_probe()
H
A
D
media-dev.c
1024
pad =
CSIS_PAD_SOURCE
;
in fimc_md_create_links()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H
A
D
mipi-csis.h
17
#define
CSIS_PAD_SOURCE
1
macro
H
A
D
mipi-csis.c
588
if (fmt->pad ==
CSIS_PAD_SOURCE
) {
in s5pcsis_set_fmt()
854
state->pads[
CSIS_PAD_SOURCE
].flags = MEDIA_PAD_FL_SOURCE;
in s5pcsis_probe()
H
A
D
media-dev.c
1026
pad =
CSIS_PAD_SOURCE
;
in fimc_md_create_links()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/
H
A
D
imx-mipi-csis.c
40
#define
CSIS_PAD_SOURCE
1
macro
999
if (code->pad ==
CSIS_PAD_SOURCE
) {
in mipi_csis_enum_mbus_code()
1033
if (sdformat->pad ==
CSIS_PAD_SOURCE
)
in mipi_csis_set_fmt()
1086
fmt = v4l2_subdev_get_pad_format(sd, sd_state,
CSIS_PAD_SOURCE
);
in mipi_csis_set_fmt()
1103
if (pad !=
CSIS_PAD_SOURCE
)
in mipi_csis_get_frame_desc()
1107
fmt = v4l2_subdev_get_pad_format(sd, state,
CSIS_PAD_SOURCE
);
in mipi_csis_get_frame_desc()
1369
csis->pads[
CSIS_PAD_SOURCE
].flags = MEDIA_PAD_FL_SOURCE
in mipi_csis_subdev_init()
/kernel/linux/linux-5.10/drivers/staging/media/imx/
H
A
D
imx7-mipi-csis.c
36
#define
CSIS_PAD_SOURCE
1
macro
744
fmt_source = mipi_csis_get_format(state, cfg, which,
CSIS_PAD_SOURCE
);
in mipi_csis_init_cfg()
775
if (code->pad ==
CSIS_PAD_SOURCE
) {
in mipi_csis_enum_mbus_code()
810
if (sdformat->pad ==
CSIS_PAD_SOURCE
)
in mipi_csis_set_fmt()
860
CSIS_PAD_SOURCE
);
in mipi_csis_set_fmt()
999
state->pads[
CSIS_PAD_SOURCE
].flags = MEDIA_PAD_FL_SOURCE;
in mipi_csis_subdev_init()
Completed in 11 milliseconds