Lines Matching refs:sfp_bus
219 struct sfp_bus *sfp_bus; member
1423 sfp_remove_phy(sfp->sfp_bus); in sfp_sm_phy_detach()
1449 err = sfp_add_phy(sfp->sfp_bus, phy); in sfp_sm_probe_phy()
1464 sfp_link_up(sfp->sfp_bus); in sfp_sm_link_up()
1470 sfp_link_down(sfp->sfp_bus); in sfp_sm_link_down()
1777 sfp_module_remove(sfp->sfp_bus); in sfp_sm_mod_remove()
1882 err = sfp_module_insert(sfp->sfp_bus, &sfp->id); in sfp_sm_module()
1899 sfp_module_remove(sfp->sfp_bus); in sfp_sm_module()
1938 sfp_module_stop(sfp->sfp_bus); in sfp_sm_main()
2027 if (sfp_module_start(sfp->sfp_bus)) { in sfp_sm_main()
2429 sfp->sfp_bus = sfp_register_socket(sfp->dev, sfp, &sfp_module_ops); in sfp_probe()
2430 if (!sfp->sfp_bus) in sfp_probe()
2440 sfp_unregister_socket(sfp->sfp_bus); in sfp_remove()