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:phy_sfp_probe
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
marvell-88x2222.c
595
return
phy_sfp_probe
(phydev, &sfp_phy_ops);
in mv2222_probe()
H
A
D
phy_device.c
1390
*
phy_sfp_probe
- probe for a SFP cage attached to this PHY device
1394
int
phy_sfp_probe
(struct phy_device *phydev,
in phy_sfp_probe()
function
1412
EXPORT_SYMBOL(
phy_sfp_probe
);
variable
H
A
D
marvell10g.c
559
return
phy_sfp_probe
(phydev, &mv3310_sfp_ops);
in mv3310_probe()
H
A
D
at803x.c
847
ret =
phy_sfp_probe
(phydev, &at803x_sfp_ops);
in at803x_parse_dt()
H
A
D
marvell.c
3267
return
phy_sfp_probe
(phydev, &m88e1510_sfp_ops);
in m88e1510_probe()
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
marvell10g.c
422
return
phy_sfp_probe
(phydev, &mv3310_sfp_ops);
in mv3310_probe()
H
A
D
phy_device.c
1259
*
phy_sfp_probe
- probe for a SFP cage attached to this PHY device
1263
int
phy_sfp_probe
(struct phy_device *phydev,
in phy_sfp_probe()
function
1281
EXPORT_SYMBOL(
phy_sfp_probe
);
variable
/kernel/linux/linux-5.10/include/linux/
H
A
D
phy.h
1378
int
phy_sfp_probe
(struct phy_device *phydev,
/kernel/linux/linux-6.6/include/linux/
H
A
D
phy.h
1721
int
phy_sfp_probe
(struct phy_device *phydev,
Completed in 24 milliseconds