Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:socket_ops
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
sfp-bus.c
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
in sfp_upstream_stop()
[all...]
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
sfp-bus.c
28
const struct sfp_socket_ops *
socket_ops
;
member
491
bus->
socket_ops
->attach(bus->sfp);
in sfp_register_bus()
493
bus->
socket_ops
->start(bus->sfp);
in sfp_register_bus()
505
bus->
socket_ops
->stop(bus->sfp);
in sfp_unregister_bus()
506
bus->
socket_ops
->detach(bus->sfp);
in sfp_unregister_bus()
525
return bus->
socket_ops
->module_info(bus->sfp, modinfo);
in sfp_get_module_info()
543
return bus->
socket_ops
->module_eeprom(bus->sfp, ee, data);
in sfp_get_module_eeprom()
559
bus->
socket_ops
->start(bus->sfp);
in sfp_upstream_start()
576
bus->
socket_ops
->stop(bus->sfp);
in sfp_upstream_stop()
797
bus->
socket_ops
in sfp_socket_clear()
[all...]
Completed in 4 milliseconds