Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dsfp-bus.c489 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()
H A Dphylink.c3821 .disconnect_phy = phylink_sfp_disconnect_phy,
/linux/include/linux/
H A Dsfp.h553 void (*disconnect_phy)(void *priv, struct phy_device *); member
/linux/drivers/net/phy/qcom/
H A Dqca807x.c703 .disconnect_phy = phy_sfp_disconnect_phy,