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:mode_cfg
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
upg_common.c
439
hi_nv_ftm_upg_wait_mode
mode_cfg
= {0};
in upg_check_clear_wait_mode()
local
440
hi_u32 ret = upg_get_wait_mode_nv(&
mode_cfg
);
in upg_check_clear_wait_mode()
445
if ((
mode_cfg
.trans_finish_flag == HI_TRUE) || (
mode_cfg
.is_upg_process == HI_TRUE)) {
in upg_check_clear_wait_mode()
446
ret = upg_clear_wait_mode(&
mode_cfg
);
in upg_check_clear_wait_mode()
1528
hi_nv_ftm_upg_wait_mode
mode_cfg
= {0};
in upg_check_transmit_finish_flag()
local
1530
ret = upg_get_wait_mode_nv(&
mode_cfg
);
in upg_check_transmit_finish_flag()
1536
if (
mode_cfg
.trans_finish_flag == HI_TRUE) {
in upg_check_transmit_finish_flag()
1570
hi_nv_ftm_upg_wait_mode
mode_cfg
= {0};
in hi_upg_transmit_finish_save_cache()
local
1596
mode_cfg
in hi_upg_transmit_finish_save_cache()
1645
hi_nv_ftm_upg_wait_mode
mode_cfg
= {0};
hi_upg_finish_with_cache()
local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/phy/hisiv100/
H
A
D
hdmi_hal_phy.h
150
hdmi_phy_mode_cfg
mode_cfg
; /* TMDS/FRL/tx_ffe */
member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-mipi-dsi.c
1013
u32
mode_cfg
;
in dw_mipi_dsi_debugfs_write()
local
1023
mode_cfg
= dsi_read(dsi, DSI_VID_MODE_CFG);
in dw_mipi_dsi_debugfs_write()
1026
mode_cfg
|= vpg->mask;
in dw_mipi_dsi_debugfs_write()
1028
mode_cfg
&= ~vpg->mask;
in dw_mipi_dsi_debugfs_write()
1031
dsi_write(dsi, DSI_VID_MODE_CFG,
mode_cfg
);
in dw_mipi_dsi_debugfs_write()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_frl.c
158
phy_cfg.
mode_cfg
= HDMI_PHY_MODE_CFG_TXFFE;
in frl_tx_ffe_set()
187
phy_cfg.
mode_cfg
= HDMI_PHY_MODE_CFG_FRL;
in frl_phy_set()
526
phy_cfg.
mode_cfg
= HDMI_FRL_MODE_TMDS;
in frl_train_exception()
H
A
D
drv_hdmi_common.h
1332
hdmi_phy_mode_cfg
mode_cfg
; /* TMDS/FRL/tx_ffe */
member
H
A
D
drv_hdmi_intf.c
2062
phy_cfg.
mode_cfg
= HDMI_PHY_MODE_CFG_FRL;
H
A
D
drv_hdmi_debug.c
2873
phy_cfg.
mode_cfg
= HDMI_PHY_MODE_CFG_TXFFE;
in debug_frl_ffe()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/
H
A
D
hdmi_hal_intf.c
336
cfg.
mode_cfg
= phy_cfg->
mode_cfg
;
in hal_hdmi_phy_set()
Completed in 23 milliseconds