Searched defs:phy_device (Results 1 – 1 of 1) sorted by relevance
116 struct phy_device { struct119 struct mii_dev *bus;120 struct phy_driver *drv;121 void *priv;124 struct udevice *dev;125 ofnode node;127 struct eth_device *dev;133 int speed;134 int duplex;137 int link;[all …]