Searched defs:of_phy_find_device (Results 1 - 1 of 1) sorted by relevance

/drivers/of/
H A Dof_mdio.c108 /* Helper function for of_phy_find_device */
115 * of_phy_find_device - Give a PHY node, find the phy_device
120 struct phy_device *of_phy_find_device(struct device_node *phy_np) function
129 EXPORT_SYMBOL(of_phy_find_device); variable
145 struct phy_device *phy = of_phy_find_device(phy_np);

Completed in 146 milliseconds