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:packet_bytes
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
ftdi-elan.c
691
int
packet_bytes
= 0;
in ftdi_elan_read()
local
695
&
packet_bytes
, 50);
in ftdi_elan_read()
696
if (
packet_bytes
> 2) {
in ftdi_elan_read()
697
ftdi->bulk_in_left =
packet_bytes
- 2;
in ftdi_elan_read()
922
int
packet_bytes
= 0;
in ftdi_elan_respond_engine()
local
926
&
packet_bytes
, 500);
in ftdi_elan_respond_engine()
929
int m =
packet_bytes
;
in ftdi_elan_respond_engine()
939
if (
packet_bytes
> 2) {
in ftdi_elan_respond_engine()
940
ftdi->bulk_in_left =
packet_bytes
- 2;
in ftdi_elan_respond_engine()
945
dev_err(&ftdi->udev->dev, "TIMED OUT with
packet_bytes
in ftdi_elan_respond_engine()
1813
int
packet_bytes
= 0;
ftdi_elan_flush_input_fifo()
local
1985
int
packet_bytes
= 0;
ftdi_elan_synchronize()
local
2081
int
packet_bytes
= 0;
ftdi_elan_stuck_waiting()
local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
mad.c
2540
u8
packet_bytes
[8];
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
mad.c
2498
u8
packet_bytes
[8];
member
Completed in 29 milliseconds