Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dsfp.h552 int sfp_bus_add_upstream(struct sfp_bus *bus, void *upstream,
618 static inline int sfp_bus_add_upstream(struct sfp_bus *bus, void *upstream, in sfp_bus_add_upstream() function
/Linux-v6.1/drivers/net/phy/
Dsfp-bus.c643 int sfp_bus_add_upstream(struct sfp_bus *bus, void *upstream, in sfp_bus_add_upstream() function
671 EXPORT_SYMBOL_GPL(sfp_bus_add_upstream);
Dphy_device.c1374 ret = sfp_bus_add_upstream(bus, phydev, ops); in phy_sfp_probe()
Dphylink.c1428 ret = sfp_bus_add_upstream(bus, pl, &sfp_phylink_ops); in phylink_register_sfp()