Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dsfp.h548 struct sfp_bus *sfp_bus_find_fwnode(struct fwnode_handle *fwnode);
602 static inline struct sfp_bus *sfp_bus_find_fwnode(struct fwnode_handle *fwnode) in sfp_bus_find_fwnode() function
/kernel/linux/linux-5.10/drivers/net/phy/
Dsfp-bus.c605 struct sfp_bus *sfp_bus_find_fwnode(struct fwnode_handle *fwnode) in sfp_bus_find_fwnode() function
630 EXPORT_SYMBOL_GPL(sfp_bus_find_fwnode);
Dphy_device.c1270 bus = sfp_bus_find_fwnode(phydev->mdio.dev.fwnode); in phy_sfp_probe()
Dphylink.c792 bus = sfp_bus_find_fwnode(fwnode); in phylink_register_sfp()