Searched refs:link_change_notify (Results 1 – 4 of 4) sorted by relevance
212 .link_change_notify = rockchip_link_change_notify,
392 .link_change_notify = at803x_link_change_notify,
946 if (phydev->drv && phydev->drv->link_change_notify) in phy_state_machine()947 phydev->drv->link_change_notify(phydev); in phy_state_machine()
610 void (*link_change_notify)(struct phy_device *dev); member