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:actidx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/serio/
H
A
D
hp_sdc.c
200
if (curr->seq[curr->
actidx
] & HP_SDC_ACT_SEMAPHORE)
in hp_sdc_take()
204
if (curr->seq[curr->
actidx
] & HP_SDC_ACT_CALLBACK)
in hp_sdc_take()
208
curr->
actidx
= curr->idx;
in hp_sdc_take()
325
tmp = curr->seq[curr->
actidx
];
in hp_sdc_tasklet()
326
curr->seq[curr->
actidx
] |= HP_SDC_ACT_DEAD;
in hp_sdc_tasklet()
339
curr->
actidx
= curr->idx;
in hp_sdc_tasklet()
413
idx = curr->
actidx
;
in hp_sdc_put()
415
if (curr->
actidx
>= curr->endidx) {
in hp_sdc_put()
575
curr->
actidx
= idx + 1;
in hp_sdc_put()
612
this->
actidx
in __hp_sdc_enqueue_transaction()
[all...]
H
A
D
hp_sdc_mlc.c
204
priv->trans.
actidx
= 0;
in hp_sdc_mlc_cts()
243
priv->trans.
actidx
= 0;
in hp_sdc_mlc_out()
284
priv->trans.
actidx
= 0;
in hp_sdc_mlc_out()
/kernel/linux/linux-6.6/drivers/input/serio/
H
A
D
hp_sdc.c
200
if (curr->seq[curr->
actidx
] & HP_SDC_ACT_SEMAPHORE)
in hp_sdc_take()
204
if (curr->seq[curr->
actidx
] & HP_SDC_ACT_CALLBACK)
in hp_sdc_take()
208
curr->
actidx
= curr->idx;
in hp_sdc_take()
325
tmp = curr->seq[curr->
actidx
];
in hp_sdc_tasklet()
326
curr->seq[curr->
actidx
] |= HP_SDC_ACT_DEAD;
in hp_sdc_tasklet()
339
curr->
actidx
= curr->idx;
in hp_sdc_tasklet()
413
idx = curr->
actidx
;
in hp_sdc_put()
415
if (curr->
actidx
>= curr->endidx) {
in hp_sdc_put()
575
curr->
actidx
= idx + 1;
in hp_sdc_put()
612
this->
actidx
in __hp_sdc_enqueue_transaction()
[all...]
H
A
D
hp_sdc_mlc.c
204
priv->trans.
actidx
= 0;
in hp_sdc_mlc_cts()
243
priv->trans.
actidx
= 0;
in hp_sdc_mlc_out()
284
priv->trans.
actidx
= 0;
in hp_sdc_mlc_out()
/kernel/linux/linux-5.10/include/linux/
H
A
D
hp_sdc.h
65
int
actidx
; /* Start of act. Acts are atomic WRT I/O to SDC */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
hp_sdc.h
65
int
actidx
; /* Start of act. Acts are atomic WRT I/O to SDC */
member
Completed in 6 milliseconds