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:vimc_ent_type
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/
H
A
D
vimc-common.h
133
* struct
vimc_ent_type
Structure for the callbacks of the entity types
142
struct
vimc_ent_type
{
struct
159
struct
vimc_ent_type
*type;
170
extern struct
vimc_ent_type
vimc_sensor_type;
171
extern struct
vimc_ent_type
vimc_debayer_type;
172
extern struct
vimc_ent_type
vimc_scaler_type;
173
extern struct
vimc_ent_type
vimc_capture_type;
174
extern struct
vimc_ent_type
vimc_lens_type;
H
A
D
vimc-lens.c
99
struct
vimc_ent_type
vimc_lens_type = {
H
A
D
vimc-debayer.c
623
struct
vimc_ent_type
vimc_debayer_type = {
H
A
D
vimc-sensor.c
450
struct
vimc_ent_type
vimc_sensor_type = {
H
A
D
vimc-scaler.c
441
struct
vimc_ent_type
vimc_scaler_type = {
H
A
D
vimc-capture.c
496
struct
vimc_ent_type
vimc_capture_type = {
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/
H
A
D
vimc-common.h
126
* struct
vimc_ent_type
Structure for the callbacks of the entity types
135
struct
vimc_ent_type
{
struct
152
struct
vimc_ent_type
*type;
163
extern struct
vimc_ent_type
vimc_sen_type;
164
extern struct
vimc_ent_type
vimc_deb_type;
165
extern struct
vimc_ent_type
vimc_sca_type;
166
extern struct
vimc_ent_type
vimc_cap_type;
H
A
D
vimc-debayer.c
620
struct
vimc_ent_type
vimc_deb_type = {
H
A
D
vimc-scaler.c
519
struct
vimc_ent_type
vimc_sca_type = {
H
A
D
vimc-sensor.c
449
struct
vimc_ent_type
vimc_sen_type = {
H
A
D
vimc-capture.c
492
struct
vimc_ent_type
vimc_cap_type = {
Completed in 13 milliseconds