Home
last modified time | relevance | path

Searched refs:link_change_notify (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/phy/
Dat803x.c302 .link_change_notify = at803x_link_change_notify,
321 .link_change_notify = at803x_link_change_notify,
340 .link_change_notify = at803x_link_change_notify,
Dphy.c791 if (phydev->drv->link_change_notify) in phy_state_machine()
792 phydev->drv->link_change_notify(phydev); in phy_state_machine()
/linux-4.1.27/include/linux/
Dphy.h551 void (*link_change_notify)(struct phy_device *dev); member