Lines Matching defs:phydev
38 static int genphy_config_advert(struct phy_device *phydev) in genphy_config_advert()
128 static int genphy_setup_forced(struct phy_device *phydev) in genphy_setup_forced()
153 int genphy_restart_aneg(struct phy_device *phydev) in genphy_restart_aneg()
181 int genphy_config_aneg(struct phy_device *phydev) in genphy_config_aneg()
221 int genphy_update_link(struct phy_device *phydev) in genphy_update_link()
290 int genphy_parse_link(struct phy_device *phydev) in genphy_parse_link()
381 int genphy_config(struct phy_device *phydev) in genphy_config()
432 int genphy_startup(struct phy_device *phydev) in genphy_startup()
443 int genphy_shutdown(struct phy_device *phydev) in genphy_shutdown()
559 int phy_set_supported(struct phy_device *phydev, u32 max_speed) in phy_set_supported()
583 static int phy_probe(struct phy_device *phydev) in phy_probe()
606 static struct phy_driver *get_phy_driver(struct phy_device *phydev, in get_phy_driver()
736 struct phy_device *phydev; in get_phy_device_by_mask() local
777 int phy_reset(struct phy_device *phydev) in phy_reset()
831 struct phy_device *phydev; in miiphy_reset() local
858 void phy_connect_dev(struct phy_device *phydev, struct udevice *dev) in phy_connect_dev()
882 struct phy_device *phydev = NULL; in phy_connect() local
910 int phy_startup(struct phy_device *phydev) in phy_startup()
918 __weak int board_phy_config(struct phy_device *phydev) in board_phy_config()
925 int phy_config(struct phy_device *phydev) in phy_config()
931 int phy_shutdown(struct phy_device *phydev) in phy_shutdown()