Home
last modified time | relevance | path

Searched refs:phy_save_page (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/phy/
H A Dphy-core.c687 * phy_save_page() - take the bus lock and save the current page
694 int phy_save_page(struct phy_device *phydev) in phy_save_page() function
699 EXPORT_SYMBOL_GPL(phy_save_page);
716 oldpage = ret = phy_save_page(phydev); in phy_select_page()
733 * @oldpage: the old page, return value from phy_save_page() or phy_select_page()
H A Dmicrochip.c58 save_page = phy_save_page(phydev); in lan88xx_TR_reg_set()
H A Dmarvell.c545 saved_page = phy_save_page(phydev); in marvell_of_reg_init()
1937 oldpage = phy_save_page(phydev); in m88e1318_set_wol()
/linux/include/linux/
H A Dphy.h1776 int phy_save_page(struct phy_device *phydev);
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c456 oldpage = phy_save_page(dev); in rtl8211f_set_wol()