Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dsfp-bus.c788 if (ops && ops->module_stop) in sfp_module_stop()
789 ops->module_stop(bus->upstream); in sfp_module_stop()
H A Dphylink.c2279 .module_stop = phylink_sfp_module_stop,
/OK3568_Linux_fs/kernel/include/linux/
H A Dsfp.h526 void (*module_stop)(void *priv); member