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()
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()
623 static struct phy_device *phy_device_create(struct mii_dev *bus, int addr, in phy_device_create()
627 struct phy_device *dev; in phy_device_create()
697 static struct phy_device *create_phy_by_mask(struct mii_dev *bus, in create_phy_by_mask()
717 static struct phy_device *search_for_existing_phy(struct mii_dev *bus, in search_for_existing_phy()
732 static struct phy_device *get_phy_device_by_mask(struct mii_dev *bus, in get_phy_device_by_mask()
736 struct phy_device *phydev; in get_phy_device_by_mask()
771 static struct phy_device *get_phy_device(struct mii_dev *bus, int addr, in get_phy_device()
777 int phy_reset(struct phy_device *phydev) in phy_reset()
831 struct phy_device *phydev; in miiphy_reset()
843 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask, in phy_find_by_mask()
858 void phy_connect_dev(struct phy_device *phydev, struct udevice *dev) in phy_connect_dev()
860 void phy_connect_dev(struct phy_device *phydev, struct eth_device *dev) in phy_connect_dev()
875 struct phy_device *phy_connect(struct mii_dev *bus, int addr, in phy_connect()
878 struct phy_device *phy_connect(struct mii_dev *bus, int addr, in phy_connect()
882 struct phy_device *phydev = NULL; in phy_connect()
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()