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()
78 static inline struct mdio_device *of_mdio_find_device(struct device_node *np) in of_mdio_find_device()
83 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device()
89 struct device_node *phy_np, in of_phy_connect()
97 of_phy_get_and_connect(struct net_device *dev, struct device_node *np, in of_phy_get_and_connect()
104 struct device_node *phy_np, in of_phy_attach()
110 static inline struct mii_bus *of_mdio_find_bus(struct device_node *mdio_np) in of_mdio_find_bus()
116 const struct device_node *np) in of_mdio_parse_addr()
120 static inline int of_phy_register_fixed_link(struct device_node *np) in of_phy_register_fixed_link()
124 static inline void of_phy_deregister_fixed_link(struct device_node *np) in of_phy_deregister_fixed_link()
127 static inline bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link()
134 struct device_node *child, u32 addr) in of_mdiobus_phy_device_register()