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:csi2dc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/microchip/
H
A
D
microchip-csi2dc.c
159
* @csi2dc_sd: v4l2 subdevice for the
csi2dc
device
160
* This is the subdevice that the
csi2dc
device itself
162
* @dev: struct device for this
csi2dc
device
171
* @pads: Media entity pads for the
csi2dc
subdevice
177
* subdevice to the
csi2dc
subdevice
179
*
csi2dc
subdevice
181
* to the
csi2dc
subdevice sink pad.
231
struct csi2dc_device *
csi2dc
= csi2dc_sd_to_csi2dc_device(csi2dc_sd);
in csi2dc_get_fmt()
local
242
format->format =
csi2dc
->format;
in csi2dc_get_fmt()
251
struct csi2dc_device *
csi2dc
in csi2dc_set_fmt()
local
310
csi2dc
_power(struct
csi2dc
_device *
csi2dc
, int on)
csi2dc_power()
argument
341
csi2dc
_get_mbus_config(struct
csi2dc
_device *
csi2dc
)
csi2dc_get_mbus_config()
argument
371
csi2dc
_vp_update(struct
csi2dc
_device *
csi2dc
)
csi2dc_vp_update()
argument
409
struct
csi2dc
_device *
csi2dc
=
csi2dc
_sd_to_
csi2dc
_device(
csi2dc
_sd);
csi2dc_s_stream()
local
481
struct
csi2dc
_device *
csi2dc
= container_of(notifier,
csi2dc_async_bound()
local
520
csi2dc
_prepare_notifier(struct
csi2dc
_device *
csi2dc
, struct fwnode_handle *input_fwnode)
csi2dc_prepare_notifier()
argument
555
csi2dc
_of_parse(struct
csi2dc
_device *
csi2dc
, struct device_node *of_node)
csi2dc_of_parse()
argument
633
csi2dc
_default_format(struct
csi2dc
_device *
csi2dc
)
csi2dc_default_format()
argument
650
struct
csi2dc
_device *
csi2dc
;
csi2dc_probe()
local
745
struct
csi2dc
_device *
csi2dc
= platform_get_drvdata(pdev);
csi2dc_remove()
local
757
struct
csi2dc
_device *
csi2dc
= dev_get_drvdata(dev);
csi2dc_runtime_suspend()
local
764
struct
csi2dc
_device *
csi2dc
= dev_get_drvdata(dev);
csi2dc_runtime_resume()
local
[all...]
H
A
D
Makefile
9
obj-$(CONFIG_VIDEO_MICROCHIP_CSI2DC) += microchip-
csi2dc
.o
Completed in 2 milliseconds