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()
556 int phy_set_supported(struct phy_device *phydev, u32 max_speed) in phy_set_supported()
580 static int phy_probe(struct phy_device *phydev) in phy_probe()
603 static struct phy_driver *get_phy_driver(struct phy_device *phydev, in get_phy_driver()
733 struct phy_device *phydev; in get_phy_device_by_mask() local
774 int phy_reset(struct phy_device *phydev) in phy_reset()
828 struct phy_device *phydev; in miiphy_reset() local
855 void phy_connect_dev(struct phy_device *phydev, struct udevice *dev) in phy_connect_dev()
879 struct phy_device *phydev = NULL; in phy_connect() local
907 int phy_startup(struct phy_device *phydev) in phy_startup()
915 __weak int board_phy_config(struct phy_device *phydev) in board_phy_config()
922 int phy_config(struct phy_device *phydev) in phy_config()
928 int phy_shutdown(struct phy_device *phydev) in phy_shutdown()