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:edid_corrupt
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_edid.c
1675
* @
edid_corrupt
: if true, the header or checksum is invalid
1682
bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid, bool *
edid_corrupt
)
in drm_edid_block_valid()
argument
1698
if (
edid_corrupt
) {
in drm_edid_block_valid()
1699
*
edid_corrupt
= false;
in drm_edid_block_valid()
1707
if (
edid_corrupt
) {
in drm_edid_block_valid()
1708
*
edid_corrupt
= true;
in drm_edid_block_valid()
1713
if (
edid_corrupt
) {
in drm_edid_block_valid()
1714
*
edid_corrupt
= true;
in drm_edid_block_valid()
1722
if (
edid_corrupt
) {
in drm_edid_block_valid()
1723
*
edid_corrupt
in drm_edid_block_valid()
[all...]
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_connector.h
1473
* @
edid_corrupt
: Indicates whether the last read EDID was corrupt. Used
1477
bool
edid_corrupt
;
member
H
A
D
drm_edid.h
515
bool drm_edid_block_valid(u8 *raw_edid, int block, bool print_bad_edid, bool *
edid_corrupt
);
Completed in 9 milliseconds