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:enable_audio
(Results
1 - 10
of
10
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/
H
A
D
hdmi_hal_ctrl.h
96
hi_bool
enable_audio
;
member
H
A
D
hdmi_hal_intf.c
390
hw_status->audio_status.audio_enable = audio_stat.
enable_audio
;
in hal_hdmi_hw_audio_status_get()
H
A
D
hdmi_hal_ctrl.c
1894
audio_stat->
enable_audio
= ctrl_audio_path_enable_get();
in hal_hdmi_ctrl_audio_path_get()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_common.h
541
hi_bool
enable_audio
;
member
612
hi_bool
enable_audio
;
member
860
hi_bool
enable_audio
;
member
H
A
D
drv_hdmi_intf.c
885
app_attr->
enable_audio
= (hw_status->audio_status.audio_enable && hw_status->info_frame_status.audio_enable);
1189
app_attr->
enable_audio
= HI_TRUE;
1608
audio_enable = (hdmi_dev->attr.app_attr.
enable_audio
) && (app_attr->enable_hdmi);
1873
audio_cfg.
enable_audio
= (hdmi_dev->attr.app_attr.
enable_audio
) && (app_attr->enable_hdmi);
1878
drv_hdmi_audio_infoframe_send(&hdmi_dev->info_frame, (app_attr->
enable_audio
&& app_attr->enable_aud_infoframe));
1879
hal_call_void(hal_hdmi_audio_path_enable_set, hdmi_dev->hal, audio_cfg.
enable_audio
);
2965
hdmi_info("
enable_audio
: %u\n", attr->app_attr.
enable_audio
);
3412
app_attr->
enable_audio
[all...]
H
A
D
drv_hdmi_proc.c
519
osal_seq_printf(file, "%-15s: %-20s \n", "AudioInfoEnable", app_attr->
enable_audio
? STR_YES : STR_NO);
in proc_app_attr_info()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/include/
H
A
D
hi_comm_hdmi_adapt.h
295
hi_bool
enable_audio
;
member
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-qp.c
464
void (*
enable_audio
)(struct dw_hdmi_qp *hdmi);
member
739
if (hdmi->
enable_audio
) {
in dw_hdmi_qp_audio_enable()
740
hdmi->
enable_audio
(hdmi);
in dw_hdmi_qp_audio_enable()
2394
hdmi->
enable_audio
= dw_hdmi_i2s_audio_enable;
in _dw_hdmi_probe()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-qp.c
259
void (*
enable_audio
)(struct dw_hdmi_qp *hdmi);
member
549
if (hdmi->
enable_audio
)
in dw_hdmi_qp_audio_enable()
550
hdmi->
enable_audio
(hdmi);
in dw_hdmi_qp_audio_enable()
2285
hdmi->
enable_audio
= dw_hdmi_i2s_audio_enable;
in __dw_hdmi_probe()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
503
void (*
enable_audio
)(struct dw_hdmi *hdmi);
member
1263
if (hdmi->
enable_audio
) {
in dw_hdmi_audio_enable()
1264
hdmi->
enable_audio
(hdmi);
in dw_hdmi_audio_enable()
4672
hdmi->
enable_audio
= dw_hdmi_ahb_audio_enable;
in dw_hdmi_probe()
4687
hdmi->
enable_audio
= dw_hdmi_i2s_audio_enable;
in dw_hdmi_probe()
Completed in 29 milliseconds