1MDIOBUS_RELEASE(9) Network device support MDIOBUS_RELEASE(9)
23
4
NAME
6mdiobus_release - mii_bus device release callback
7
SYNOPSIS
9void mdiobus_release(struct device * d);
10
ARGUMENTS
12d
13the target struct device that contains the mii_bus
14
DESCRIPTION
16called when the last reference to an mii_bus is dropped, to free the
17underlying memory.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. November 2011 MDIOBUS_RELEASE(9)