Searched refs:phy_fwnode (Results 1 – 2 of 2) sorted by relevance
1320 struct fwnode_handle *phy_fwnode; in stmmac_init_phy() local1335 phy_fwnode = fwnode_get_phy_node(fwnode); in stmmac_init_phy()1337 phy_fwnode = NULL; in stmmac_init_phy()1345 if (!phy_fwnode || IS_ERR(phy_fwnode)) { in stmmac_init_phy()1364 fwnode_handle_put(phy_fwnode); in stmmac_init_phy()
3599 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() argument3603 mdiodev = fwnode_mdio_find_device(phy_fwnode); in fwnode_phy_find_device()