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:phylib_stubs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
phylib_stubs.h
14
extern const struct
phylib_stubs
*
phylib_stubs
;
16
struct
phylib_stubs
{
struct
32
if (!
phylib_stubs
)
in phy_hwtstamp_get()
35
return
phylib_stubs
->hwtstamp_get(phydev, config);
in phy_hwtstamp_get()
47
if (!
phylib_stubs
)
in phy_hwtstamp_set()
50
return
phylib_stubs
->hwtstamp_set(phydev, config, extack);
in phy_hwtstamp_set()
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
stubs.c
7
#include <linux/
phylib_stubs
.h>
9
const struct
phylib_stubs
*
phylib_stubs
;
variable
10
EXPORT_SYMBOL_GPL(
phylib_stubs
);
variable
H
A
D
phy_device.c
30
#include <linux/
phylib_stubs
.h>
3511
static const struct
phylib_stubs
__phylib_stubs = {
3518
phylib_stubs
= &__phylib_stubs;
in phylib_register_stubs()
3523
phylib_stubs
= NULL;
in phylib_unregister_stubs()
/kernel/linux/linux-6.6/net/core/
H
A
D
dev_ioctl.c
8
#include <linux/
phylib_stubs
.h>
Completed in 7 milliseconds