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:ov5647
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
ov5647.c
36
#define SENSOR_NAME "
ov5647
"
80
struct
ov5647
{
struct
91
static inline struct
ov5647
*to_state(struct v4l2_subdev *sd)
in to_state()
93
return container_of(sd, struct
ov5647
, sd);
in to_state()
350
struct
ov5647
*
ov5647
= to_state(sd);
in ov5647_sensor_power()
local
353
mutex_lock(&
ov5647
->lock);
in ov5647_sensor_power()
355
if (on && !
ov5647
->power_count) {
in ov5647_sensor_power()
358
ret = clk_prepare_enable(
ov5647
->xclk);
in ov5647_sensor_power()
367
clk_disable_unprepare(
ov5647
in ov5647_sensor_power()
617
struct
ov5647
*
ov5647
= to_state(sd);
ov5647_remove()
local
[all...]
H
A
D
Makefile
73
obj-$(CONFIG_VIDEO_OV5647) +=
ov5647
.o
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ov5647.c
99
struct
ov5647
{
struct
115
static inline struct
ov5647
*to_sensor(struct v4l2_subdev *sd)
in to_sensor()
117
return container_of(sd, struct
ov5647
, sd);
in to_sensor()
691
struct
ov5647
*sensor = to_sensor(sd);
in ov5647_set_mode()
727
struct
ov5647
*sensor = to_sensor(sd);
in ov5647_stream_on()
776
struct
ov5647
*sensor = dev_get_drvdata(dev);
in ov5647_power_on()
818
struct
ov5647
*sensor = dev_get_drvdata(dev);
in ov5647_power_off()
880
__ov5647_get_pad_crop(struct
ov5647
*
ov5647
,
in __ov5647_get_pad_crop()
argument
886
return v4l2_subdev_get_try_crop(&
ov5647
in __ov5647_get_pad_crop()
[all...]
H
A
D
Makefile
88
obj-$(CONFIG_VIDEO_OV5647) +=
ov5647
.o
Completed in 3 milliseconds