Searched refs:mdio_alloc (Results 1 – 25 of 73) sorted by relevance
123
1 /// Use mdio_alloc and mdio_register instead of miiphy_register17 + struct mii_dev *mdiodev = mdio_alloc();
110 struct mii_dev *bus = mdio_alloc(); in fm_tgec_mdio_init()
211 struct mii_dev *bus = mdio_alloc(); in fm_memac_mdio_init()
83 bus = mdio_alloc(); in mscc_mdiobus_init()
302 mii_bus = mdio_alloc(); in felix_probe()
108 bus = mdio_alloc(); in pic32_mdio_init()
136 struct mii_dev *bus = mdio_alloc(); in fsl_pq_mdio_init()
249 struct mii_dev *mdiodev = mdio_alloc(); in bcm_sf2_eth_register()
768 bus = mdio_alloc(); in mvgbe_phylib_init()883 struct mii_dev *mdiodev = mdio_alloc(); in mvgbe_initialize()963 bus = mdio_alloc(); in mvgbe_probe()
567 bus = mdio_alloc(); in lpc32xx_eth_phylib_init()638 struct mii_dev *mdiodev = mdio_alloc(); in lpc32xx_eth_initialize()
48 struct mii_dev *mdio_alloc(void);
99 struct mii_dev *bus = mdio_alloc(); in ls1021a_mdio_init()
149 struct mii_dev *bus = mdio_alloc(); in ihs_mdio_init()
168 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()215 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
185 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()268 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
144 cpsw_mdio->bus = mdio_alloc(); in cpsw_mdio_init()
98 pdata->mii_bus = mdio_alloc(); in dm_mdio_post_probe()
97 struct mii_dev *bus = mdio_alloc(); in ls1012aqds_mdio_init()
256 bus = mdio_alloc(); in pfe_mdio_init()
108 struct mii_dev *mdiodev = mdio_alloc(); in register_miiphy_bus()
167 In your driver's ``probe()`` function, add a call to mdio_alloc() and172 bus = mdio_alloc();291 bus = mdio_alloc();
156 struct mii_dev *bus = mdio_alloc(); in hydra_mdio_init()
69 struct mii_dev *mdio_alloc(void) in mdio_alloc() function
334 bus = mdio_alloc(); in octeontx_smi_probe()
122 struct mii_dev *bus = mdio_alloc(); in ls1046aqds_mdio_init()
Completed in 42 milliseconds