Lines Matching refs:device_node
15 extern int of_mdiobus_register(struct mii_bus *mdio, struct device_node *np);
16 extern struct phy_device *of_phy_find_device(struct device_node *phy_np);
18 struct device_node *phy_np,
22 of_phy_get_and_connect(struct net_device *dev, struct device_node *np,
25 struct device_node *phy_np, u32 flags,
28 extern struct mii_bus *of_mdio_find_bus(struct device_node *mdio_np);
29 extern int of_phy_register_fixed_link(struct device_node *np);
30 extern void of_phy_deregister_fixed_link(struct device_node *np);
31 extern bool of_phy_is_fixed_link(struct device_node *np);
35 const struct device_node *np) in of_mdio_parse_addr()
57 static inline int of_mdiobus_register(struct mii_bus *mdio, struct device_node *np) in of_mdiobus_register()
67 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device()
73 struct device_node *phy_np, in of_phy_connect()
81 of_phy_get_and_connect(struct net_device *dev, struct device_node *np, in of_phy_get_and_connect()
88 struct device_node *phy_np, in of_phy_attach()
94 static inline struct mii_bus *of_mdio_find_bus(struct device_node *mdio_np) in of_mdio_find_bus()
100 const struct device_node *np) in of_mdio_parse_addr()
104 static inline int of_phy_register_fixed_link(struct device_node *np) in of_phy_register_fixed_link()
108 static inline void of_phy_deregister_fixed_link(struct device_node *np) in of_phy_deregister_fixed_link()
111 static inline bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link()