Searched refs:sfp_quirk (Results 1 – 3 of 3) sorted by relevance
9 struct sfp_quirk { struct35 const struct sfp_quirk *quirk); argument
25 const struct sfp_quirk *sfp_quirk; member328 if (bus->sfp_quirk && bus->sfp_quirk->modes) in sfp_parse_support()329 bus->sfp_quirk->modes(id, modes, interfaces); in sfp_parse_support()739 const struct sfp_quirk *quirk) in sfp_module_insert()744 bus->sfp_quirk = quirk; in sfp_module_insert()760 bus->sfp_quirk = NULL; in sfp_module_remove()
260 const struct sfp_quirk *quirk;378 static const struct sfp_quirk sfp_quirks[] = {431 static const struct sfp_quirk *sfp_lookup_quirk(const struct sfp_eeprom_id *id) in sfp_lookup_quirk()433 const struct sfp_quirk *q; in sfp_lookup_quirk()
Completed in 15 milliseconds