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:vga_edid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
adv7842.c
109
}
vga_edid
;
member
706
const u8 *edid = state->
vga_edid
.edid;
in edid_write_vga_segment()
707
u32 blocks = state->
vga_edid
.blocks;
in edid_write_vga_segment()
713
if (!state->
vga_edid
.present)
in edid_write_vga_segment()
2461
if (state->
vga_edid
.present) {
in adv7842_get_edid()
2462
data = state->
vga_edid
.edid;
in adv7842_get_edid()
2463
blocks = state->
vga_edid
.blocks;
in adv7842_get_edid()
2508
if (e->pad < ADV7842_EDID_PORT_VGA && state->
vga_edid
.blocks)
in adv7842_set_edid()
2524
memset(state->
vga_edid
.edid, 0, sizeof(state->
vga_edid
in adv7842_set_edid()
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
adv7842.c
107
}
vga_edid
;
member
728
const u8 *val = state->
vga_edid
.edid;
in edid_write_vga_segment()
2470
if (state->
vga_edid
.present)
in adv7842_get_edid()
2471
data = state->
vga_edid
.edid;
in adv7842_get_edid()
2518
memset(&state->
vga_edid
.edid, 0, 256);
in adv7842_set_edid()
2519
state->
vga_edid
.present = e->blocks ? 0x1 : 0x0;
in adv7842_set_edid()
2520
memcpy(&state->
vga_edid
.edid, e->edid, 128 * e->blocks);
in adv7842_set_edid()
Completed in 9 milliseconds