Home
last modified time | relevance | path

Searched refs:phy_start_machine (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/phy/
H A Dphy.c1312 void phy_start_machine(struct phy_device *phydev) in phy_start_machine() function
1316 EXPORT_SYMBOL_GPL(phy_start_machine);
1690 phy_start_machine(phydev); in phy_start()
H A Dphy_device.c415 phy_start_machine(phydev); in mdio_bus_phy_resume()
/linux/Documentation/networking/
H A Dphy.rst365 phy_start_machine() with the second argument set to point to your special
377 so, you can simply call phy_attach(), and not call phy_start_machine or
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c4215 phy_start_machine(dev->phydev); in bcmgenet_resume()