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:mnl
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_edid.h
316
#define DRM_ELD_MONITOR_NAME_STRING 20 /* offsets 20..(20+
mnl
-1) inclusive */
318
#define DRM_ELD_CEA_SAD(
mnl
, sad) (20 + (
mnl
) + 3 * (sad))
410
* @eld: pointer to an eld memory structure with
mnl
set
423
unsigned int ver,
mnl
;
in drm_eld_sad()
local
430
mnl
= drm_eld_mnl(eld);
in drm_eld_sad()
431
if (
mnl
> 16) {
in drm_eld_sad()
435
return eld + DRM_ELD_CEA_SAD(
mnl
, 0);
in drm_eld_sad()
449
* @eld: pointer to an eld memory structure with
mnl
and sad_count set
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_edid.c
4436
int
mnl
;
in get_monitor_name()
local
4443
for (
mnl
= 0; edid_name &&
mnl
< 0xd;
mnl
++) {
in get_monitor_name()
4444
if (edid_name[
mnl
] == 0x0a) {
in get_monitor_name()
4448
name[
mnl
] = edid_name[
mnl
];
in get_monitor_name()
4451
return
mnl
;
in get_monitor_name()
4502
int
mnl
;
in drm_edid_to_eld()
local
4517
mnl
in drm_edid_to_eld()
[all...]
Completed in 8 milliseconds