Lines Matching refs:phy_np
368 * @phy_np: Pointer to the phy's device tree node
373 struct phy_device *of_phy_find_device(struct device_node *phy_np)
377 mdiodev = of_mdio_find_device(phy_np);
393 * @phy_np: Pointer to device tree node for the PHY
403 struct device_node *phy_np,
407 struct phy_device *phy = of_phy_find_device(phy_np);
440 struct device_node *phy_np;
453 phy_np = of_node_get(np);
455 phy_np = of_parse_phandle(np, "phy-handle", 0);
456 if (!phy_np)
460 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface);
462 of_node_put(phy_np);
471 * @phy_np: Node pointer for the PHY
480 struct device_node *phy_np, u32 flags,
483 struct phy_device *phy = of_phy_find_device(phy_np);