Searched refs:phy_device (Results 1 - 6 of 6) sorted by relevance
/include/linux/ |
H A D | phy.h | 179 struct phy_device *phy_map[PHY_MAX_ADDR]; 208 struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr); 321 /* phy_device: An instance of a PHY 352 struct phy_device { struct 423 #define to_phy_device(d) container_of(d, struct phy_device, dev) 455 int (*soft_reset)(struct phy_device *phydev); 461 int (*config_init)(struct phy_device *phydev); 467 int (*probe)(struct phy_device *phydev); 470 int (*suspend)(struct phy_device *phydev); 471 int (*resume)(struct phy_device *phyde [all...] |
H A D | phy_fixed.h | 17 extern struct phy_device *fixed_phy_register(unsigned int irq, 21 extern int fixed_phy_set_link_update(struct phy_device *phydev, 30 static inline struct phy_device *fixed_phy_register(unsigned int irq, 40 static inline int fixed_phy_set_link_update(struct phy_device *phydev,
|
H A D | of_mdio.h | 17 extern struct phy_device *of_phy_find_device(struct device_node *phy_np); 18 extern struct phy_device *of_phy_connect(struct net_device *dev, 22 struct phy_device *of_phy_attach(struct net_device *dev, 39 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) 44 static inline struct phy_device *of_phy_connect(struct net_device *dev, 52 static inline struct phy_device *of_phy_attach(struct net_device *dev,
|
H A D | brcmphy.h | 207 static inline int bcm54xx_shadow_read(struct phy_device *phydev, u16 shadow) 213 static inline int bcm54xx_shadow_write(struct phy_device *phydev, u16 shadow,
|
H A D | netdevice.h | 57 struct phy_device; 1696 struct phy_device *phydev;
|
/include/net/ |
H A D | dsa.h | 203 struct phy_device *phydev); 233 struct phy_device *phy); 235 struct phy_device *phy); 241 struct phy_device *phydev,
|
Completed in 28 milliseconds