1. NAME

phy_start - start or restart a PHY device

2. SYNOPSIS

void phy_start(struct phy_device *  phydev );

3. ARGUMENTS

phydev
    target phy_device struct

4. DESCRIPTION

Indicates the attached deviceAqs readiness to handle PHY-related work. Used during startup to start the PHY, and after a call to phy_stop to resume operation. Also used to indicate the MDIO bus has cleared an error condition.

5. COPYRIGHT