Home
last modified time | relevance | path

Searched refs:phy_device (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dphy.h121 struct phy_device *phy_map[PHY_MAX_ADDR];
143 struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr);
288 struct phy_device { struct
358 #define to_phy_device(d) container_of(d, struct phy_device, dev) argument
391 int (*config_init)(struct phy_device *phydev);
397 int (*probe)(struct phy_device *phydev);
400 int (*suspend)(struct phy_device *phydev);
401 int (*resume)(struct phy_device *phydev);
409 int (*config_aneg)(struct phy_device *phydev);
412 int (*read_status)(struct phy_device *phydev);
[all …]
Dof_mdio.h17 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 extern struct phy_device *of_phy_connect_fixed_link(struct net_device *dev,
34 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device()
39 static inline struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect()
47 static inline struct phy_device *of_phy_connect_fixed_link(struct net_device *dev, in of_phy_connect_fixed_link()
Dphy_fixed.h27 extern int fixed_phy_set_link_update(struct phy_device *phydev,
Dnetdevice.h56 struct phy_device;
1330 struct phy_device *phydev;