Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/phy/
Dsfp-bus.c491 void sfp_bus_put(struct sfp_bus *bus) in sfp_bus_put() function
496 EXPORT_SYMBOL_GPL(sfp_bus_put);
718 sfp_bus_put(bus); in sfp_bus_add_upstream()
740 sfp_bus_put(bus); in sfp_bus_del_upstream()
863 sfp_bus_put(bus); in sfp_register_socket()
879 sfp_bus_put(bus); in sfp_unregister_socket()
Dphy_device.c1370 sfp_bus_put(bus); in phy_sfp_probe()
Dphylink.c1194 sfp_bus_put(bus); in phylink_register_sfp()
/linux-5.19.10/include/linux/
Dsfp.h550 void sfp_bus_put(struct sfp_bus *bus);
608 static inline void sfp_bus_put(struct sfp_bus *bus) in sfp_bus_put() function