Searched refs:phy_dev (Results 1 – 1 of 1) sorted by relevance
128 struct udevice *phy_dev; in mdio_bind_phy_nodes() local143 node_name, phy_node, &phy_dev); in mdio_bind_phy_nodes()150 ret = device_probe(phy_dev); in mdio_bind_phy_nodes()152 dev_dbg(mdio_dev, "Device '%s' probe failed\n", phy_dev->name); in mdio_bind_phy_nodes()153 device_unbind(phy_dev); in mdio_bind_phy_nodes()
Completed in 6 milliseconds