Lines Matching refs:device_node
29 static int of_get_phy_id(struct device_node *device, u32 *phy_id) in of_get_phy_id()
44 static int of_mdiobus_register_phy(struct mii_bus *mdio, struct device_node *child, in of_mdiobus_register_phy()
95 int of_mdio_parse_addr(struct device *dev, const struct device_node *np) in of_mdio_parse_addr()
125 int of_mdiobus_register(struct mii_bus *mdio, struct device_node *np) in of_mdiobus_register()
127 struct device_node *child; in of_mdiobus_register()
203 struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device()
226 struct device_node *phy_np, in of_phy_connect()
259 struct device_node *phy_np, u32 flags, in of_phy_attach()
286 bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link()
288 struct device_node *dn; in of_phy_is_fixed_link()
312 int of_phy_register_fixed_link(struct device_node *np) in of_phy_register_fixed_link()
315 struct device_node *fixed_link_node; in of_phy_register_fixed_link()