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:s5k4ecgx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
s5k4ecgx.c
26
#include <media/i2c/
s5k4ecgx
.h>
35
#define S5K4ECGX_DRIVER_NAME "
s5k4ecgx
"
36
#define S5K4ECGX_FIRMWARE "
s5k4ecgx
.bin"
169
"vddreg", /* The internal
s5k4ecgx
regulator's supply (1.8V) */
180
struct
s5k4ecgx
{
struct
196
static inline struct
s5k4ecgx
*to_s5k4ecgx(struct v4l2_subdev *sd)
in to_s5k4ecgx()
198
return container_of(sd, struct
s5k4ecgx
, sd);
in to_s5k4ecgx()
298
* in
s5k4ecgx
's datasheet.
in s5k4ecgx_set_ahb_address()
424
static int s5k4ecgx_set_output_framefmt(struct
s5k4ecgx
*priv)
in s5k4ecgx_set_output_framefmt()
457
static int s5k4ecgx_gpio_set_value(struct
s5k4ecgx
*pri
[all...]
H
A
D
Makefile
101
obj-$(CONFIG_VIDEO_S5K4ECGX) +=
s5k4ecgx
.o
Completed in 2 milliseconds