Lines Matching defs:phy_device
130 struct phy_device { struct
133 struct mii_dev *bus;
134 struct phy_driver *drv;
135 void *priv;
137 struct udevice *dev;
138 ofnode node;
143 int speed;
144 int duplex;
147 int link;
148 int port;
149 phy_interface_t interface;
151 u32 advertising;
152 u32 supported;
153 u32 mmds;
155 int autoneg;
179 int phy_reset(struct phy_device *phydev); argument