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:support_hdmi
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/include/
H
A
D
hi_comm_hdmi_adapt.h
153
hi_bool
support_hdmi
;
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_edid.h
421
hi_bool
support_hdmi
;
member
H
A
D
drv_hdmi_edid.c
668
cap->
support_hdmi
= HI_FALSE;
in edid_ext_num()
1495
cap->
support_hdmi
= HI_TRUE;
in edid_vendor_data_block_parse()
H
A
D
drv_hdmi_proc.c
1370
osal_seq_printf(file, "%-20s: %-20s ", "HDMI1.4Support", cap->
support_hdmi
? STR_YES : STR_NO);
in proc_sink_basic_cap()
H
A
D
drv_hdmi_intf.c
135
dest_cap->
support_hdmi
= dest_cap->
support_hdmi
&& tx_cap->tx_hdmi_14;
in hdmi_capability_inter_section()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
470
bool
support_hdmi
;
member
579
hdmi->sink_is_hdmi = hdmi->
support_hdmi
;
in dw_hdmi_check_output_type_changed()
2929
hdmi->
support_hdmi
= drm_detect_hdmi_monitor(edid);
in dw_hdmi_get_edid()
2994
hdmi->
support_hdmi
= true;
in dw_hdmi_connector_get_modes()
3191
return hdmi->
support_hdmi
;
in dw_hdmi_get_output_type_cap()
Completed in 23 milliseconds