Lines Matching refs:socket_ops
22 const struct sfp_socket_ops *socket_ops; member
472 bus->socket_ops->attach(bus->sfp); in sfp_register_bus()
474 bus->socket_ops->start(bus->sfp); in sfp_register_bus()
486 bus->socket_ops->stop(bus->sfp); in sfp_unregister_bus()
487 bus->socket_ops->detach(bus->sfp); in sfp_unregister_bus()
506 return bus->socket_ops->module_info(bus->sfp, modinfo); in sfp_get_module_info()
524 return bus->socket_ops->module_eeprom(bus->sfp, ee, data); in sfp_get_module_eeprom()
544 return bus->socket_ops->module_eeprom_by_page(bus->sfp, page, extack); in sfp_get_module_eeprom_by_page()
560 bus->socket_ops->start(bus->sfp); in sfp_upstream_start()
577 bus->socket_ops->stop(bus->sfp); in sfp_upstream_stop()
604 bus->socket_ops->set_signal_rate(bus->sfp, rate_kbd); in sfp_upstream_set_signal_rate()
819 bus->socket_ops = NULL; in sfp_socket_clear()
832 bus->socket_ops = ops; in sfp_register_socket()