Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dsfp-bus.c833 if (ops && ops->module_stop) in sfp_module_stop()
834 ops->module_stop(bus->upstream); in sfp_module_stop()
H A Dphylink.c3860 .module_stop = phylink_sfp_module_stop,
/linux/include/linux/
H A Dsfp.h549 void (*module_stop)(void *priv); member