1PHY_DEVICE_REMOVE(9) Network device support PHY_DEVICE_REMOVE(9)
23
4
NAME
6phy_device_remove - Remove a previously registered phy device from the
7MDIO bus
8
SYNOPSIS
10void phy_device_remove(struct phy_device * phydev);
11
ARGUMENTS
13phydev
14phy_device structure to remove
15
DESCRIPTION
17This doesn't free the phy_device itself, it merely reverses the effects
18of phy_device_register. Use phy_device_free to free the device after
19calling this function.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 PHY_DEVICE_REMOVE(9)