Home
last modified time | relevance | path

Searched refs:sfp_module_insert (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/phy/
Dsfp.h23 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
Dsfp-bus.c551 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_module_insert() function
561 EXPORT_SYMBOL_GPL(sfp_module_insert);
Dsfp.c1524 ret = sfp_module_insert(sfp->sfp_bus, &sfp->id); in sfp_sm_mod_probe()