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:MAX_TOD
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_clockmatrix.h
17
#define
MAX_TOD
(4)
macro
114
struct idtcm_channel channel[
MAX_TOD
];
124
struct idtcm_channel *event_channel[
MAX_TOD
];
H
A
D
ptp_clockmatrix.c
298
if (index >=
MAX_TOD
)
in idtcm_extts_enable()
1185
if (index >=
MAX_TOD
) {
in set_tod_ptp_pll()
1242
for (i = 0; i <
MAX_TOD
; i++) {
in display_pll_and_masks()
2038
static struct ptp_pin_desc pin_config[
MAX_TOD
][MAX_REF_CLK];
2044
.n_ext_ts =
MAX_TOD
,
2061
.n_ext_ts =
MAX_TOD
,
2236
if (!(index <
MAX_TOD
))
in idtcm_enable_channel()
2308
if (!(index <
MAX_TOD
))
in idtcm_enable_extts_channel()
2337
for (i = 0; i <
MAX_TOD
; i++) {
in idtcm_extts_check()
2369
for (i = 0; i <
MAX_TOD
;
in ptp_clock_unregister_all()
[all...]
/kernel/linux/linux-5.10/drivers/ptp/
H
A
D
ptp_clockmatrix.h
16
#define
MAX_TOD
(4)
macro
127
struct idtcm_channel channel[
MAX_TOD
];
H
A
D
ptp_clockmatrix.c
1002
if (index >=
MAX_TOD
) {
in set_tod_ptp_pll()
1060
for (i = 0; i <
MAX_TOD
; i++) {
in display_pll_and_masks()
1949
if (!(index <
MAX_TOD
))
in idtcm_enable_channel()
2048
for (i = 0; i <
MAX_TOD
; i++) {
in ptp_clock_unregister_all()
2106
for (i = 0; i <
MAX_TOD
; i++) {
in idtcm_probe()
Completed in 6 milliseconds