Lines Matching refs:phy_device
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()
620 static struct phy_device *phy_device_create(struct mii_dev *bus, int addr, in phy_device_create()
624 struct phy_device *dev; in phy_device_create()
694 static struct phy_device *create_phy_by_mask(struct mii_dev *bus, in create_phy_by_mask()
714 static struct phy_device *search_for_existing_phy(struct mii_dev *bus, in search_for_existing_phy()
729 static struct phy_device *get_phy_device_by_mask(struct mii_dev *bus, in get_phy_device_by_mask()
733 struct phy_device *phydev; in get_phy_device_by_mask()
768 static struct phy_device *get_phy_device(struct mii_dev *bus, int addr, in get_phy_device()
774 int phy_reset(struct phy_device *phydev) in phy_reset()
828 struct phy_device *phydev; in miiphy_reset()
840 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask, in phy_find_by_mask()
855 void phy_connect_dev(struct phy_device *phydev, struct udevice *dev) in phy_connect_dev()
857 void phy_connect_dev(struct phy_device *phydev, struct eth_device *dev) in phy_connect_dev()
872 struct phy_device *phy_connect(struct mii_dev *bus, int addr, in phy_connect()
875 struct phy_device *phy_connect(struct mii_dev *bus, int addr, in phy_connect()
879 struct phy_device *phydev = NULL; in phy_connect()
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()