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:phy_init
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-snps-pcie3.c
55
int (*
phy_init
)(struct rockchip_p3phy_priv *priv);
member
110
.
phy_init
= rockchip_p3phy_rk3568_init,
139
.
phy_init
= rockchip_p3phy_rk3588_init,
156
if (priv->ops->
phy_init
) {
in rochchip_p3phy_init()
157
ret = priv->ops->
phy_init
(priv);
in rochchip_p3phy_init()
/device/soc/rockchip/common/vendor/drivers/phy/
H
A
D
phy-rockchip-snps-pcie3.c
64
int (*
phy_init
)(struct rockchip_p3phy_priv *priv);
member
113
.
phy_init
= rockchip_p3phy_rk3568_init,
137
.
phy_init
= rockchip_p3phy_rk3588_init,
154
if (priv->ops->
phy_init
) {
in rochchip_p3phy_init()
155
ret = priv->ops->
phy_init
(priv);
in rochchip_p3phy_init()
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/
H
A
D
pcie-rockchip.c
236
err =
phy_init
(rockchip->phys[i]);
in rockchip_pcie_init_port()
/device/soc/rockchip/common/vendor/drivers/pci/
H
A
D
pcie-dw-rockchip.c
1068
ret =
phy_init
(rk_pcie->phy);
in rk_pcie_phy_init()
1666
ret =
phy_init
(rk_pcie->phy);
in rockchip_dw_pcie_resume()
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/dwc/
H
A
D
pcie-dw-rockchip.c
1220
ret =
phy_init
(rk_pcie->phy);
in rk_pcie_phy_init()
1947
ret =
phy_init
(rk_pcie->phy);
in rockchip_dw_pcie_resume()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
dw-mipi-dsi-rockchip.c
755
phy_init
(dsi->phy);
in dw_mipi_dsi_rockchip_loader_protect()
H
A
D
dw-mipi-dsi2-rockchip.c
926
phy_init
(dsi2->dcphy);
in dw_mipi_dsi2_loader_protect()
/device/soc/rockchip/common/sdk_linux/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac-rk.c
1879
ret =
phy_init
(comphy);
in rk_gmac_setup()
1881
dev_err(dev, "
phy_init
error\n");
in rk_gmac_setup()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
dw-mipi-dsi2-rockchip.c
921
phy_init
(dsi2->dcphy);
in dw_mipi_dsi2_loader_protect()
Completed in 18 milliseconds