Lines Matching defs:phydev

160 static void __set_phy_supported(struct phy_device *phydev, u32 max_speed)  in __set_phy_supported()
175 void phy_set_max_speed(struct phy_device *phydev, u32 max_speed) in phy_set_max_speed()
183 void of_set_phy_supported(struct phy_device *phydev) in of_set_phy_supported()
198 void of_set_phy_eee_broken(struct phy_device *phydev) in of_set_phy_eee_broken()
229 void of_set_phy_timing_role(struct phy_device *phydev) in of_set_phy_timing_role()
265 void phy_resolve_aneg_pause(struct phy_device *phydev) in phy_resolve_aneg_pause()
285 void phy_resolve_aneg_linkmode(struct phy_device *phydev) in phy_resolve_aneg_linkmode()
311 void phy_check_downshift(struct phy_device *phydev) in phy_check_downshift()
338 static int phy_resolve_min_speed(struct phy_device *phydev, bool fdx_only) in phy_resolve_min_speed()
352 int phy_speed_down_core(struct phy_device *phydev) in phy_speed_down_core()
409 int __phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) in __phy_read_mmd()
431 int phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) in phy_read_mmd()
453 int __phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val) in __phy_write_mmd()
476 int phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val) in phy_write_mmd()
503 int __phy_package_read_mmd(struct phy_device *phydev, in __phy_package_read_mmd()
536 int __phy_package_write_mmd(struct phy_device *phydev, in __phy_package_write_mmd()
566 int phy_modify_changed(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) in phy_modify_changed()
589 int __phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) in __phy_modify()
610 int phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) in phy_modify()
635 int __phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum, in __phy_modify_mmd_changed()
668 int phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum, in phy_modify_mmd_changed()
693 int __phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum, in __phy_modify_mmd()
716 int phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum, in phy_modify_mmd()
729 static int __phy_read_page(struct phy_device *phydev) in __phy_read_page()
737 static int __phy_write_page(struct phy_device *phydev, int page) in __phy_write_page()
753 int phy_save_page(struct phy_device *phydev) in phy_save_page()
771 int phy_select_page(struct phy_device *phydev, int page) in phy_select_page()
805 int phy_restore_page(struct phy_device *phydev, int oldpage, int ret) in phy_restore_page()
836 int phy_read_paged(struct phy_device *phydev, int page, u32 regnum) in phy_read_paged()
857 int phy_write_paged(struct phy_device *phydev, int page, u32 regnum, u16 val) in phy_write_paged()
879 int phy_modify_paged_changed(struct phy_device *phydev, int page, u32 regnum, in phy_modify_paged_changed()
902 int phy_modify_paged(struct phy_device *phydev, int page, u32 regnum, in phy_modify_paged()