Home
last modified time | relevance | path

Searched refs:fwnode_mdio_find_device (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/mdio/
H A Dof_mdio.c287 return fwnode_mdio_find_device(of_fwnode_handle(np)); in of_mdio_find_device()
/linux-6.15/drivers/net/pcs/
H A Dpcs-lynx.c407 mdio = fwnode_mdio_find_device(node); in lynx_pcs_create_fwnode()
H A Dpcs-xpcs.c1576 mdiodev = fwnode_mdio_find_device(fwnode); in xpcs_create_fwnode()
/linux-6.15/include/linux/
H A Dphy.h1758 struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode);
1771 struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode) in fwnode_mdio_find_device() function
/linux-6.15/drivers/net/phy/
H A Dphy_device.c3198 struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode) in fwnode_mdio_find_device() function
3211 EXPORT_SYMBOL(fwnode_mdio_find_device);
3225 mdiodev = fwnode_mdio_find_device(phy_fwnode); in fwnode_phy_find_device()