Lines Matching refs:phy_np
371 struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device() argument
375 mdiodev = of_mdio_find_device(phy_np); in of_phy_find_device()
401 struct device_node *phy_np, in of_phy_connect() argument
405 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_connect()
438 struct device_node *phy_np; in of_phy_get_and_connect() local
451 phy_np = of_node_get(np); in of_phy_get_and_connect()
453 phy_np = of_parse_phandle(np, "phy-handle", 0); in of_phy_get_and_connect()
454 if (!phy_np) in of_phy_get_and_connect()
458 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface); in of_phy_get_and_connect()
460 of_node_put(phy_np); in of_phy_get_and_connect()
478 struct device_node *phy_np, u32 flags, in of_phy_attach() argument
481 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_attach()