• Home
  • Raw
  • Download

Lines Matching defs:phydev

44 void phy_device_free(struct phy_device *phydev)  in phy_device_free()
115 static int phy_needs_fixup(struct phy_device *phydev, struct phy_fixup *fixup) in phy_needs_fixup()
130 static int phy_scan_fixups(struct phy_device *phydev) in phy_scan_fixups()
348 int phy_device_register(struct phy_device *phydev) in phy_device_register()
406 static void phy_prepare_link(struct phy_device *phydev, in phy_prepare_link()
419 int phy_connect_direct(struct net_device *dev, struct phy_device *phydev, in phy_connect_direct()
457 struct phy_device *phydev; in phy_connect() local
484 void phy_disconnect(struct phy_device *phydev) in phy_disconnect()
515 static int phy_poll_reset(struct phy_device *phydev) in phy_poll_reset()
537 int phy_init_hw(struct phy_device *phydev) in phy_init_hw()
574 int phy_attach_direct(struct net_device *dev, struct phy_device *phydev, in phy_attach_direct()
647 struct phy_device *phydev; in phy_attach() local
673 void phy_detach(struct phy_device *phydev) in phy_detach()
698 int phy_suspend(struct phy_device *phydev) in phy_suspend()
714 int phy_resume(struct phy_device *phydev) in phy_resume()
735 static int genphy_config_advert(struct phy_device *phydev) in genphy_config_advert()
805 int genphy_setup_forced(struct phy_device *phydev) in genphy_setup_forced()
828 int genphy_restart_aneg(struct phy_device *phydev) in genphy_restart_aneg()
852 int genphy_config_aneg(struct phy_device *phydev) in genphy_config_aneg()
893 int genphy_aneg_done(struct phy_device *phydev) in genphy_aneg_done()
901 static int gen10g_config_aneg(struct phy_device *phydev) in gen10g_config_aneg()
914 int genphy_update_link(struct phy_device *phydev) in genphy_update_link()
946 int genphy_read_status(struct phy_device *phydev) in genphy_read_status()
1039 static int gen10g_read_status(struct phy_device *phydev) in gen10g_read_status()
1075 int genphy_soft_reset(struct phy_device *phydev) in genphy_soft_reset()
1087 int genphy_config_init(struct phy_device *phydev) in genphy_config_init()
1130 static int gen10g_soft_reset(struct phy_device *phydev) in gen10g_soft_reset()
1137 static int gen10g_config_init(struct phy_device *phydev) in gen10g_config_init()
1146 int genphy_suspend(struct phy_device *phydev) in genphy_suspend()
1161 static int gen10g_suspend(struct phy_device *phydev) in gen10g_suspend()
1166 int genphy_resume(struct phy_device *phydev) in genphy_resume()
1181 static int gen10g_resume(struct phy_device *phydev) in gen10g_resume()
1186 static void of_set_phy_supported(struct phy_device *phydev) in of_set_phy_supported()
1228 struct phy_device *phydev = to_phy_device(dev); in phy_probe() local
1268 struct phy_device *phydev = to_phy_device(dev); in phy_remove() local