1MDIOBUS_FREE(9) Network device support MDIOBUS_FREE(9)
23
4
NAME
6mdiobus_free - free a struct mii_bus
7
SYNOPSIS
9void mdiobus_free(struct mii_bus * bus);
10
ARGUMENTS
12bus
13mii_bus to free
14
DESCRIPTION
16This function releases the reference to the underlying device object in
17the mii_bus. If this is the last reference, the mii_bus will be freed.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 MDIOBUS_FREE(9)