Lines Matching refs:device_node

16 bool of_mdiobus_child_is_phy(struct device_node *child);
17 int of_mdiobus_register(struct mii_bus *mdio, struct device_node *np);
19 struct device_node *np);
20 struct mdio_device *of_mdio_find_device(struct device_node *np);
21 struct phy_device *of_phy_find_device(struct device_node *phy_np);
23 of_phy_connect(struct net_device *dev, struct device_node *phy_np,
27 of_phy_get_and_connect(struct net_device *dev, struct device_node *np,
30 struct mii_bus *of_mdio_find_bus(struct device_node *mdio_np);
31 int of_phy_register_fixed_link(struct device_node *np);
32 void of_phy_deregister_fixed_link(struct device_node *np);
33 bool of_phy_is_fixed_link(struct device_node *np);
35 struct device_node *child, u32 addr);
38 const struct device_node *np) in of_mdio_parse_addr()
60 static inline bool of_mdiobus_child_is_phy(struct device_node *child) in of_mdiobus_child_is_phy()
65 static inline int of_mdiobus_register(struct mii_bus *mdio, struct device_node *np) in of_mdiobus_register()
77 struct device_node *np) in devm_of_mdiobus_register()
82 static inline struct mdio_device *of_mdio_find_device(struct device_node *np) in of_mdio_find_device()
87 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device()
93 struct device_node *phy_np, in of_phy_connect()
101 of_phy_get_and_connect(struct net_device *dev, struct device_node *np, in of_phy_get_and_connect()
107 static inline struct mii_bus *of_mdio_find_bus(struct device_node *mdio_np) in of_mdio_find_bus()
113 const struct device_node *np) in of_mdio_parse_addr()
117 static inline int of_phy_register_fixed_link(struct device_node *np) in of_phy_register_fixed_link()
121 static inline void of_phy_deregister_fixed_link(struct device_node *np) in of_phy_deregister_fixed_link()
124 static inline bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link()
131 struct device_node *child, u32 addr) in of_mdiobus_phy_device_register()