Lines Matching defs:phy_device
116 struct phy_device { struct
119 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;
138 int port;
162 static inline int phy_read(struct phy_device *phydev, int devad, int regnum) in phy_read() argument