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:rkmodule_inf
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
rk-camera-module.h
57
#define RKMODULE_GET_MODULE_INFO _IOR('V', BASE_VIDIOC_PRIVATE + 0, struct
rkmodule_inf
)
234
* struct
rkmodule_inf
- module information
237
struct
rkmodule_inf
{
struct
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H
A
D
rk-camera-module.h
61
_IOR('V', BASE_VIDIOC_PRIVATE + 0, struct
rkmodule_inf
)
329
* struct
rkmodule_inf
- module information
332
struct
rkmodule_inf
{
struct
/device/soc/rockchip/common/vendor/drivers/media/i2c/
H
A
D
gc2093.c
760
static void gc2093_get_module_inf(struct gc2093 *gc2093, struct
rkmodule_inf
*inf)
in gc2093_get_module_inf()
868
gc2093_get_module_inf(gc2093, (struct
rkmodule_inf
*)arg);
in gc2093_ioctl()
922
struct
rkmodule_inf
*inf;
in gc2093_compat_ioctl32()
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/
H
A
D
ov13855.c
1316
struct
rkmodule_inf
*inf)
in ov13855_get_module_inf()
1333
ov13855_get_module_inf(ov13855, (struct
rkmodule_inf
*)arg);
in ov13855_ioctl()
1363
struct
rkmodule_inf
*inf;
in ov13855_compat_ioctl32()
Completed in 9 milliseconds