Lines Matching defs:phy_device
277 struct phy_device { struct
280 struct phy_driver *drv;
282 struct mii_bus *bus;
284 struct device dev;
286 u32 phy_id;
288 enum phy_state state;
290 u32 dev_flags;
292 phy_interface_t interface;
295 int addr;
301 int speed;
302 int duplex;
303 int pause;
304 int asym_pause;
307 int link;
310 u32 interrupts;
314 u32 supported;
315 u32 advertising;
317 int autoneg;
319 int link_timeout;
344 #define to_phy_device(d) container_of(d, struct phy_device, dev) argument