Searched refs:disconnect_phy (Results 1 – 3 of 3) sorted by relevance
487 if (bus->phydev && ops && ops->disconnect_phy) in sfp_unregister_bus()488 ops->disconnect_phy(bus->upstream); in sfp_unregister_bus()698 if (ops && ops->disconnect_phy) in sfp_remove_phy()699 ops->disconnect_phy(bus->upstream); in sfp_remove_phy()
2231 .disconnect_phy = phylink_sfp_disconnect_phy,
530 void (*disconnect_phy)(void *priv); member