Lines Matching defs:phydev

37 static int genphy_config_advert(struct phy_device *phydev)  in genphy_config_advert()
126 static int genphy_setup_forced(struct phy_device *phydev) in genphy_setup_forced()
151 int genphy_restart_aneg(struct phy_device *phydev) in genphy_restart_aneg()
178 int genphy_config_aneg(struct phy_device *phydev) in genphy_config_aneg()
222 int genphy_update_link(struct phy_device *phydev) in genphy_update_link()
291 int genphy_parse_link(struct phy_device *phydev) in genphy_parse_link()
384 int genphy_config(struct phy_device *phydev) in genphy_config()
435 int genphy_startup(struct phy_device *phydev) in genphy_startup()
446 int genphy_shutdown(struct phy_device *phydev) in genphy_shutdown()
558 int phy_set_supported(struct phy_device *phydev, u32 max_speed) in phy_set_supported()
582 static int phy_probe(struct phy_device *phydev) in phy_probe()
607 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
779 int phy_reset(struct phy_device *phydev) in phy_reset()
833 struct phy_device *phydev; in miiphy_reset() local
860 void phy_connect_dev(struct phy_device *phydev, struct udevice *dev) in phy_connect_dev()
886 struct phy_device *phydev = NULL; in phy_connect() local
915 int phy_startup(struct phy_device *phydev) in phy_startup()
923 __weak int board_phy_config(struct phy_device *phydev) in board_phy_config()
930 int phy_config(struct phy_device *phydev) in phy_config()
936 int phy_shutdown(struct phy_device *phydev) in phy_shutdown()