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:recpkt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
garmin_gps.c
385
const __u8 *
recpkt
= garmin_data_p->inbuffer+GSP_INITIAL_OFFSET;
in gsp_rec_packet()
local
389
int pktid =
recpkt
[0];
in gsp_rec_packet()
390
int size =
recpkt
[1];
in gsp_rec_packet()
393
count-GSP_INITIAL_OFFSET,
recpkt
);
in gsp_rec_packet()
401
cksum += *
recpkt
++;
in gsp_rec_packet()
402
cksum += *
recpkt
++;
in gsp_rec_packet()
405
if ((__u8 *)&(usbdata[3]) !=
recpkt
) {
in gsp_rec_packet()
407
&(usbdata[4]),
recpkt
);
in gsp_rec_packet()
412
cksum += *
recpkt
++;
in gsp_rec_packet()
416
if (((cksum + *
recpkt
)
in gsp_rec_packet()
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
garmin_gps.c
386
const __u8 *
recpkt
= garmin_data_p->inbuffer+GSP_INITIAL_OFFSET;
in gsp_rec_packet()
local
390
int pktid =
recpkt
[0];
in gsp_rec_packet()
391
int size =
recpkt
[1];
in gsp_rec_packet()
394
count-GSP_INITIAL_OFFSET,
recpkt
);
in gsp_rec_packet()
402
cksum += *
recpkt
++;
in gsp_rec_packet()
403
cksum += *
recpkt
++;
in gsp_rec_packet()
406
if ((__u8 *)&(usbdata[3]) !=
recpkt
) {
in gsp_rec_packet()
408
&(usbdata[4]),
recpkt
);
in gsp_rec_packet()
413
cksum += *
recpkt
++;
in gsp_rec_packet()
417
if (((cksum + *
recpkt
)
in gsp_rec_packet()
[all...]
Completed in 3 milliseconds