alloc_mdio_bitbang
bus = alloc_mdio_bitbang(&ep8248e_mdio_ctrl);
ax->mii_bus = alloc_mdio_bitbang(&ax->bb_ctrl);
new_bus = alloc_mdio_bitbang(&bitbang->ctrl);
priv->mii_bus = alloc_mdio_bitbang(&priv->mdiobb);
mdp->mii_bus = alloc_mdio_bitbang(&bitbang->ctrl);
data->bus = alloc_mdio_bitbang(&data->bb_ctrl);
EXPORT_SYMBOL(alloc_mdio_bitbang);
new_bus = alloc_mdio_bitbang(&bitbang->ctrl);
struct mii_bus *alloc_mdio_bitbang(struct mdiobb_ctrl *ctrl);