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 struct device_node *phy_np, u32 flags,
26 extern struct mii_bus *of_mdio_find_bus(struct device_node *mdio_np);
27 extern int of_mdio_parse_addr(struct device *dev, const struct device_node *np);
30 static inline int of_mdiobus_register(struct mii_bus *mdio, struct device_node *np) in of_mdiobus_register()
40 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device()
46 struct device_node *phy_np, in of_phy_connect()
54 struct device_node *phy_np, in of_phy_attach()
60 static inline struct mii_bus *of_mdio_find_bus(struct device_node *mdio_np) in of_mdio_find_bus()
66 const struct device_node *np) in of_mdio_parse_addr()
73 extern int of_phy_register_fixed_link(struct device_node *np);
74 extern bool of_phy_is_fixed_link(struct device_node *np);
76 static inline int of_phy_register_fixed_link(struct device_node *np) in of_phy_register_fixed_link()
80 static inline bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link()