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:height_mm
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/
H
A
D
ebc_panel.h
33
u32
height_mm
;
member
H
A
D
ebc_dev.h
90
int
height_mm
;
member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ebc-dev/
H
A
D
ebc_dev.h
90
int
height_mm
;
member
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ebc-dev/
H
A
D
ebc_dev.h
90
int
height_mm
;
member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/
H
A
D
panel-ilitek-ili9881c.c
377
.
height_mm
= 110,
394
.
height_mm
= 217,
415
connector->display_info.
height_mm
= mode->
height_mm
;
in ili9881c_get_modes()
H
A
D
panel-simple.c
382
connector->display_info.
height_mm
= panel->desc->size.height;
in panel_simple_get_non_edid_modes()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_connector.h
487
* @
height_mm
: Physical height in mm.
489
unsigned int
height_mm
;
member
1317
* &drm_display_info.width_mm and &drm_display_info.
height_mm
fields
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_edid.c
2672
mode->
height_mm
= pt->height_mm_lo | (pt->width_height_mm_hi & 0xf) << 0x8;
in drm_mode_detailed()
2676
mode->
height_mm
*= 0xa;
in drm_mode_detailed()
2681
mode->
height_mm
= edid->height_cm * 0xa;
in drm_mode_detailed()
5193
info->
height_mm
= 0;
in drm_reset_display_info()
5218
info->
height_mm
= edid->height_cm * 0xa;
in drm_add_display_info()
Completed in 18 milliseconds