Searched refs:phy_fwnode (Results 1 – 4 of 4) sorted by relevance
1936 struct fwnode_handle *phy_fwnode; in phylink_fwnode_phy_connect() local1946 phy_fwnode = fwnode_get_phy_node(fwnode); in phylink_fwnode_phy_connect()1947 if (IS_ERR(phy_fwnode)) { in phylink_fwnode_phy_connect()1953 phy_dev = fwnode_phy_find_device(phy_fwnode); in phylink_fwnode_phy_connect()1955 fwnode_handle_put(phy_fwnode); in phylink_fwnode_phy_connect()
3201 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() argument3205 mdiodev = fwnode_mdio_find_device(phy_fwnode); in fwnode_phy_find_device()
1665 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode);1683 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() argument
1149 struct fwnode_handle *phy_fwnode; in stmmac_init_phy() local1161 phy_fwnode = fwnode_get_phy_node(fwnode); in stmmac_init_phy()1163 phy_fwnode = NULL; in stmmac_init_phy()1168 if (!phy_fwnode || IS_ERR(phy_fwnode)) { in stmmac_init_phy()1185 fwnode_handle_put(phy_fwnode); in stmmac_init_phy()