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:UsbEndpoint
(Results
1 - 12
of
12
) sorted by relevance
/drivers/peripheral/usb/sample/host/include/
H
A
D
usbhost_sdkraw_speed.h
91
struct
UsbEndpoint
{
struct
102
struct
UsbEndpoint
*notifyEp;
103
struct
UsbEndpoint
*dataInEp;
104
struct
UsbEndpoint
*dataOutEp;
105
struct
UsbEndpoint
*dataEp;
/drivers/peripheral/usb/sample/host/liteos_test/include/
H
A
D
usbhost_sdkraw_speed.h
86
struct
UsbEndpoint
{
struct
97
struct
UsbEndpoint
*notifyEp;
98
struct
UsbEndpoint
*dataInEp;
99
struct
UsbEndpoint
*dataOutEp;
100
struct
UsbEndpoint
*dataEp;
/drivers/peripheral/usb/serial/include/
H
A
D
usb_serial_rawapi.h
101
struct
UsbEndpoint
{
struct
112
struct
UsbEndpoint
*notifyEp;
113
struct
UsbEndpoint
*dataInEp;
114
struct
UsbEndpoint
*dataOutEp;
/drivers/peripheral/usb/net/include/
H
A
D
usb_net_host.h
63
struct
UsbEndpoint
{
struct
93
struct
UsbEndpoint
*statusEp;
94
struct
UsbEndpoint
*dataInEp;
95
struct
UsbEndpoint
*dataOutEp;
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_raw_sdk_if_test.h
77
struct
UsbEndpoint
{
struct
88
struct
UsbEndpoint
*notifyEp;
89
struct
UsbEndpoint
*dataInEp;
90
struct
UsbEndpoint
*dataOutEp;
H
A
D
usb_raw_sdk_if_test_io.cpp
272
acm->notifyEp = (struct
UsbEndpoint
*)OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbParseConfigDescriptor()
290
acm->dataInEp = (struct
UsbEndpoint
*)OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbParseConfigDescriptor()
299
acm->dataOutEp = (struct
UsbEndpoint
*)OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbParseConfigDescriptor()
H
A
D
usb_raw_sdk_if_test.cpp
323
acm->notifyEp = (
UsbEndpoint
*)OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbParseConfigDescriptor()
340
acm->dataInEp = (
UsbEndpoint
*)OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbParseConfigDescriptor()
349
acm->dataOutEp = (
UsbEndpoint
*)OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbParseConfigDescriptor()
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H
A
D
usb_raw_test.h
210
struct
UsbEndpoint
{
struct
221
struct
UsbEndpoint
notifyEp;
222
struct
UsbEndpoint
dataInEp;
223
struct
UsbEndpoint
dataOutEp;
224
struct
UsbEndpoint
isoEp;
/drivers/peripheral/usb/sample/host/src/
H
A
D
usbhost_sdkraw_speed.c
232
acm->dataInEp = OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbGetBulkEndpoint()
242
acm->dataOutEp = OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbGetBulkEndpoint()
264
acm->notifyEp = OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbParseConfigDescriptorProcess()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H
A
D
usbhost_sdkraw_speed.c
237
acm->dataInEp = OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbSpeedGetBulkEndpoint()
247
acm->dataOutEp = OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbSpeedGetBulkEndpoint()
270
acm->notifyEp = OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbSpeedParaseInterfaceClass()
/drivers/peripheral/usb/net/src/
H
A
D
rndis_rawapi.c
77
(*ppUsbNet)->dataInEp = OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbGetBulkEndpoint()
89
(*ppUsbNet)->dataOutEp = OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbGetBulkEndpoint()
113
(*ppUsbNet)->statusEp = OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbParseConfigDescriptorProcess()
/drivers/peripheral/usb/serial/src/
H
A
D
usb_serial_rawapi.c
180
acm->dataInEp = OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbGetBulkEndpoint()
190
acm->dataOutEp = OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbGetBulkEndpoint()
212
acm->notifyEp = OsalMemAlloc(sizeof(struct
UsbEndpoint
));
in UsbParseConfigDescriptorProcess()
Completed in 13 milliseconds