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:TOD_BYTE_COUNT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_idt82p33.c
56
u8 buf[
TOD_BYTE_COUNT
])
in idt82p33_byte_array_to_timespec()
79
u8 buf[
TOD_BYTE_COUNT
])
in idt82p33_timespec_to_byte_array()
93
for (i = 4; i <
TOD_BYTE_COUNT
; i++) {
in idt82p33_timespec_to_byte_array()
159
u8 buf[
TOD_BYTE_COUNT
];
in idt82p33_get_extts()
168
if (memcmp(buf, channel->extts_tod_sts,
TOD_BYTE_COUNT
) == 0)
in idt82p33_get_extts()
171
memcpy(channel->extts_tod_sts, buf,
TOD_BYTE_COUNT
);
in idt82p33_get_extts()
216
u8 buf[
TOD_BYTE_COUNT
];
in arm_tod_read_with_trigger()
225
memcpy(channel->extts_tod_sts, buf,
TOD_BYTE_COUNT
);
in arm_tod_read_with_trigger()
377
u8 buf[
TOD_BYTE_COUNT
];
in _idt82p33_gettime()
420
char buf[
TOD_BYTE_COUNT
];
in _idt82p33_settime()
[all...]
H
A
D
ptp_idt82p33.h
18
#define
TOD_BYTE_COUNT
(10)
macro
75
u8 extts_tod_sts[
TOD_BYTE_COUNT
];
H
A
D
ptp_clockmatrix.h
52
#define
TOD_BYTE_COUNT
(11)
macro
H
A
D
ptp_clockmatrix.c
112
if (count <
TOD_BYTE_COUNT
)
in char_array_to_timespec()
142
if (count <
TOD_BYTE_COUNT
)
in timespec_to_char_array()
155
for (i = 5; i <
TOD_BYTE_COUNT
; i++) {
in timespec_to_char_array()
403
u8 buf[
TOD_BYTE_COUNT
];
in _idtcm_gettime_triggered()
428
u8 buf[
TOD_BYTE_COUNT
];
in _idtcm_gettime()
710
u8 buf[
TOD_BYTE_COUNT
];
in _idtcm_set_dpll_hw_tod()
778
unsigned char buf[
TOD_BYTE_COUNT
], cmd;
in _idtcm_set_dpll_scsr_tod()
999
char buf[
TOD_BYTE_COUNT
] = {0};
in set_tod_write_overhead()
/kernel/linux/linux-5.10/drivers/ptp/
H
A
D
ptp_idt82p33.c
37
u8 buf[
TOD_BYTE_COUNT
])
in idt82p33_byte_array_to_timespec()
60
u8 buf[
TOD_BYTE_COUNT
])
in idt82p33_timespec_to_byte_array()
74
for (i = 4; i <
TOD_BYTE_COUNT
; i++) {
in idt82p33_timespec_to_byte_array()
192
u8 buf[
TOD_BYTE_COUNT
];
in _idt82p33_gettime()
230
char buf[
TOD_BYTE_COUNT
];
in _idt82p33_settime()
259
for (i = 0; i <
TOD_BYTE_COUNT
; i++) {
in _idt82p33_settime()
386
u8 buf[
TOD_BYTE_COUNT
];
in idt82p33_measure_tod_write_9_byte_overhead()
400
for (j = 0; j < (
TOD_BYTE_COUNT
- 1); j++) {
in idt82p33_measure_tod_write_9_byte_overhead()
H
A
D
ptp_idt82p33.h
92
#define
TOD_BYTE_COUNT
(10)
macro
H
A
D
ptp_clockmatrix.h
51
#define
TOD_BYTE_COUNT
(11)
macro
H
A
D
ptp_clockmatrix.c
54
if (count <
TOD_BYTE_COUNT
)
in char_array_to_timespec()
84
if (count <
TOD_BYTE_COUNT
)
in timespec_to_char_array()
97
for (i = 5; i <
TOD_BYTE_COUNT
; i++) {
in timespec_to_char_array()
268
u8 buf[
TOD_BYTE_COUNT
];
in _idtcm_gettime()
556
u8 buf[
TOD_BYTE_COUNT
];
in _idtcm_set_dpll_hw_tod()
630
unsigned char buf[
TOD_BYTE_COUNT
], cmd;
in _idtcm_set_dpll_scsr_tod()
834
char buf[
TOD_BYTE_COUNT
] = {0};
in set_tod_write_overhead()
Completed in 10 milliseconds