Home
last modified time | relevance | path

Searched refs:module_insert (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/drivers/net/phy/
Dsfp-bus.c746 if (ops && ops->module_insert) in sfp_module_insert()
747 ret = ops->module_insert(bus->upstream, id); in sfp_module_insert()
Dmarvell-88x2222.c553 .module_insert = mv2222_sfp_insert,
Dmarvell10g.c492 .module_insert = mv3310_sfp_insert,
Dat803x.c721 .module_insert = at803x_sfp_insert,
Dmarvell.c2926 .module_insert = m88e1510_sfp_insert,
Dphylink.c3135 .module_insert = phylink_sfp_module_insert,
/Linux-v6.1/include/linux/
Dsfp.h523 int (*module_insert)(void *priv, const struct sfp_eeprom_id *id); member