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:mdio_protocol
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
sfp.c
234
enum mdio_i2c_proto
mdio_protocol
;
member
362
sfp->
mdio_protocol
= MDIO_I2C_ROLLBALL;
in sfp_fixup_rollball_proto()
676
i2c_mii = mdio_i2c_alloc(sfp->dev, sfp->i2c, sfp->
mdio_protocol
);
in sfp_i2c_mdiobus_create()
1867
if (sfp->
mdio_protocol
!= MDIO_I2C_NONE)
in sfp_sm_add_mdio_bus()
1888
switch (sfp->
mdio_protocol
) {
in sfp_sm_probe_for_phy()
2326
sfp->
mdio_protocol
= MDIO_I2C_C45;
in sfp_sm_mod_probe()
2328
sfp->
mdio_protocol
= MDIO_I2C_MARVELL_C22;
in sfp_sm_mod_probe()
2330
sfp->
mdio_protocol
= MDIO_I2C_NONE;
in sfp_sm_mod_probe()
Completed in 4 milliseconds