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:AcmWb
(Results
1 - 12
of
12
) sorted by relevance
/drivers/peripheral/usb/serial/include/
H
A
D
usb_serial_rawapi.h
78
struct
AcmWb
{
struct
116
struct
AcmWb
wb[ACM_NW];
H
A
D
usb_serial.h
76
struct
AcmWb
{
struct
107
struct
AcmWb
wb[ACM_NW];
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_host_sdk_if_test.h
55
struct
AcmWb
{
struct
87
struct
AcmWb
wb[ACM_NW];
H
A
D
usb_raw_sdk_if_test.h
54
struct
AcmWb
{
struct
92
struct
AcmWb
wb[ACM_NW];
H
A
D
usb_raw_sdk_if_test_io.cpp
151
struct
AcmWb
*wb = static_cast<struct
AcmWb
*>(req->userData);
in AcmWriteBulkCallback()
230
struct
AcmWb
*wb = &acm->wb[0];
in AcmWriteBufAlloc()
353
AcmWb
*snd = &g_acm->wb[i];
in AcmRawFillWriteReq()
652
AcmWb
*snd = &g_acm->wb[i];
in HWTEST_F()
667
AcmWb
*snd = &g_acm->wb[i];
in HWTEST_F()
875
AcmWb
*snd = &g_acm->wb[i];
in HWTEST_F()
958
AcmWb
*snd = &g_acm->wb[i];
in HWTEST_F()
1023
AcmWb
*snd = &g_acm->wb[i];
in HWTEST_F()
H
A
D
usb_host_sdk_if_test_io.cpp
61
struct
AcmWb
*wb = static_cast<struct
AcmWb
*>(req->compInfo.userData);
in AcmWriteBulk()
79
struct
AcmWb
*wb;
in AcmWriteBufAlloc()
H
A
D
usb_raw_sdk_if_test.cpp
157
struct
AcmWb
*wb = static_cast<struct
AcmWb
*>(req->userData);
in AcmWriteBulkCallback()
284
struct
AcmWb
*wb = &acm->wb[0];
in AcmWriteBufAlloc()
1651
AcmWb
*snd = &g_acm->wb[i];
in HWTEST_F()
H
A
D
usb_host_sdk_if_test.cpp
80
struct
AcmWb
*wb = static_cast<struct
AcmWb
*>(req->compInfo.userData);
in AcmWriteBulk()
99
struct
AcmWb
*wb;
in AcmWriteBufAlloc()
/drivers/peripheral/usb/serial/src/
H
A
D
usb_serial_rawapi.c
289
struct
AcmWb
*snd = &acm->wb[i];
in UsbAllocWriteRequests()
304
struct
AcmWb
*snd = NULL;
in UsbFreeWriteRequests()
317
struct
AcmWb
*wb = NULL;
in AcmWbAlloc()
321
wb = (struct
AcmWb
*)&acm->wb[i];
in AcmWbAlloc()
371
static int32_t AcmStartWb(struct AcmDevice *acm, struct
AcmWb
*wb)
in AcmStartWb()
409
struct
AcmWb
*wb = (struct
AcmWb
*)&acm->wb[0];
in AcmWriteBufAlloc()
429
struct
AcmWb
*wb = &acm->wb[0];
in AcmWriteBufFree()
448
struct
AcmWb
*wb = (struct
AcmWb
*)re
in AcmWriteBulkCallback()
[all...]
H
A
D
usb_serial.c
41
struct
AcmWb
*wb = NULL;
in AcmWbAlloc()
45
wb = (struct
AcmWb
*)&acm->wb[i];
in AcmWbAlloc()
110
static int32_t AcmStartWb(struct AcmDevice *acm, struct
AcmWb
*wb, struct UsbPipeInfo *pipe)
in AcmStartWb()
141
static int32_t AcmStartWbSync(struct AcmDevice *acm, struct
AcmWb
*wb, struct UsbPipeInfo *pipe)
in AcmStartWbSync()
173
struct
AcmWb
*wb;
in AcmWriteBufAlloc()
174
for (wb = (struct
AcmWb
*)&acm->wb[0], i = 0; i < ACM_NW; i++, wb++) {
in AcmWriteBufAlloc()
192
struct
AcmWb
*wb;
in AcmWriteBufFree()
209
struct
AcmWb
*wb = (struct
AcmWb
*)req->compInfo.userData;
in AcmWriteBulk()
821
struct
AcmWb
*w
in SerialWriteSync()
[all...]
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H
A
D
usb_test.h
136
struct
AcmWb
{
struct
170
struct
AcmWb
wb[ACM_NW];
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H
A
D
usb_test.c
63
struct
AcmWb
*wb = (struct
AcmWb
*)req->compInfo.userData;
in AcmWriteBulk()
88
struct
AcmWb
*wb;
in AcmWriteBufAllocHandle()
89
for (wb = (struct
AcmWb
*)&acm->wb[0], i = 0; i < ACM_NW; i++, wb++) {
in AcmWriteBufAllocHandle()
120
struct
AcmWb
*wb;
in AcmWriteBufFree()
Completed in 16 milliseconds