Searched refs:phy_save_page (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/phy/
H A Dmicrochip.c93 save_page = phy_save_page(phydev);
H A Dphy-core.c986 * phy_save_page() - take the bus lock and save the current page
993 int phy_save_page(struct phy_device *phydev) function
998 EXPORT_SYMBOL_GPL(phy_save_page); variable
1015 oldpage = ret = phy_save_page(phydev);
1032 * @oldpage: the old page, return value from phy_save_page() or phy_select_page()
H A Dmarvell.c544 saved_page = phy_save_page(phydev);
1883 oldpage = phy_save_page(phydev);
/linux-master/include/linux/
H A Dphy.h1687 int phy_save_page(struct phy_device *phydev);

Completed in 219 milliseconds