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:mfg_id
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_edid.h
323
u8
mfg_id
[2];
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_edid.c
188
hi_u8
mfg_id
[2];
member
307
data = (fst_blk->
mfg_id
[0] << 8) | (fst_blk->
mfg_id
[1]); /* offset 8, express dada 15-8 bits */
in edid_vendor_info()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_edid.c
2113
edid_vendor[0] = ((edid->
mfg_id
[0] & 0x7c) >> 0x2) + '@';
in edid_vendor()
2114
edid_vendor[1] = (((edid->
mfg_id
[0] & 0x3) << 0x3) | ((edid->
mfg_id
[1] & 0xe0) >> 0x5)) + '@';
in edid_vendor()
2115
edid_vendor[0x2] = (edid->
mfg_id
[1] & 0x1f) + '@';
in edid_vendor()
4525
eld[DRM_ELD_MANUFACTURER_NAME0] = edid->
mfg_id
[0];
in drm_edid_to_eld()
4526
eld[DRM_ELD_MANUFACTURER_NAME1] = edid->
mfg_id
[1];
in drm_edid_to_eld()
Completed in 13 milliseconds