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:syncInfo
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/common/platform/mipi_dsi/
H
A
D
mipi_tx_hi35xx.c
479
hsa = g_actualPhyDataRate * cfg->
syncInfo
.vidHsaPixels * 125 / cfg->pixelClk;
in SetTimingConfig()
481
hbp = g_actualPhyDataRate * cfg->
syncInfo
.vidHbpPixels * 125 / cfg->pixelClk;
in SetTimingConfig()
483
hline = g_actualPhyDataRate * cfg->
syncInfo
.vidHlinePixels * 125 / cfg->pixelClk;
in SetTimingConfig()
487
g_mipiTxRegsVa->VID_VSA_LINES.u32 = cfg->
syncInfo
.vidVsaLines;
in SetTimingConfig()
488
g_mipiTxRegsVa->VID_VBP_LINES.u32 = cfg->
syncInfo
.vidVbpLines;
in SetTimingConfig()
489
g_mipiTxRegsVa->VID_VFP_LINES.u32 = cfg->
syncInfo
.vidVfpLines;
in SetTimingConfig()
490
g_mipiTxRegsVa->VID_VACTIVE_LINES.u32 = cfg->
syncInfo
.vidActiveLines;
in SetTimingConfig()
496
HDF_LOGI("VID_VSA_LINES(0x54): 0x%x", cfg->
syncInfo
.vidVsaLines);
in SetTimingConfig()
497
HDF_LOGI("VID_VBP_LINES(0x58): 0x%x", cfg->
syncInfo
.vidVbpLines);
in SetTimingConfig()
498
HDF_LOGI("VID_VFP_LINES(0x5c): 0x%x", cfg->
syncInfo
in SetTimingConfig()
[all...]
H
A
D
mipi_dsi_define.h
69
SyncInfoTag
syncInfo
;
member
Completed in 3 milliseconds