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:UsbIsoPacketDesc
(Results
1 - 7
of
7
) sorted by relevance
/drivers/peripheral/usb/ddk/host/include/
H
A
D
usb_ddk_request.h
51
struct
UsbIsoPacketDesc
{
struct
70
struct
UsbIsoPacketDesc
isoFrameDesc[0];
111
struct
UsbIsoPacketDesc
isoPacketDesc[0];
/drivers/peripheral/usb/sample/host/include/
H
A
D
usbhost_nosdk_speed.h
60
struct
UsbIsoPacketDesc
{
struct
82
struct
UsbIsoPacketDesc
isoFrameDesc[0];
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_raw_sdk_if_test.h
146
struct
UsbIsoPacketDesc
{
struct
165
struct
UsbIsoPacketDesc
isoFrameDesc[0];
203
struct
UsbIsoPacketDesc
isoPacketDesc[0];
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H
A
D
usb_raw_test.h
281
struct
UsbIsoPacketDesc
{
struct
300
struct
UsbIsoPacketDesc
isoFrameDesc[0];
338
struct
UsbIsoPacketDesc
isoPacketDesc[0];
/drivers/peripheral/usb/ddk/host/src/
H
A
D
linux_adapter.c
743
struct
UsbIsoPacketDesc
*urbDesc = NULL;
in OsIsoRequestDesStatus()
744
struct
UsbIsoPacketDesc
*requestDesc = NULL;
in OsIsoRequestDesStatus()
1294
size_t allocSize = sizeof(struct UsbHostRequest) + (sizeof(struct
UsbIsoPacketDesc
) * (size_t)isoPackets) +
in AdapterAllocRequest()
1335
size_t allocSize = sizeof(struct UsbHostRequest) + (sizeof(struct
UsbIsoPacketDesc
) * (size_t)isoPackets);
in AdapterAllocRequestByMmap()
1404
(sizeof(struct
UsbIsoPacketDesc
) * (size_t)(request->numIsoPackets)) + (size_t)request->bufLen;
in AdapterFreeRequest()
H
A
D
liteos_adapter.c
882
struct
UsbIsoPacketDesc
*requestDesc = NULL;
in OsIsoRequestDesStatus()
1306
allocSize = sizeof(struct UsbHostRequest) + (sizeof(struct
UsbIsoPacketDesc
) * (size_t)isoPackets) +
in AdapterAllocRequest()
/drivers/peripheral/usb/test/unittest/mock/src/
H
A
D
mock_linux_adapter.cpp
394
size_t allocSize = sizeof(UsbHostRequest) + (sizeof(
UsbIsoPacketDesc
) * static_cast<size_t>(isoPackets)) +
in FuncAdapterAllocRequest()
Completed in 8 milliseconds