1PHY_START(9) Network device support PHY_START(9)
23
4
NAME
6phy_start - start or restart a PHY device
7
SYNOPSIS
9void phy_start(struct phy_device * phydev);
10
ARGUMENTS
12phydev
13target phy_device struct
14
DESCRIPTION
16Indicates the attached device's readiness to handle PHY-related work.
17Used during startup to start the PHY, and after a call to phy_stop to
18resume operation. Also used to indicate the MDIO bus has cleared an
19error condition.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 PHY_START(9)