Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1320 struct fwnode_handle *phy_fwnode; in stmmac_init_phy() local
1335 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()
/linux/drivers/net/phy/
H A Dphy_device.c3599 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() argument
3603 mdiodev = fwnode_mdio_find_device(phy_fwnode); in fwnode_phy_find_device()