Lines Matching refs:phy_device
200 void phy_resolve_aneg_linkmode(struct phy_device *phydev) in phy_resolve_aneg_linkmode()
258 int phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) in phy_read_mmd()
296 int phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val) in phy_write_mmd()
337 int __phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) in __phy_modify()
362 int phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) in phy_modify()
374 static int __phy_read_page(struct phy_device *phydev) in __phy_read_page()
379 static int __phy_write_page(struct phy_device *phydev, int page) in __phy_write_page()
392 int phy_save_page(struct phy_device *phydev) in phy_save_page()
410 int phy_select_page(struct phy_device *phydev, int page) in phy_select_page()
444 int phy_restore_page(struct phy_device *phydev, int oldpage, int ret) in phy_restore_page()
475 int phy_read_paged(struct phy_device *phydev, int page, u32 regnum) in phy_read_paged()
496 int phy_write_paged(struct phy_device *phydev, int page, u32 regnum, u16 val) in phy_write_paged()
518 int phy_modify_paged(struct phy_device *phydev, int page, u32 regnum, in phy_modify_paged()