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:AcmDb
(Results
1 - 9
of
9
) sorted by relevance
/drivers/peripheral/usb/sample/host/liteos_test/src/
H
A
D
usbhost_sdkapi_speed.c
59
struct
AcmDb
*db = NULL;
in AcmDbAlloc()
106
static int32_t AcmStartDb(struct AcmDevice *acm, struct
AcmDb
* const db, struct UsbPipeInfo *pipe)
in AcmStartDb()
122
struct
AcmDb
*db = NULL;
in AcmDataBufAlloc()
147
struct
AcmDb
*db;
in AcmDataBufFree()
148
for (db = (struct
AcmDb
*)&acm->db[0], i = 0; i < TEST_CYCLE; i++, db++) {
in AcmDataBufFree()
162
struct
AcmDb
*db = (struct
AcmDb
*)req->compInfo.userData;
in AcmTestBulkCallback()
197
struct
AcmDb
*db = NULL;
in SerialBegin()
419
struct
AcmDb
*snd = &(g_acm->db[i]);
in UsbSpeedRequestHandle()
453
struct
AcmDb
*sn
in UsbSpeedDdkExit()
[all...]
H
A
D
usbhost_sdkraw_speed.c
327
struct
AcmDb
*snd = &acm->db[i];
in UsbAllocDataRequests()
357
struct
AcmDb
*snd = &acm->db[i];
in UsbFreeDataRequests()
366
struct
AcmDb
*db = NULL;
in AcmDbAlloc()
391
static int32_t AcmStartdb(struct AcmDevice *acm, struct
AcmDb
* const db)
in AcmStartdb()
404
struct
AcmDb
*db = &acm->db[0];
in AcmDataBufAlloc()
426
struct
AcmDb
*db = (struct
AcmDb
*)&acm->db[0];
in AcmDataBufFree()
444
struct
AcmDb
*db = (struct
AcmDb
*)req->userData;
in AcmTestBulkCallback()
477
struct
AcmDb
*d
in SerialBegin()
[all...]
/drivers/peripheral/usb/sample/host/include/
H
A
D
usbhost_sdkapi_speed.h
79
struct
AcmDb
{
struct
104
struct
AcmDb
db[TEST_CYCLE];
H
A
D
usbhost_sdkraw_speed.h
76
struct
AcmDb
{
struct
107
struct
AcmDb
db[TEST_CYCLE];
/drivers/peripheral/usb/sample/host/liteos_test/include/
H
A
D
usbhost_sdkapi_speed.h
76
struct
AcmDb
{
struct
101
struct
AcmDb
db[TEST_CYCLE];
H
A
D
usbhost_nosdk_speed.h
73
struct
AcmDb
{
struct
98
struct
AcmDb
db[TEST_CYCLE];
H
A
D
usbhost_sdkraw_speed.h
71
struct
AcmDb
{
struct
102
struct
AcmDb
db[TEST_CYCLE];
/drivers/peripheral/usb/sample/host/src/
H
A
D
usbhost_sdkapi_speed.c
56
struct
AcmDb
*db = NULL;
in AcmDbAlloc()
100
static int32_t AcmStartDb(struct AcmDevice *acm, struct
AcmDb
*db, struct UsbPipeInfo *pipe)
in AcmStartDb()
116
struct
AcmDb
*db;
in AcmDataBufAlloc()
142
struct
AcmDb
*db = (struct
AcmDb
*)req->compInfo.userData;
in AcmTestBulkCallback()
194
struct
AcmDb
*db = &acm->db[dbn];
in SerialBegin()
384
struct
AcmDb
*snd = &(acm->db[i]);
in FillRequest()
H
A
D
usbhost_sdkraw_speed.c
315
struct
AcmDb
*snd = &acm->db[i];
in UsbAllocDataRequests()
371
struct
AcmDb
*db = NULL;
in AcmDbAlloc()
396
static int32_t AcmStartdb(struct AcmDevice *acm, struct
AcmDb
* const db)
in AcmStartdb()
410
struct
AcmDb
*db = &acm->db[0];
in AcmDataBufAlloc()
439
struct
AcmDb
*db = (struct
AcmDb
*)req->userData;
in AcmTestBulkCallback()
477
struct
AcmDb
*db = NULL;
in SerialBegin()
Completed in 6 milliseconds