Searched defs:sfp_upstream_ops (Results 1 – 1 of 1) sorted by relevance
486 struct sfp_upstream_ops { struct487 void (*attach)(void *priv, struct sfp_bus *bus);488 void (*detach)(void *priv, struct sfp_bus *bus);489 int (*module_insert)(void *priv, const struct sfp_eeprom_id *id);513 const struct sfp_upstream_ops *ops); argument