Lines Matching defs:phy_device
108 struct phy_device { struct
111 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;
130 int port;
154 static inline int phy_read(struct phy_device *phydev, int devad, int regnum) in phy_read() argument