1PHY_DETACH(9) Network device support PHY_DETACH(9)
23
4
NAME
6phy_detach - detach a PHY device from its network device
7
SYNOPSIS
9void phy_detach(struct phy_device * phydev);
10
ARGUMENTS
12phydev
13target phy_device struct
14
DESCRIPTION
16This detaches the phy device from its network device and the phy
17driver, and drops the reference count taken in phy_attach_direct.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 PHY_DETACH(9)