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:line_seqno
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpiolib-cdev.c
473
* @
line_seqno
: the seqno for the current edge event in the sequence of
508
*
line_seqno
is accessed by either edge_irq_thread() or
512
u32
line_seqno
;
member
560
* the
line_seqno
is then the same and is cheaper to calculate.
699
le.
line_seqno
= line->
line_seqno
;
in process_hw_ts_thread()
700
le.seqno = (lr->num_lines == 1) ? le.
line_seqno
: line->req_seqno;
in process_hw_ts_thread()
728
if (unlikely(ts->seq < line->
line_seqno
))
in process_hw_ts()
731
diff_seqno = ts->seq - line->
line_seqno
;
in process_hw_ts()
732
line->
line_seqno
in process_hw_ts()
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpiolib-cdev.c
421
* @
line_seqno
: the seqno for the current edge event in the sequence of
443
*
line_seqno
is accessed by either edge_irq_thread() or
447
u32
line_seqno
;
member
476
* the
line_seqno
is then the same and is cheaper to calculate.
577
line->
line_seqno
++;
in edge_irq_thread()
578
le.
line_seqno
= line->
line_seqno
;
in edge_irq_thread()
579
le.seqno = (lr->num_lines == 1) ? le.
line_seqno
: line->req_seqno;
in edge_irq_thread()
671
line->
line_seqno
++;
in debounce_work_func()
672
le.
line_seqno
in debounce_work_func()
[all...]
/kernel/linux/linux-5.10/tools/gpio/
H
A
D
gpio-event-mon.c
112
(uint64_t)event.timestamp_ns, event.offset, event.
line_seqno
,
in monitor_device()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
gpio.h
280
* @
line_seqno
: the sequence number for this event in the sequence of
289
__u32
line_seqno
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
gpio.h
282
* @
line_seqno
: the sequence number for this event in the sequence of
298
__u32
line_seqno
;
member
/kernel/linux/linux-6.6/tools/gpio/
H
A
D
gpio-event-mon.c
112
(uint64_t)event.timestamp_ns, event.offset, event.
line_seqno
,
in monitor_device()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
gpio.h
111
__u32
line_seqno
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
gpio.h
111
__u32
line_seqno
;
member
Completed in 9 milliseconds