Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dsfp.h21 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id);
Dsfp-bus.c552 int sfp_module_insert(struct sfp_bus *bus, const struct sfp_eeprom_id *id) in sfp_module_insert() function
562 EXPORT_SYMBOL_GPL(sfp_module_insert);
Dsfp.c1440 ret = sfp_module_insert(sfp->sfp_bus, &sfp->id); in sfp_sm_mod_probe()