disconnect_phy   1823 drivers/net/phy/phylink.c 	.disconnect_phy = phylink_sfp_disconnect_phy,
disconnect_phy    367 drivers/net/phy/sfp-bus.c 		if (bus->phydev && ops && ops->disconnect_phy)
disconnect_phy    368 drivers/net/phy/sfp-bus.c 			ops->disconnect_phy(bus->upstream);
disconnect_phy    527 drivers/net/phy/sfp-bus.c 	if (ops && ops->disconnect_phy)
disconnect_phy    528 drivers/net/phy/sfp-bus.c 		ops->disconnect_phy(bus->upstream);
disconnect_phy    494 include/linux/sfp.h 	void (*disconnect_phy)(void *priv);