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:req_seqno
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpiolib-cdev.c
471
* @
req_seqno
: the seqno for the current edge event in the sequence of
501
* timestamp_ns and
req_seqno
are accessed only by
506
u32
req_seqno
;
member
700
le.seqno = (lr->num_lines == 1) ? le.line_seqno : line->
req_seqno
;
in process_hw_ts_thread()
734
line->
req_seqno
= atomic_add_return(diff_seqno,
in process_hw_ts()
798
line->
req_seqno
= atomic_inc_return(&lr->seqno);
in edge_irq_thread()
817
le.seqno = (lr->num_lines == 1) ? le.line_seqno : line->
req_seqno
;
in edge_irq_thread()
837
line->
req_seqno
= atomic_inc_return(&lr->seqno);
in edge_irq_handler()
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpiolib-cdev.c
419
* @
req_seqno
: the seqno for the current edge event in the sequence of
436
* timestamp_ns and
req_seqno
are accessed only by
441
u32
req_seqno
;
member
554
line->
req_seqno
= atomic_inc_return(&lr->seqno);
in edge_irq_thread()
579
le.seqno = (lr->num_lines == 1) ? le.line_seqno : line->
req_seqno
;
in edge_irq_thread()
599
line->
req_seqno
= atomic_inc_return(&lr->seqno);
in edge_irq_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
siena_sriov.c
50
* @
req_seqno
: Expected next incoming (from VF) %VFDI_EV_SEQ member.
93
unsigned
req_seqno
;
member
1428
vf->
req_seqno
= seq + 1;
in efx_siena_sriov_event()
1430
} else if (seq != (vf->
req_seqno
++ & 0xff) || type != vf->req_type)
in efx_siena_sriov_event()
1456
vf->
req_seqno
= seq + 1;
in efx_siena_sriov_event()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
siena_sriov.c
50
* @
req_seqno
: Expected next incoming (from VF) %VFDI_EV_SEQ member.
93
unsigned
req_seqno
;
member
1429
vf->
req_seqno
= seq + 1;
in efx_siena_sriov_event()
1431
} else if (seq != (vf->
req_seqno
++ & 0xff) || type != vf->req_type)
in efx_siena_sriov_event()
1457
vf->
req_seqno
= seq + 1;
in efx_siena_sriov_event()
Completed in 10 milliseconds