Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A 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);
H A Dphylink.c792 bus = sfp_bus_find_fwnode(fwnode); in phylink_register_sfp()
H A Dphy_device.c1328 bus = sfp_bus_find_fwnode(phydev->mdio.dev.fwnode); in phy_sfp_probe()