Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dsfp-bus.c507 if (bus->phydev && ops && ops->disconnect_phy) in sfp_unregister_bus()
508 ops->disconnect_phy(bus->upstream); in sfp_unregister_bus()
723 if (ops && ops->disconnect_phy) in sfp_remove_phy()
724 ops->disconnect_phy(bus->upstream); in sfp_remove_phy()
H A Dphylink.c2283 .disconnect_phy = phylink_sfp_disconnect_phy,
/OK3568_Linux_fs/kernel/include/linux/
H A Dsfp.h530 void (*disconnect_phy)(void *priv); member