Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/phy/
Dat803x.c302 .link_change_notify = at803x_link_change_notify,
323 .link_change_notify = at803x_link_change_notify,
344 .link_change_notify = at803x_link_change_notify,
Dphy.c824 if (phydev->drv->link_change_notify) in phy_state_machine()
825 phydev->drv->link_change_notify(phydev); in phy_state_machine()
/linux-4.4.14/include/linux/
Dphy.h563 void (*link_change_notify)(struct phy_device *dev); member