Home
last modified time | relevance | path

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

/linux/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/drivers/net/phy/
H A Dphy_device.c3316 * fwnode_mdio_find_device - Given a fwnode, find the mdio_device
3323 struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode) in fwnode_mdio_find_device() function
3336 EXPORT_SYMBOL(fwnode_mdio_find_device);
3350 mdiodev = fwnode_mdio_find_device(phy_fwnode); in fwnode_phy_find_device()
/linux/include/linux/
H A Dphy.h1790 struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode);