1PHY_STOP_MACHINE(9) Network device support PHY_STOP_MACHINE(9)
23
4
NAME
6phy_stop_machine - stop the PHY state machine tracking
7
SYNOPSIS
9void phy_stop_machine(struct phy_device * phydev);
10
ARGUMENTS
12phydev
13target phy_device struct
14
DESCRIPTION
16Stops the state machine timer, sets the state to UP (unless it wasn't
17up yet). This function must be called BEFORE phy_detach.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 PHY_STOP_MACHINE(9)