Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dsfp-bus.c776 if (ops && ops->module_insert) in sfp_module_insert()
777 ret = ops->module_insert(bus->upstream, id); in sfp_module_insert()
H A Dmarvell-88x2222.c552 .module_insert = mv2222_sfp_insert,
H A Dmarvell10g.c499 .module_insert = mv3310_sfp_insert,
H A Dat803x.c732 .module_insert = at803x_sfp_insert,
H A Dmarvell.c3253 .module_insert = m88e1510_sfp_insert,
H A Dphylink.c3337 .module_insert = phylink_sfp_module_insert,
/openbmc/linux/include/linux/
H A Dsfp.h540 int (*module_insert)(void *priv, const struct sfp_eeprom_id *id); member