Searched refs:phy_connect_dev (Results 1 - 4 of 4) sorted by relevance

/seL4-test-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dphy.h226 void phy_connect_dev(struct phy_device *phydev, struct udevice *dev);
231 void phy_connect_dev(struct phy_device *phydev, struct eth_device *dev);
H A Dphy.c822 void phy_connect_dev(struct phy_device *phydev, struct udevice *dev) function
824 void phy_connect_dev(struct phy_device *phydev, struct eth_device *dev)
850 phy_connect_dev(phydev, dev);
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dphy.h229 void phy_connect_dev(struct phy_device *phydev, struct udevice *dev);
234 void phy_connect_dev(struct phy_device *phydev, struct eth_device *dev);
H A Dphy.c878 void phy_connect_dev(struct phy_device *phydev, struct udevice *dev) function
880 void phy_connect_dev(struct phy_device *phydev, struct eth_device *dev)
905 phy_connect_dev(phydev, dev);

Completed in 30 milliseconds