Home
last modified time | relevance | path

Searched refs:fwnode_phy_find_device (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/net/mdio/
Dof_mdio.c262 return fwnode_phy_find_device(of_fwnode_handle(phy_np)); in of_phy_find_device()
/Linux-v5.15/include/linux/
Dphy.h1386 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode);
1404 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() function
/Linux-v5.15/drivers/net/phy/
Dphy_device.c2943 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() function
2958 EXPORT_SYMBOL(fwnode_phy_find_device);
2968 return fwnode_phy_find_device(dev_fwnode(dev)); in device_phy_find_device()
Dphylink.c1134 phy_dev = fwnode_phy_find_device(phy_fwnode); in phylink_fwnode_phy_connect()