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
defs:numUrbs
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/usb/ddk/host/include/
H
A
D
usb_ddk_request.h
103
int32_t
numUrbs
;
member
/drivers/peripheral/usb/ddk/host/src/
H
A
D
linux_adapter.c
502
int32_t
numUrbs
= request->
numUrbs
;
in OsSubmitBulkRequestHandle()
local
536
int32_t
numUrbs
;
in OsSubmitBulkRequest()
local
591
OsAllocIsoUrbs(struct UsbHostRequest *request, int32_t
numUrbs
, struct UsbAdapterUrb **urbs)
OsAllocIsoUrbs()
argument
626
OsSubmitIsoUrbs(struct UsbHostRequest *request, int32_t
numUrbs
, struct UsbAdapterUrb **pUrbs)
OsSubmitIsoUrbs()
argument
684
int32_t
numUrbs
= (request->numIsoPackets + (MAX_ISO_PACKETS_PER_URB - 1)) / MAX_ISO_PACKETS_PER_URB;
OsSubmitIsoRequest()
local
777
int32_t
numUrbs
;
OsIsoCompletion()
local
[all...]
H
A
D
liteos_adapter.c
605
int32_t
numUrbs
= request->
numUrbs
;
in OsSubmitBulkRequestHandle()
local
661
int32_t
numUrbs
;
in OsSubmitBulkRequest()
local
703
OsAllocIsoUrbs(struct UsbHostRequest *request, int32_t
numUrbs
, struct Async **ass)
OsAllocIsoUrbs()
argument
750
OsSubmitIsoUrbs(struct UsbHostRequest *request, int32_t
numUrbs
, struct Async **pUrbs)
OsSubmitIsoUrbs()
argument
815
int32_t
numUrbs
= (request->numIsoPackets + (MAX_ISO_PACKETS_PER_URB - 1)) / MAX_ISO_PACKETS_PER_URB;
OsSubmitIsoRequest()
local
916
int32_t
numUrbs
;
OsIsoCompletion()
local
[all...]
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_raw_sdk_if_test.h
195
int32_t
numUrbs
;
member
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H
A
D
usb_raw_test.h
330
int32_t
numUrbs
;
member
Completed in 6 milliseconds