1PHY_DEVICE_REMOVE(9)        Network device support        PHY_DEVICE_REMOVE(9)
2
3
4

NAME

6       phy_device_remove - Remove a previously registered phy device from the
7       MDIO bus
8

SYNOPSIS

10       void phy_device_remove(struct phy_device * phydev);
11

ARGUMENTS

13       phydev
14           phy_device structure to remove
15

DESCRIPTION

17       This doesn't free the phy_device itself, it merely reverses the effects
18       of phy_device_register. Use phy_device_free to free the device after
19       calling this function.
20
22Kernel Hackers Manual 3.10         June 2019              PHY_DEVICE_REMOVE(9)
Impressum