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:et8ek8_reglist
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/et8ek8/
H
A
D
et8ek8_driver.c
54
struct
et8ek8_reglist
*current_reglist;
359
static struct
et8ek8_reglist
*et8ek8_reglist_find_type(
in et8ek8_reglist_find_type()
363
struct
et8ek8_reglist
**next = &meta->reglist[0].ptr;
in et8ek8_reglist_find_type()
379
struct
et8ek8_reglist
*reglist;
in et8ek8_i2c_reglist_find_write()
388
static struct
et8ek8_reglist
**et8ek8_reglist_first(
in et8ek8_reglist_first()
394
static void et8ek8_reglist_to_mbus(const struct
et8ek8_reglist
*reglist,
in et8ek8_reglist_to_mbus()
402
static struct
et8ek8_reglist
*et8ek8_reglist_find_mode_fmt(
in et8ek8_reglist_find_mode_fmt()
406
struct
et8ek8_reglist
**list = et8ek8_reglist_first(meta);
in et8ek8_reglist_find_mode_fmt()
407
struct
et8ek8_reglist
*best_match = NULL;
in et8ek8_reglist_find_mode_fmt()
408
struct
et8ek8_reglist
*best_othe
in et8ek8_reglist_find_mode_fmt()
[all...]
H
A
D
et8ek8_mode.c
18
static struct
et8ek8_reglist
mode1_poweron_mode2_16vga_2592x1968_12_07fps = {
119
static struct
et8ek8_reglist
mode1_16vga_2592x1968_13_12fps_dpcm10_8 = {
175
static struct
et8ek8_reglist
mode3_4vga_1296x984_29_99fps_dpcm10_8 = {
231
static struct
et8ek8_reglist
mode4_svga_864x656_29_88fps = {
287
static struct
et8ek8_reglist
mode5_vga_648x492_29_93fps = {
343
static struct
et8ek8_reglist
mode2_16vga_2592x1968_3_99fps = {
398
static struct
et8ek8_reglist
mode_648x492_5fps = {
454
static struct
et8ek8_reglist
mode3_4vga_1296x984_5fps = {
510
static struct
et8ek8_reglist
mode_4vga_1296x984_25fps_dpcm10_8 = {
H
A
D
et8ek8_reg.h
72
struct
et8ek8_reglist
{
struct
82
struct
et8ek8_reglist
*ptr;
/kernel/linux/linux-6.6/drivers/media/i2c/et8ek8/
H
A
D
et8ek8_driver.c
54
struct
et8ek8_reglist
*current_reglist;
359
static struct
et8ek8_reglist
*et8ek8_reglist_find_type(
in et8ek8_reglist_find_type()
363
struct
et8ek8_reglist
**next = &meta->reglist[0].ptr;
in et8ek8_reglist_find_type()
379
struct
et8ek8_reglist
*reglist;
in et8ek8_i2c_reglist_find_write()
388
static struct
et8ek8_reglist
**et8ek8_reglist_first(
in et8ek8_reglist_first()
394
static void et8ek8_reglist_to_mbus(const struct
et8ek8_reglist
*reglist,
in et8ek8_reglist_to_mbus()
402
static struct
et8ek8_reglist
*et8ek8_reglist_find_mode_fmt(
in et8ek8_reglist_find_mode_fmt()
406
struct
et8ek8_reglist
**list = et8ek8_reglist_first(meta);
in et8ek8_reglist_find_mode_fmt()
407
struct
et8ek8_reglist
*best_match = NULL;
in et8ek8_reglist_find_mode_fmt()
408
struct
et8ek8_reglist
*best_othe
in et8ek8_reglist_find_mode_fmt()
[all...]
H
A
D
et8ek8_mode.c
18
static struct
et8ek8_reglist
mode1_poweron_mode2_16vga_2592x1968_12_07fps = {
119
static struct
et8ek8_reglist
mode1_16vga_2592x1968_13_12fps_dpcm10_8 = {
175
static struct
et8ek8_reglist
mode3_4vga_1296x984_29_99fps_dpcm10_8 = {
231
static struct
et8ek8_reglist
mode4_svga_864x656_29_88fps = {
287
static struct
et8ek8_reglist
mode5_vga_648x492_29_93fps = {
343
static struct
et8ek8_reglist
mode2_16vga_2592x1968_3_99fps = {
398
static struct
et8ek8_reglist
mode_648x492_5fps = {
454
static struct
et8ek8_reglist
mode3_4vga_1296x984_5fps = {
510
static struct
et8ek8_reglist
mode_4vga_1296x984_25fps_dpcm10_8 = {
H
A
D
et8ek8_reg.h
72
struct
et8ek8_reglist
{
struct
82
struct
et8ek8_reglist
*ptr;
Completed in 5 milliseconds