table of contents
other versions
- stretch 4.9.168-1
PHY_DEVICE_REMOVE(9) | Network device support | PHY_DEVICE_REMOVE(9) |
NAME¶
phy_device_remove - Remove a previously registered phy device from the MDIO busSYNOPSIS¶
void phy_device_remove(struct phy_device * phydev);
ARGUMENTS¶
phydevphy_device structure to remove
DESCRIPTION¶
This doesn't free the phy_device itself, it merely reverses the effects of phy_device_register. Use phy_device_free to free the device after calling this function.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |