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 of_phy_attach(struct net_device *dev, struct device_node *phy_np,
33 struct mii_bus *of_mdio_find_bus(struct device_node *mdio_np);
34 int of_phy_register_fixed_link(struct device_node *np);
35 void of_phy_deregister_fixed_link(struct device_node *np);
36 bool of_phy_is_fixed_link(struct device_node *np);
38 struct device_node *child, u32 addr);
41 const struct device_node *np) in of_mdio_parse_addr()
63 static inline bool of_mdiobus_child_is_phy(struct device_node *child) in of_mdiobus_child_is_phy()
68 static inline int of_mdiobus_register(struct mii_bus *mdio, struct device_node *np) in of_mdiobus_register()
80 struct device_node *np) in devm_of_mdiobus_register()
85 static inline struct mdio_device *of_mdio_find_device(struct device_node *np) in of_mdio_find_device()
90 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device()
96 struct device_node *phy_np, in of_phy_connect()
104 of_phy_get_and_connect(struct net_device *dev, struct device_node *np, in of_phy_get_and_connect()
111 struct device_node *phy_np, in of_phy_attach()
117 static inline struct mii_bus *of_mdio_find_bus(struct device_node *mdio_np) in of_mdio_find_bus()
123 const struct device_node *np) in of_mdio_parse_addr()
127 static inline int of_phy_register_fixed_link(struct device_node *np) in of_phy_register_fixed_link()
131 static inline void of_phy_deregister_fixed_link(struct device_node *np) in of_phy_deregister_fixed_link()
134 static inline bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link()
141 struct device_node *child, u32 addr) in of_mdiobus_phy_device_register()