Searched refs:phy_fwnode (Results 1 – 4 of 4) sorted by relevance
2240 struct fwnode_handle *phy_fwnode; in phylink_fwnode_phy_connect() local2250 phy_fwnode = fwnode_get_phy_node(fwnode); in phylink_fwnode_phy_connect()2251 if (IS_ERR(phy_fwnode)) { in phylink_fwnode_phy_connect()2257 phy_dev = fwnode_phy_find_device(phy_fwnode); in phylink_fwnode_phy_connect()2259 fwnode_handle_put(phy_fwnode); in phylink_fwnode_phy_connect()
3221 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() argument3225 mdiodev = fwnode_mdio_find_device(phy_fwnode); in fwnode_phy_find_device()
1759 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode);1777 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() argument
1192 struct fwnode_handle *phy_fwnode; in stmmac_init_phy() local1204 phy_fwnode = fwnode_get_phy_node(fwnode); in stmmac_init_phy()1206 phy_fwnode = NULL; in stmmac_init_phy()1211 if (!phy_fwnode || IS_ERR(phy_fwnode)) { in stmmac_init_phy()1228 fwnode_handle_put(phy_fwnode); in stmmac_init_phy()