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:sfp_bus_put
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
sfp-bus.c
463
*
sfp_bus_put
() - put a reference on the &struct sfp_bus
469
void
sfp_bus_put
(struct sfp_bus *bus)
in sfp_bus_put()
function
474
EXPORT_SYMBOL_GPL(
sfp_bus_put
);
variable
593
* be put via
sfp_bus_put
() when done.
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
D
phy_device.c
1277
sfp_bus_put
(bus);
in phy_sfp_probe()
H
A
D
phylink.c
802
sfp_bus_put
(bus);
in phylink_register_sfp()
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
sfp-bus.c
444
*
sfp_bus_put
() - put a reference on the &struct sfp_bus
450
void
sfp_bus_put
(struct sfp_bus *bus)
in sfp_bus_put()
function
455
EXPORT_SYMBOL_GPL(
sfp_bus_put
);
variable
614
* be put via
sfp_bus_put
() when done.
697
sfp_bus_put
(bus);
in sfp_bus_add_upstream()
719
sfp_bus_put
(bus);
in sfp_bus_del_upstream()
843
sfp_bus_put
(bus);
in sfp_register_socket()
859
sfp_bus_put
(bus);
in sfp_unregister_socket()
H
A
D
phy_device.c
1408
sfp_bus_put
(bus);
in phy_sfp_probe()
H
A
D
phylink.c
1582
sfp_bus_put
(bus);
in phylink_register_sfp()
/kernel/linux/linux-5.10/include/linux/
H
A
D
sfp.h
547
void
sfp_bus_put
(struct sfp_bus *bus);
598
static inline void
sfp_bus_put
(struct sfp_bus *bus)
in sfp_bus_put()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
sfp.h
568
void
sfp_bus_put
(struct sfp_bus *bus);
632
static inline void
sfp_bus_put
(struct sfp_bus *bus)
in sfp_bus_put()
function
Completed in 21 milliseconds