table of contents
other versions
MDIOBUS_CREATE_DEVIC(9) | Network device support | MDIOBUS_CREATE_DEVIC(9) |
NAME¶
mdiobus_create_device - create a full MDIO device given a mdio_board_info structure
SYNOPSIS¶
int mdiobus_create_device(struct mii_bus * bus, struct mdio_board_info * bi);
ARGUMENTS¶
struct mii_bus * bus
MDIO bus to create the devices on
struct mdio_board_info * bi
mdio_board_info structure describing the devices
DESCRIPTION¶
Returns 0 on success or < 0 on error.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |