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:num_received
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-multitouch.c
123
__u8
num_received
; /* how many contacts we received */
member
232
if (*slot->contactid != 0 || application->
num_received
== 0)
in cypress_compute_slot()
890
return app->
num_received
;
in mt_compute_slot()
936
app->
num_received
= 0;
in mt_sync_frame()
993
app->
num_received
>= app->num_expected)
in mt_process_slot()
1172
* For Win8 PTPs the first packet (td->
num_received
== 0) may
in mt_touch_report()
1179
app->
num_received
== 0 &&
in mt_touch_report()
1188
first_packet = app->
num_received
== 0;
in mt_touch_report()
1194
app->
num_received
++;
in mt_touch_report()
1210
if (app->
num_received
>
in mt_touch_report()
[all...]
H
A
D
wacom_wac.h
317
int
num_received
;
member
H
A
D
wacom_wac.c
2632
wacom_wac->hid_data.
num_received
++;
in wacom_wac_finger_slot()
2633
if (wacom_wac->hid_data.
num_received
> wacom_wac->hid_data.num_expected)
in wacom_wac_finger_slot()
2765
hid_data->
num_received
= 0;
in wacom_wac_finger_pre_report()
2770
hid_data->
num_received
= 0;
in wacom_wac_finger_pre_report()
2786
if (wacom_wac->hid_data.
num_received
< wacom_wac->hid_data.num_expected)
in wacom_wac_finger_report()
2793
wacom_wac->hid_data.
num_received
= 0;
in wacom_wac_finger_report()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-multitouch.c
125
__u8
num_received
; /* how many contacts we received */
member
237
if (*slot->contactid != 0 || application->
num_received
== 0)
in cypress_compute_slot()
922
return app->
num_received
;
in mt_compute_slot()
968
app->
num_received
= 0;
in mt_sync_frame()
1026
app->
num_received
>= app->num_expected)
in mt_process_slot()
1225
* For Win8 PTPs the first packet (td->
num_received
== 0) may
in mt_touch_report()
1232
app->
num_received
== 0 &&
in mt_touch_report()
1241
first_packet = app->
num_received
== 0;
in mt_touch_report()
1247
app->
num_received
++;
in mt_touch_report()
1263
if (app->
num_received
>
in mt_touch_report()
[all...]
H
A
D
wacom_wac.h
320
int
num_received
;
member
H
A
D
wacom_wac.c
2668
wacom_wac->hid_data.
num_received
++;
in wacom_wac_finger_slot()
2669
if (wacom_wac->hid_data.
num_received
> wacom_wac->hid_data.num_expected)
in wacom_wac_finger_slot()
2819
hid_data->
num_received
= 0;
in wacom_wac_finger_pre_report()
2824
hid_data->
num_received
= 0;
in wacom_wac_finger_pre_report()
2844
if (wacom_wac->hid_data.
num_received
< wacom_wac->hid_data.num_expected)
in wacom_wac_finger_report()
2851
wacom_wac->hid_data.
num_received
= 0;
in wacom_wac_finger_report()
/kernel/linux/linux-5.10/drivers/visorbus/
H
A
D
visorchannel.c
226
sig_hdr.
num_received
++;
in signalremove_inner()
235
error = SIG_WRITE_FIELD(channel, queue, &sig_hdr,
num_received
);
in signalremove_inner()
/kernel/linux/linux-5.10/include/linux/
H
A
D
visorbus.h
143
* @
num_received
: Total # of signals removed from this queue.
170
u64
num_received
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/tundra/
H
A
D
tsi108_eth.c
833
int
num_received
= 0, num_filled = 0;
in tsi108_poll()
local
842
num_received
= tsi108_complete_rx(dev, budget);
in tsi108_poll()
880
if (
num_received
< budget) {
in tsi108_poll()
882
napi_complete_done(napi,
num_received
);
in tsi108_poll()
895
return
num_received
;
in tsi108_poll()
/kernel/linux/linux-6.6/drivers/net/ethernet/tundra/
H
A
D
tsi108_eth.c
820
int
num_received
= 0, num_filled = 0;
in tsi108_poll()
local
829
num_received
= tsi108_complete_rx(dev, budget);
in tsi108_poll()
867
if (
num_received
< budget) {
in tsi108_poll()
869
napi_complete_done(napi,
num_received
);
in tsi108_poll()
882
return
num_received
;
in tsi108_poll()
Completed in 24 milliseconds