Searched refs:disconnect_phy (Results 1 – 4 of 4) sorted by relevance
489 if (bus->phydev && ops && ops->disconnect_phy) in sfp_unregister_bus()490 ops->disconnect_phy(bus->upstream, bus->phydev); in sfp_unregister_bus()767 if (ops && ops->disconnect_phy) in sfp_remove_phy()768 ops->disconnect_phy(bus->upstream, bus->phydev); in sfp_remove_phy()
3821 .disconnect_phy = phylink_sfp_disconnect_phy,
553 void (*disconnect_phy)(void *priv, struct phy_device *); member
703 .disconnect_phy = phy_sfp_disconnect_phy,