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_detach
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
phy_device.c
244
*
phy_detach
() -> phy_suspend() because the parent netdev might be the
in mdio_bus_phy_may_suspend()
1055
phy_detach
(phydev);
in phy_disconnect()
1368
* links were successfully set up or not for
phy_detach
() to
in phy_attach_direct()
1420
/*
phy_detach
() does all of the cleanup below */
in phy_attach_direct()
1421
phy_detach
(phydev);
in phy_attach_direct()
1643
*
phy_detach
- detach a PHY device from its network device
1649
void
phy_detach
(struct phy_device *phydev)
in phy_detach()
function
1701
EXPORT_SYMBOL(
phy_detach
);
variable
H
A
D
phylink.c
1086
phy_detach
(phy);
in phylink_connect_phy()
1142
phy_detach
(phy_dev);
in phylink_of_phy_connect()
2265
phy_detach
(phy);
in phylink_sfp_connect_phy()
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
phy_device.c
282
*
phy_detach
() -> phy_suspend() because the parent netdev might be the
in mdio_bus_phy_may_suspend()
1188
phy_detach
(phydev);
in phy_disconnect()
1499
* links were successfully set up or not for
phy_detach
() to
in phy_attach_direct()
1566
/*
phy_detach
() does all of the cleanup below */
in phy_attach_direct()
1567
phy_detach
(phydev);
in phy_attach_direct()
1789
*
phy_detach
- detach a PHY device from its network device
1795
void
phy_detach
(struct phy_device *phydev)
in phy_detach()
function
1851
EXPORT_SYMBOL(
phy_detach
);
variable
H
A
D
phylink.c
1897
phy_detach
(phy);
in phylink_connect_phy()
1974
phy_detach
(phy_dev);
in phylink_fwnode_phy_connect()
3324
phy_detach
(phy);
in phylink_sfp_connect_phy()
/kernel/linux/linux-5.10/include/linux/
H
A
D
phy.h
1392
void
phy_detach
(struct phy_device *phydev);
/kernel/linux/linux-6.6/include/linux/
H
A
D
phy.h
1735
void
phy_detach
(struct phy_device *phydev);
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-phy-v2.c
850
phy_detach
(phy_data->phydev);
in xgbe_phy_free_phy_device()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-phy-v2.c
917
phy_detach
(phy_data->phydev);
in xgbe_phy_free_phy_device()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/
H
A
D
bcmgenet.c
1594
phy_detach
(priv->dev->phydev);
in bcmgenet_power_down()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/
H
A
D
bcmgenet.c
1647
phy_detach
(priv->dev->phydev);
in bcmgenet_power_down()
Completed in 40 milliseconds