table of contents
other versions
- stretch 4.9.168-1
DEVM_MDIOBUS_FREE(9) | Network device support | DEVM_MDIOBUS_FREE(9) |
NAME¶
devm_mdiobus_free - Resource-managed mdiobus_freeSYNOPSIS¶
void devm_mdiobus_free(struct device * dev, struct mii_bus * bus);
ARGUMENTS¶
devDevice this mii_bus belongs to
bus
the mii_bus associated with the device
DESCRIPTION¶
Free mii_bus allocated with devm_mdiobus_alloc_size.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |