Lines Matching defs:phy_device
276 struct phy_device { struct
279 struct phy_driver *drv;
281 struct mii_bus *bus;
283 struct device dev;
285 u32 phy_id;
287 enum phy_state state;
289 u32 dev_flags;
291 phy_interface_t interface;
294 int addr;
300 int speed;
301 int duplex;
302 int pause;
303 int asym_pause;
306 int link;
309 u32 interrupts;
313 u32 supported;
314 u32 advertising;
316 int autoneg;
318 int link_timeout;
343 #define to_phy_device(d) container_of(d, struct phy_device, dev) argument