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:dpaa2_phc_index
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-ptp.h
15
extern int
dpaa2_phc_index
;
H
A
D
dpaa2-ptp.c
203
dpaa2_phc_index
= ptp_qoriq->phc_index;
in dpaa2_ptp_probe()
232
dpaa2_phc_index
= -1;
in dpaa2_ptp_remove()
H
A
D
dpaa2-ethtool.c
761
int
dpaa2_phc_index
= -1;
variable
762
EXPORT_SYMBOL(
dpaa2_phc_index
);
variable
774
info->phc_index =
dpaa2_phc_index
;
in dpaa2_eth_get_ts_info()
H
A
D
dpaa2-eth.h
594
extern int
dpaa2_phc_index
;
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-ptp.h
15
extern int
dpaa2_phc_index
;
H
A
D
dpaa2-ptp.c
200
dpaa2_phc_index
= ptp_qoriq->phc_index;
in dpaa2_ptp_probe()
229
dpaa2_phc_index
= -1;
in dpaa2_ptp_remove()
H
A
D
dpaa2-ethtool.c
793
int
dpaa2_phc_index
= -1;
variable
794
EXPORT_SYMBOL(
dpaa2_phc_index
);
variable
806
info->phc_index =
dpaa2_phc_index
;
in dpaa2_eth_get_ts_info()
H
A
D
dpaa2-eth.h
663
extern int
dpaa2_phc_index
;
Completed in 7 milliseconds