Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphylink.c2291 struct fwnode_handle *phy_fwnode; in phylink_fwnode_phy_connect() local
2298 phy_fwnode = fwnode_get_phy_node(fwnode); in phylink_fwnode_phy_connect()
2299 if (IS_ERR(phy_fwnode)) { in phylink_fwnode_phy_connect()
2306 phy_dev = fwnode_phy_find_device(phy_fwnode); in phylink_fwnode_phy_connect()
2308 fwnode_handle_put(phy_fwnode); in phylink_fwnode_phy_connect()
H A Dphy_device.c3638 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() argument
3642 mdiodev = fwnode_mdio_find_device(phy_fwnode); in fwnode_phy_find_device()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1303 struct fwnode_handle *phy_fwnode; in stmmac_init_phy() local
1318 phy_fwnode = fwnode_get_phy_node(fwnode); in stmmac_init_phy()
1320 phy_fwnode = NULL; in stmmac_init_phy()
1328 if (!phy_fwnode || IS_ERR(phy_fwnode)) { in stmmac_init_phy()
1351 fwnode_handle_put(phy_fwnode); in stmmac_init_phy()
/linux/include/linux/
H A Dphy.h2157 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode);