Home
last modified time | relevance | path

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

/linux-6.15/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.c408 phy_start_machine(phydev); in mdio_bus_phy_resume()
/linux-6.15/Documentation/networking/
H A Dphy.rst358 phy_start_machine() with the second argument set to point to your special
370 so, you can simply call phy_attach(), and not call phy_start_machine or
/linux-6.15/include/linux/
H A Dphy.h2012 void phy_start_machine(struct phy_device *phydev);
/linux-6.15/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c4096 phy_start_machine(dev->phydev); in bcmgenet_resume()