Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/phy/
Dphylink.c1765 struct fwnode_handle *phy_fwnode; in phylink_fwnode_phy_connect() local
1775 phy_fwnode = fwnode_get_phy_node(fwnode); in phylink_fwnode_phy_connect()
1776 if (IS_ERR(phy_fwnode)) { in phylink_fwnode_phy_connect()
1782 phy_dev = fwnode_phy_find_device(phy_fwnode); in phylink_fwnode_phy_connect()
1784 fwnode_handle_put(phy_fwnode); in phylink_fwnode_phy_connect()
Dphy_device.c2965 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() argument
2969 mdiodev = fwnode_mdio_find_device(phy_fwnode); in fwnode_phy_find_device()
/linux-6.1.9/include/linux/
Dphy.h1464 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode);
1482 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() argument