Searched defs:phy_device (Results 1 – 1 of 1) sorted by relevance
108 struct phy_device { struct111 struct mii_dev *bus;112 struct phy_driver *drv;113 void *priv;116 struct udevice *dev;117 ofnode node;119 struct eth_device *dev;125 int speed;126 int duplex;129 int link;[all …]