Home
last modified time | relevance | path

Searched refs:module_stop (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Dsfp-bus.c810 if (ops && ops->module_stop) in sfp_module_stop()
811 ops->module_stop(bus->upstream); in sfp_module_stop()
H A Dphylink.c3339 .module_stop = phylink_sfp_module_stop,
/openbmc/linux/include/linux/
H A Dsfp.h543 void (*module_stop)(void *priv); member