Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dsfp-bus.c469 void sfp_bus_put(struct sfp_bus *bus) in sfp_bus_put() function
474 EXPORT_SYMBOL_GPL(sfp_bus_put);
676 sfp_bus_put(bus); in sfp_bus_add_upstream()
698 sfp_bus_put(bus); in sfp_bus_del_upstream()
821 sfp_bus_put(bus); in sfp_register_socket()
837 sfp_bus_put(bus); in sfp_unregister_socket()
H A Dphylink.c802 sfp_bus_put(bus); in phylink_register_sfp()
H A Dphy_device.c1335 sfp_bus_put(bus); in phy_sfp_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsfp.h547 void sfp_bus_put(struct sfp_bus *bus);
598 static inline void sfp_bus_put(struct sfp_bus *bus) in sfp_bus_put() function