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_STAT_LAN_ON
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
r8152.c
622
#define
PHY_STAT_LAN_ON
3
macro
3736
} else if (data ==
PHY_STAT_LAN_ON
|| data == PHY_STAT_PWRDN ||
in r8153_phy_status()
5889
case
PHY_STAT_LAN_ON
:
in r8153b_hw_phy_cfg()
7081
data = r8153_phy_status(tp,
PHY_STAT_LAN_ON
);
in r8153_init()
7217
data = r8153_phy_status(tp,
PHY_STAT_LAN_ON
);
in r8153b_init()
7308
data = r8153_phy_status(tp,
PHY_STAT_LAN_ON
);
in r8153c_init()
7372
case
PHY_STAT_LAN_ON
:
in r8156_hw_phy_cfg()
7385
data = r8153_phy_status(tp,
PHY_STAT_LAN_ON
);
in r8156_hw_phy_cfg()
7386
WARN_ON_ONCE(data !=
PHY_STAT_LAN_ON
);
in r8156_hw_phy_cfg()
7753
case
PHY_STAT_LAN_ON
in r8156b_hw_phy_cfg()
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
r8152.c
535
#define
PHY_STAT_LAN_ON
3
macro
3182
} else if (data ==
PHY_STAT_LAN_ON
|| data == PHY_STAT_PWRDN ||
in r8153_phy_status()
3235
data = r8153_phy_status(tp,
PHY_STAT_LAN_ON
);
in r8153b_ups_en()
3239
if (data !=
PHY_STAT_LAN_ON
)
in r8153b_ups_en()
5385
data = r8153_phy_status(tp,
PHY_STAT_LAN_ON
);
in r8153_init()
5526
data = r8153_phy_status(tp,
PHY_STAT_LAN_ON
);
in r8153b_init()
Completed in 20 milliseconds