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:dmode
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_modes.c
582
* drm_display_mode_from_videomode - fill in @
dmode
using @vm,
584
* @
dmode
: drm_display_mode structure to use as destination
586
* Fills out @
dmode
using the display mode specified in @vm.
588
void drm_display_mode_from_videomode(const struct videomode *vm, struct drm_display_mode *
dmode
)
in drm_display_mode_from_videomode()
argument
590
dmode
->hdisplay = vm->hactive;
in drm_display_mode_from_videomode()
591
dmode
->hsync_start =
dmode
->hdisplay + vm->hfront_porch;
in drm_display_mode_from_videomode()
592
dmode
->hsync_end =
dmode
->hsync_start + vm->hsync_len;
in drm_display_mode_from_videomode()
593
dmode
in drm_display_mode_from_videomode()
633
drm_display_mode_to_videomode(const struct drm_display_mode *
dmode
, struct videomode *vm)
drm_display_mode_to_videomode()
argument
722
of_get_drm_display_mode(struct device_node *np, struct drm_display_mode *
dmode
, u32 *bus_flags, int index)
of_get_drm_display_mode()
argument
[all...]
Completed in 2 milliseconds