Lines Matching refs:device_node
16 extern int of_mdiobus_register(struct mii_bus *mdio, struct device_node *np);
17 extern struct phy_device *of_phy_find_device(struct device_node *phy_np);
19 struct device_node *phy_np,
23 of_phy_get_and_connect(struct net_device *dev, struct device_node *np,
26 struct device_node *phy_np, u32 flags,
29 extern struct mii_bus *of_mdio_find_bus(struct device_node *mdio_np);
30 extern int of_phy_register_fixed_link(struct device_node *np);
31 extern void of_phy_deregister_fixed_link(struct device_node *np);
32 extern bool of_phy_is_fixed_link(struct device_node *np);
36 const struct device_node *np) in of_mdio_parse_addr()
58 static inline int of_mdiobus_register(struct mii_bus *mdio, struct device_node *np) in of_mdiobus_register()
68 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device()
74 struct device_node *phy_np, in of_phy_connect()
82 of_phy_get_and_connect(struct net_device *dev, struct device_node *np, in of_phy_get_and_connect()
89 struct device_node *phy_np, in of_phy_attach()
95 static inline struct mii_bus *of_mdio_find_bus(struct device_node *mdio_np) in of_mdio_find_bus()
101 const struct device_node *np) in of_mdio_parse_addr()
105 static inline int of_phy_register_fixed_link(struct device_node *np) in of_phy_register_fixed_link()
109 static inline void of_phy_deregister_fixed_link(struct device_node *np) in of_phy_deregister_fixed_link()
112 static inline bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link()