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:ov772x_priv
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ov772x.c
416
struct
ov772x_priv
{
struct
558
static struct
ov772x_priv
*to_ov772x(struct v4l2_subdev *sd)
in to_ov772x()
560
return container_of(sd, struct
ov772x_priv
, subdev);
in to_ov772x()
563
static int ov772x_reset(struct
ov772x_priv
*priv)
in ov772x_reset()
584
struct
ov772x_priv
*priv = to_ov772x(sd);
in ov772x_s_stream()
617
static unsigned int ov772x_select_fps(struct
ov772x_priv
*priv,
in ov772x_select_fps()
641
static int ov772x_set_frame_rate(struct
ov772x_priv
*priv,
in ov772x_set_frame_rate()
725
struct
ov772x_priv
*priv = to_ov772x(sd);
in ov772x_g_frame_interval()
737
struct
ov772x_priv
*priv = to_ov772x(sd);
in ov772x_s_frame_interval()
774
struct
ov772x_priv
*pri
in ov772x_s_ctrl()
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
ov772x.c
415
struct
ov772x_priv
{
struct
550
static struct
ov772x_priv
*to_ov772x(struct v4l2_subdev *sd)
in to_ov772x()
552
return container_of(sd, struct
ov772x_priv
, subdev);
in to_ov772x()
555
static int ov772x_reset(struct
ov772x_priv
*priv)
in ov772x_reset()
576
struct
ov772x_priv
*priv = to_ov772x(sd);
in ov772x_s_stream()
601
static unsigned int ov772x_select_fps(struct
ov772x_priv
*priv,
in ov772x_select_fps()
625
static int ov772x_set_frame_rate(struct
ov772x_priv
*priv,
in ov772x_set_frame_rate()
709
struct
ov772x_priv
*priv = to_ov772x(sd);
in ov772x_g_frame_interval()
721
struct
ov772x_priv
*priv = to_ov772x(sd);
in ov772x_s_frame_interval()
758
struct
ov772x_priv
*pri
in ov772x_s_ctrl()
[all...]
Completed in 6 milliseconds