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:apb_rst
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
cdn-dp-core.h
90
struct reset_control *
apb_rst
;
member
H
A
D
cdn-dp-core.c
103
reset_control_assert(dp->
apb_rst
);
in cdn_dp_clk_enable()
106
reset_control_deassert(dp->
apb_rst
);
in cdn_dp_clk_enable()
722
dp->
apb_rst
= devm_reset_control_get(dev, "apb");
in cdn_dp_parse_dt()
723
if (IS_ERR(dp->
apb_rst
)) {
in cdn_dp_parse_dt()
725
return PTR_ERR(dp->
apb_rst
);
in cdn_dp_parse_dt()
H
A
D
dw-mipi-dsi2-rockchip.c
257
struct reset_control *
apb_rst
;
member
529
if (dsi2->
apb_rst
) {
in dw_mipi_dsi2_host_softrst()
530
reset_control_assert(dsi2->
apb_rst
);
in dw_mipi_dsi2_host_softrst()
532
reset_control_deassert(dsi2->
apb_rst
);
in dw_mipi_dsi2_host_softrst()
1479
dsi2->
apb_rst
= devm_reset_control_get(dev, "apb");
in dw_mipi_dsi2_probe()
1480
if (IS_ERR(dsi2->
apb_rst
)) {
in dw_mipi_dsi2_probe()
1481
ret = PTR_ERR(dsi2->
apb_rst
);
in dw_mipi_dsi2_probe()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-mipi-dsi.c
239
struct reset_control *
apb_rst
;
member
892
if (dsi->
apb_rst
) {
in dw_mipi_dsi_mode_set()
893
reset_control_assert(dsi->
apb_rst
);
in dw_mipi_dsi_mode_set()
895
reset_control_deassert(dsi->
apb_rst
);
in dw_mipi_dsi_mode_set()
1132
dsi->
apb_rst
= devm_reset_control_get_optional_exclusive(dev, "apb");
in _dw_mipi_dsi_probe()
1133
if (IS_ERR(dsi->
apb_rst
)) {
in _dw_mipi_dsi_probe()
1134
ret = PTR_ERR(dsi->
apb_rst
);
in _dw_mipi_dsi_probe()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-samsung-dcphy.c
184
struct reset_control *
apb_rst
;
member
1653
reset_control_assert(samsung->
apb_rst
);
in samsung_mipi_dcphy_power_on()
1655
reset_control_deassert(samsung->
apb_rst
);
in samsung_mipi_dcphy_power_on()
1889
samsung->
apb_rst
= devm_reset_control_get(dev, "apb");
in samsung_mipi_dcphy_probe()
1890
if (IS_ERR(samsung->
apb_rst
)) {
in samsung_mipi_dcphy_probe()
1891
dev_err(dev, "failed to get system
apb_rst
control\n");
in samsung_mipi_dcphy_probe()
1892
return PTR_ERR(samsung->
apb_rst
);
in samsung_mipi_dcphy_probe()
H
A
D
phy-rockchip-naneng-combphy.c
85
struct reset_control *
apb_rst
;
member
339
priv->
apb_rst
= devm_reset_control_get_optional(dev, "combphy-apb");
in rockchip_combphy_parse_dt()
340
if (IS_ERR(priv->
apb_rst
)) {
in rockchip_combphy_parse_dt()
341
ret = PTR_ERR(priv->
apb_rst
);
in rockchip_combphy_parse_dt()
/device/soc/rockchip/common/vendor/drivers/phy/
H
A
D
phy-rockchip-naneng-combphy.c
85
struct reset_control *
apb_rst
;
member
333
priv->
apb_rst
= devm_reset_control_get_optional(dev, "combphy-apb");
in rockchip_combphy_parse_dt()
334
if (IS_ERR(priv->
apb_rst
)) {
in rockchip_combphy_parse_dt()
335
ret = PTR_ERR(priv->
apb_rst
);
in rockchip_combphy_parse_dt()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
dw-mipi-dsi2-rockchip.c
258
struct reset_control *
apb_rst
;
member
522
if (dsi2->
apb_rst
) {
in dw_mipi_dsi2_host_softrst()
523
reset_control_assert(dsi2->
apb_rst
);
in dw_mipi_dsi2_host_softrst()
525
reset_control_deassert(dsi2->
apb_rst
);
in dw_mipi_dsi2_host_softrst()
1471
dsi2->
apb_rst
= devm_reset_control_get(dev, "apb");
in dw_mipi_dsi2_probe()
1472
if (IS_ERR(dsi2->
apb_rst
)) {
in dw_mipi_dsi2_probe()
1473
ret = PTR_ERR(dsi2->
apb_rst
);
in dw_mipi_dsi2_probe()
Completed in 17 milliseconds