Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/phy/
Dsfp-bus.c367 if (bus->phydev && ops && ops->disconnect_phy) in sfp_unregister_bus()
368 ops->disconnect_phy(bus->upstream); in sfp_unregister_bus()
527 if (ops && ops->disconnect_phy) in sfp_remove_phy()
528 ops->disconnect_phy(bus->upstream); in sfp_remove_phy()
Dphylink.c1824 .disconnect_phy = phylink_sfp_disconnect_phy,
/Linux-v5.4/include/linux/
Dsfp.h494 void (*disconnect_phy)(void *priv); member