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_save_page
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
phy-core.c
766
*
phy_save_page
() - take the bus lock and save the current page
773
int
phy_save_page
(struct phy_device *phydev)
in phy_save_page()
function
778
EXPORT_SYMBOL_GPL(
phy_save_page
);
variable
795
oldpage = ret =
phy_save_page
(phydev);
in phy_select_page()
812
* @oldpage: the old page, return value from
phy_save_page
() or phy_select_page()
H
A
D
microchip.c
77
save_page =
phy_save_page
(phydev);
in lan88xx_TR_reg_set()
H
A
D
marvell.c
459
saved_page =
phy_save_page
(phydev);
in marvell_of_reg_init()
1637
oldpage =
phy_save_page
(phydev);
in m88e1318_set_wol()
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
phy-core.c
850
*
phy_save_page
() - take the bus lock and save the current page
857
int
phy_save_page
(struct phy_device *phydev)
in phy_save_page()
function
862
EXPORT_SYMBOL_GPL(
phy_save_page
);
variable
879
oldpage = ret =
phy_save_page
(phydev);
in phy_select_page()
896
* @oldpage: the old page, return value from
phy_save_page
() or phy_select_page()
H
A
D
microchip.c
93
save_page =
phy_save_page
(phydev);
in lan88xx_TR_reg_set()
H
A
D
marvell.c
501
saved_page =
phy_save_page
(phydev);
in marvell_of_reg_init()
1837
oldpage =
phy_save_page
(phydev);
in m88e1318_set_wol()
/kernel/linux/linux-5.10/include/linux/
H
A
D
phy.h
1339
int
phy_save_page
(struct phy_device *phydev);
/kernel/linux/linux-6.6/include/linux/
H
A
D
phy.h
1649
int
phy_save_page
(struct phy_device *phydev);
Completed in 17 milliseconds