Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsfp.h569 struct sfp_bus *sfp_bus_find_fwnode(const struct fwnode_handle *fwnode);
637 sfp_bus_find_fwnode(const struct fwnode_handle *fwnode) in sfp_bus_find_fwnode() function
/openbmc/linux/drivers/net/phy/
H A Dsfp-bus.c626 struct sfp_bus *sfp_bus_find_fwnode(const struct fwnode_handle *fwnode) in sfp_bus_find_fwnode() function
651 EXPORT_SYMBOL_GPL(sfp_bus_find_fwnode);
H A Dphy_device.c1401 bus = sfp_bus_find_fwnode(phydev->mdio.dev.fwnode); in phy_sfp_probe()
H A Dphylink.c1573 bus = sfp_bus_find_fwnode(fwnode); in phylink_register_sfp()