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:ines_port
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ptp/
H
A
D
ptp_ines.c
150
struct
ines_port
{
struct
167
struct
ines_port
port[INES_N_PORTS];
177
static int ines_rxfifo_read(struct
ines_port
*port);
178
static u64 ines_rxts64(struct
ines_port
*port, unsigned int words);
180
static u64 ines_txts64(struct
ines_port
*port, unsigned int words);
187
struct
ines_port
*port;
in ines_clock_cleanup()
201
struct
ines_port
*port;
in ines_clock_init()
241
static struct
ines_port
*ines_find_port(struct device_node *node, u32 index)
in ines_find_port()
243
struct
ines_port
*port = NULL;
in ines_find_port()
259
static u64 ines_find_rxts(struct
ines_port
*por
[all...]
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_ines.c
145
struct
ines_port
{
struct
162
struct
ines_port
port[INES_N_PORTS];
172
static int ines_rxfifo_read(struct
ines_port
*port);
173
static u64 ines_rxts64(struct
ines_port
*port, unsigned int words);
175
static u64 ines_txts64(struct
ines_port
*port, unsigned int words);
182
struct
ines_port
*port;
in ines_clock_cleanup()
196
struct
ines_port
*port;
in ines_clock_init()
236
static struct
ines_port
*ines_find_port(struct device_node *node, u32 index)
in ines_find_port()
238
struct
ines_port
*port = NULL;
in ines_find_port()
254
static u64 ines_find_rxts(struct
ines_port
*por
[all...]
Completed in 4 milliseconds