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_reset
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac-rk.c
83
struct reset_control *
phy_reset
;
member
1587
if (priv->
phy_reset
) {
in rk_gmac_integrated_phy_powerup()
1590
if (priv->
phy_reset
) {
in rk_gmac_integrated_phy_powerup()
1591
reset_control_assert(priv->
phy_reset
);
in rk_gmac_integrated_phy_powerup()
1594
if (priv->
phy_reset
) {
in rk_gmac_integrated_phy_powerup()
1595
reset_control_deassert(priv->
phy_reset
);
in rk_gmac_integrated_phy_powerup()
1606
if (priv->
phy_reset
) {
in rk_gmac_integrated_phy_powerdown()
1607
reset_control_assert(priv->
phy_reset
);
in rk_gmac_integrated_phy_powerdown()
1888
bsp_priv->
phy_reset
= of_reset_control_get(plat->phy_node, NULL);
in rk_gmac_setup()
1889
if (IS_ERR(bsp_priv->
phy_reset
)) {
in rk_gmac_setup()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-usb2.c
280
* @
phy_reset
: phy reset control.
303
struct reset_control *
phy_reset
;
member
354
ret = reset_control_assert(rphy->
phy_reset
);
in rockchip_usb2phy_reset()
361
ret = reset_control_deassert(rphy->
phy_reset
);
in rockchip_usb2phy_reset()
2021
rphy->
phy_reset
= devm_reset_control_get_optional(dev, "phy");
in rockchip_usb2phy_probe()
2022
if (IS_ERR(rphy->
phy_reset
)) {
in rockchip_usb2phy_probe()
2023
return PTR_ERR(rphy->
phy_reset
);
in rockchip_usb2phy_probe()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/phy/hisiv100/
H
A
D
hdmi_hal_phy.c
1538
hi_bool
phy_reset
= HI_FALSE;
in hal_hdmi_phy_oe_get()
local
1544
drv_hdmi_prod_crg_phy_reset_get(&
phy_reset
);
in hal_hdmi_phy_oe_get()
1545
if (!
phy_reset
) {
in hal_hdmi_phy_oe_get()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-samsung-hdptx-hdmi.c
714
struct reset_control *
phy_reset
;
member
2057
hdptx->
phy_reset
= devm_reset_control_get(dev, "phy");
in rockchip_hdptx_phy_probe()
2058
if (IS_ERR(hdptx->
phy_reset
)) {
in rockchip_hdptx_phy_probe()
2059
ret = PTR_ERR(hdptx->
phy_reset
);
in rockchip_hdptx_phy_probe()
Completed in 14 milliseconds