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:vsw
(Results
1 - 10
of
10
) sorted by relevance
/drivers/hdf_core/framework/model/display/driver/
H
A
D
hdf_disp.h
80
uint32_t
vsw
;
member
133
uint32_t
vsw
;
member
H
A
D
hdf_drm_panel.c
226
hdfDrmPanel->mode.vsync_end = panelInfo->height + panelInfo->vfp + panelInfo->
vsw
;
in CreateDrmMode()
227
hdfDrmPanel->mode.vtotal = panelInfo->height + panelInfo->vfp + panelInfo->
vsw
+ panelInfo->vbp;
in CreateDrmMode()
H
A
D
hdf_disp.c
150
info->
vsw
= panel->info->
vsw
;
in GetDispInfo()
/drivers/peripheral/display/hal/
H
A
D
disp_common.h
132
uint32_t
vsw
;
member
/drivers/hdf_core/framework/model/display/driver/adapter_soc/
H
A
D
hi35xx_disp.c
165
vline = info->height + info->vbp + info->vfp + info->
vsw
;
in CalcPixelClk()
180
vline = info->height + info->vbp + info->vfp + info->
vsw
;
in CalcDataRate()
216
cfg.timing.vsaLines = info->
vsw
;
in MipiDsiInit()
/drivers/hdf_core/framework/model/display/driver/lcdkit/
H
A
D
lcdkit_parse_config.c
131
PARSE_PANEL_SYMBOL(node, drsOps, "
vsw
", &info->
vsw
);
in ParsePanelInfo()
/drivers/hdf_core/framework/model/display/driver/panel/
H
A
D
mipi_icn9700.c
267
.
vsw
= VERTICAL_SYNC_WIDTH, /* vertical sync width */
H
A
D
ili9881c_boe.c
608
.
vsw
= 4, /* vertical sync width */
H
A
D
ili9881_st_5p5.c
578
.
vsw
= 36, /* vertical sync width */
/drivers/peripheral/display/hal/default/
H
A
D
display_layer.c
102
uint32_t
vsw
;
member
Completed in 14 milliseconds