1__MDIOBUS_REGISTER(9)       Network device support       __MDIOBUS_REGISTER(9)
2
3
4

NAME

6       __mdiobus_register - bring up all the PHYs on a given bus and attach
7       them to bus
8

SYNOPSIS

10       int __mdiobus_register(struct mii_bus * bus, struct module * owner);
11

ARGUMENTS

13       bus
14           target mii_bus
15
16       owner
17           -- undescribed --
18

DESCRIPTION

20       Called by a bus driver to bring up all the PHYs on a given bus, and
21       attach them to the bus.
22
23       Returns 0 on success or < 0 on error.
24
26Kernel Hackers Manual 3.10         June 2019             __MDIOBUS_REGISTER(9)
Impressum