Lines Matching defs:phydev

260 static int __set_phy_supported(struct phy_device *phydev, u32 max_speed)  in __set_phy_supported()
275 int phy_set_max_speed(struct phy_device *phydev, u32 max_speed) in phy_set_max_speed()
289 void of_set_phy_supported(struct phy_device *phydev) in of_set_phy_supported()
304 void of_set_phy_eee_broken(struct phy_device *phydev) in of_set_phy_eee_broken()
341 void phy_resolve_aneg_pause(struct phy_device *phydev) in phy_resolve_aneg_pause()
361 void phy_resolve_aneg_linkmode(struct phy_device *phydev) in phy_resolve_aneg_linkmode()
388 void phy_check_downshift(struct phy_device *phydev) in phy_check_downshift()
417 static int phy_resolve_min_speed(struct phy_device *phydev, bool fdx_only) in phy_resolve_min_speed()
435 int phy_speed_down_core(struct phy_device *phydev) in phy_speed_down_core()
468 int __phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) in __phy_read_mmd()
502 int phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) in phy_read_mmd()
524 int __phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val) in __phy_write_mmd()
561 int phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val) in phy_write_mmd()
586 int phy_modify_changed(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) in phy_modify_changed()
609 int __phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) in __phy_modify()
630 int phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) in phy_modify()
655 int __phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum, in __phy_modify_mmd_changed()
688 int phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum, in phy_modify_mmd_changed()
713 int __phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum, in __phy_modify_mmd()
736 int phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum, in phy_modify_mmd()
749 static int __phy_read_page(struct phy_device *phydev) in __phy_read_page()
757 static int __phy_write_page(struct phy_device *phydev, int page) in __phy_write_page()
773 int phy_save_page(struct phy_device *phydev) in phy_save_page()
791 int phy_select_page(struct phy_device *phydev, int page) in phy_select_page()
825 int phy_restore_page(struct phy_device *phydev, int oldpage, int ret) in phy_restore_page()
856 int phy_read_paged(struct phy_device *phydev, int page, u32 regnum) in phy_read_paged()
877 int phy_write_paged(struct phy_device *phydev, int page, u32 regnum, u16 val) in phy_write_paged()
899 int phy_modify_paged_changed(struct phy_device *phydev, int page, u32 regnum, in phy_modify_paged_changed()
922 int phy_modify_paged(struct phy_device *phydev, int page, u32 regnum, in phy_modify_paged()