Lines Matching refs:socket_ops
22 const struct sfp_socket_ops *socket_ops; member
473 bus->socket_ops->attach(bus->sfp); in sfp_register_bus()
475 bus->socket_ops->start(bus->sfp); in sfp_register_bus()
487 bus->socket_ops->stop(bus->sfp); in sfp_unregister_bus()
488 bus->socket_ops->detach(bus->sfp); in sfp_unregister_bus()
507 return bus->socket_ops->module_info(bus->sfp, modinfo); in sfp_get_module_info()
525 return bus->socket_ops->module_eeprom(bus->sfp, ee, data); in sfp_get_module_eeprom()
545 return bus->socket_ops->module_eeprom_by_page(bus->sfp, page, extack); in sfp_get_module_eeprom_by_page()
561 bus->socket_ops->start(bus->sfp); in sfp_upstream_start()
578 bus->socket_ops->stop(bus->sfp); in sfp_upstream_stop()
605 bus->socket_ops->set_signal_rate(bus->sfp, rate_kbd); in sfp_upstream_set_signal_rate()
842 bus->socket_ops = NULL; in sfp_socket_clear()
855 bus->socket_ops = ops; in sfp_register_socket()