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_ape_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
1129
tg3_ape_lock(tp, tp->
phy_ape_lock
);
in __tg3_readphy()
1165
tg3_ape_unlock(tp, tp->
phy_ape_lock
);
in __tg3_readphy()
1192
tg3_ape_lock(tp, tp->
phy_ape_lock
);
in __tg3_writephy()
1224
tg3_ape_unlock(tp, tp->
phy_ape_lock
);
in __tg3_writephy()
15533
tp->
phy_ape_lock
= TG3_APE_LOCK_PHY0;
in tg3_phy_probe()
15536
tp->
phy_ape_lock
= TG3_APE_LOCK_PHY1;
in tg3_phy_probe()
15539
tp->
phy_ape_lock
= TG3_APE_LOCK_PHY2;
in tg3_phy_probe()
15542
tp->
phy_ape_lock
= TG3_APE_LOCK_PHY3;
in tg3_phy_probe()
H
A
D
tg3.h
3278
u8
phy_ape_lock
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
1130
tg3_ape_lock(tp, tp->
phy_ape_lock
);
in __tg3_readphy()
1166
tg3_ape_unlock(tp, tp->
phy_ape_lock
);
in __tg3_readphy()
1193
tg3_ape_lock(tp, tp->
phy_ape_lock
);
in __tg3_writephy()
1225
tg3_ape_unlock(tp, tp->
phy_ape_lock
);
in __tg3_writephy()
15485
tp->
phy_ape_lock
= TG3_APE_LOCK_PHY0;
in tg3_phy_probe()
15488
tp->
phy_ape_lock
= TG3_APE_LOCK_PHY1;
in tg3_phy_probe()
15491
tp->
phy_ape_lock
= TG3_APE_LOCK_PHY2;
in tg3_phy_probe()
15494
tp->
phy_ape_lock
= TG3_APE_LOCK_PHY3;
in tg3_phy_probe()
H
A
D
tg3.h
3278
u8
phy_ape_lock
;
member
Completed in 56 milliseconds