Searched refs:phy_fwnode (Results 1 – 3 of 3) sorted by relevance
1799 struct fwnode_handle *phy_fwnode; in phylink_fwnode_phy_connect() local1809 phy_fwnode = fwnode_get_phy_node(fwnode); in phylink_fwnode_phy_connect()1810 if (IS_ERR(phy_fwnode)) { in phylink_fwnode_phy_connect()1816 phy_dev = fwnode_phy_find_device(phy_fwnode); in phylink_fwnode_phy_connect()1818 fwnode_handle_put(phy_fwnode); in phylink_fwnode_phy_connect()
3022 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() argument3026 mdiodev = fwnode_mdio_find_device(phy_fwnode); in fwnode_phy_find_device()
1548 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode);1566 struct phy_device *fwnode_phy_find_device(struct fwnode_handle *phy_fwnode) in fwnode_phy_find_device() argument
Completed in 18 milliseconds