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:intfType
(Results
1 - 9
of
9
) sorted by relevance
/drivers/hdf_core/framework/model/display/driver/
H
A
D
hdf_disp.h
86
enum LcdIntfType
intfType
;
member
135
uint32_t
intfType
;
member
H
A
D
hdf_disp.c
151
info->
intfType
= panel->info->
intfType
;
in GetDispInfo()
/drivers/peripheral/display/hal/
H
A
D
disp_common.h
134
uint32_t
intfType
;
member
/drivers/hdf_core/framework/model/display/driver/adapter_soc/
H
A
D
hi35xx_disp.c
289
LcdPinMuxCfg(info->
intfType
);
in Hi35xxHardWareInit()
290
if (info->
intfType
== MIPI_DSI) {
in Hi35xxHardWareInit()
298
if (GetLcdIntfType(info->
intfType
, &info->
intfType
) != HDF_SUCCESS) {
in Hi35xxHardWareInit()
/drivers/hdf_core/framework/model/display/driver/lcdkit/
H
A
D
lite_lcdkit.c
49
if (panelCfg->info.
intfType
!= MIPI_DSI) {
in LcdkitInit()
50
HDF_LOGE("%s:not support intf: %u", __func__, panelCfg->info.
intfType
);
in LcdkitInit()
H
A
D
lcdkit_parse_config.c
133
PARSE_PANEL_SYMBOL(node, drsOps, "
intfType
", &info->
intfType
);
in ParsePanelInfo()
/drivers/hdf_core/framework/model/display/driver/panel/
H
A
D
ssp_st7789.c
250
.
intfType
= LCD_6BIT, /* panel interface type */
H
A
D
mipi_icn9700.c
269
.
intfType
= MIPI_DSI, /* panel interface type */
/drivers/peripheral/display/hal/default/
H
A
D
display_layer.c
104
uint32_t
intfType
;
member
Completed in 7 milliseconds