Searched refs:mdio_device_reset (Results 1 – 4 of 4) sorted by relevance
164 void mdio_device_reset(struct mdio_device *mdiodev, int value) in mdio_device_reset() function190 EXPORT_SYMBOL(mdio_device_reset);209 mdio_device_reset(mdiodev, 0); in mdio_probe()215 mdio_device_reset(mdiodev, 1); in mdio_probe()232 mdio_device_reset(mdiodev, 1); in mdio_remove()
50 mdio_device_reset(mdiodev, 1); in mdiobus_register_device()
94 void mdio_device_reset(struct mdio_device *mdiodev, int value);
2219 mdio_device_reset(&phydev->mdio, value); in phy_device_reset()