Home
last modified time | relevance | path

Searched defs:sfp_upstream_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/linux/
Dsfp.h486 struct sfp_upstream_ops { struct
487 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