table of contents
other versions
- stretch 4.9.168-1
MDIOBUS_FREE(9) | Network device support | MDIOBUS_FREE(9) |
NAME¶
mdiobus_free - free a struct mii_busSYNOPSIS¶
void mdiobus_free(struct mii_bus * bus);
ARGUMENTS¶
busmii_bus to free
DESCRIPTION¶
This function releases the reference to the underlying device object in the mii_bus. If this is the last reference, the mii_bus will be freed.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |