Home
last modified time | relevance | path

Searched refs:fwnode_get_phy_node (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dphy.h1388 struct fwnode_handle *fwnode_get_phy_node(struct fwnode_handle *fwnode);
1415 struct fwnode_handle *fwnode_get_phy_node(struct fwnode_handle *fwnode) in fwnode_get_phy_node() function
/Linux-v5.15/drivers/net/phy/
Dphy_device.c2981 struct fwnode_handle *fwnode_get_phy_node(struct fwnode_handle *fwnode) in fwnode_get_phy_node() function
2994 EXPORT_SYMBOL_GPL(fwnode_get_phy_node);
Dphylink.c1127 phy_fwnode = fwnode_get_phy_node(fwnode); in phylink_fwnode_phy_connect()