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:pipeAddress
(Results
1 - 15
of
15
) sorted by relevance
/drivers/peripheral/usb/interfaces/ddk/host/
H
A
D
usb_ddk_interface.h
132
uint8_t
pipeAddress
;
member
270
uint8_t
pipeAddress
;
member
445
* @param
pipeAddress
Indicates the pipe address.
448
int32_t UsbClearInterfaceHalt(const UsbInterfaceHandle *interfaceHandle, uint8_t
pipeAddress
);
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H
A
D
usb_test.c
1022
parmas.
pipeAddress
= g_acm->isoPipe->
pipeAddress
;
in CheckHostSdkIfFillIsoRequest001()
1049
parmas.
pipeAddress
= g_acm->isoPipe->
pipeAddress
;
in CheckHostSdkIfFillIsoRequest002()
1075
parmas.
pipeAddress
= g_acm->isoPipe->
pipeAddress
;
in CheckHostSdkIfFillIsoRequest003()
1121
parmas.
pipeAddress
= g_acm->isoPipe->
pipeAddress
;
in CheckHostSdkIfFillIsoRequest005()
1213
readParmas.
pipeAddress
= g_acm->dataInPipe->
pipeAddress
;
in CheckHostSdkIfFillRequest001()
[all...]
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_host_sdk_if_test_io.cpp
218
readParmas.
pipeAddress
= g_acm->dataInPipe->
pipeAddress
;
in AcmFillReadRequest()
256
parmas.
pipeAddress
= g_acm->dataOutPipe->
pipeAddress
;
in AcmFillWriteRequest()
276
intParmas.
pipeAddress
= g_acm->intPipe->
pipeAddress
;
in AcmFillIntRequest()
299
parmas.
pipeAddress
= 0;
in AcmFillCtrlRequest()
H
A
D
usb_host_sdk_if_test.cpp
1328
readParmas.
pipeAddress
= g_acm->dataInPipe->
pipeAddress
;
in HWTEST_F()
1367
parmas.
pipeAddress
= g_acm->dataOutPipe->
pipeAddress
;
in HWTEST_F()
1393
intParmas.
pipeAddress
= g_acm->intPipe->
pipeAddress
;
in HWTEST_F()
1422
parmas.
pipeAddress
= 0;
in HWTEST_F()
1458
readParmas.
pipeAddress
= g_acm->dataInPipe->
pipeAddress
;
in HWTEST_F()
1497
parmas.
pipeAddress
in HWTEST_F()
[all...]
/drivers/peripheral/usb/ddk/host/src/
H
A
D
usb_interface_pool.c
519
uint8_t
pipeAddress
= params->
pipeAddress
;
in IfFillIsoRequest()
local
523
fillRequestData.endPoint = (((uint8_t)dir) << USB_DIR_OFFSET) |
pipeAddress
;
in IfFillIsoRequest()
540
uint8_t
pipeAddress
= params->
pipeAddress
;
in IfFillBulkRequest()
local
550
hostRequest->endPoint = (((uint8_t)dir) << USB_DIR_OFFSET) |
pipeAddress
;
in IfFillBulkRequest()
565
uint8_t
pipeAddress
= params->
pipeAddress
;
in IfFillBulkRequestByMmap()
local
567
hostRequest->endPoint =
pipeAddress
;
in IfFillBulkRequestByMmap()
582
uint8_t
pipeAddress
in IfFillInterrupteRequest()
local
601
uint8_t
pipeAddress
= params->
pipeAddress
;
IfFillInterrupteRequestByMmap()
local
1599
UsbClearInterfaceHalt(const UsbInterfaceHandle *interfaceHandle, uint8_t
pipeAddress
)
UsbClearInterfaceHalt()
argument
[all...]
H
A
D
usb_protocol.c
65
pipe->info.
pipeAddress
= 0;
in CreateCtrPipe()
106
pipe->info.
pipeAddress
= ep->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_NUMBER_MASK;
in UsbPipeInit()
H
A
D
usb_raw_api_library.c
1505
int32_t RawClearHalt(const struct UsbDeviceHandle *devHandle, uint8_t
pipeAddress
)
in RawClearHalt()
argument
1508
unsigned int endPoint =
pipeAddress
;
in RawClearHalt()
/drivers/peripheral/usb/serial/src/
H
A
D
usb_serial.c
117
parmas.
pipeAddress
= acm->dataOutPipe->
pipeAddress
;
in AcmStartWb()
147
parmas.
pipeAddress
= acm->dataOutPipe->
pipeAddress
;
in AcmStartWbSync()
264
parmas.
pipeAddress
= 0;
in UsbGetDescriptor()
322
parmas.
pipeAddress
= 0;
in UsbGetStatus()
370
parmas.
pipeAddress
= 0;
in UsbGetInterface()
409
parmas.
pipeAddress
= 0;
in UsbGetConfig()
457
parmas.
pipeAddress
= acm->ctrPipe->
pipeAddress
;
in SerialCtrlMsg()
[all...]
/drivers/peripheral/usb/net/src/
H
A
D
cdc_ether.c
128
parmas.
pipeAddress
= ecm->dataOutPipe->
pipeAddress
;
in EcmStartWb()
252
parmas.
pipeAddress
= ecm->ctrPipe->
pipeAddress
;
in EcmCtrlMsg()
895
intParmas.
pipeAddress
= ecm->intPipe->
pipeAddress
;
in EcmAllocIntReq()
922
readParmas.
pipeAddress
= ecm->dataInPipe->
pipeAddress
;
in EcmAllocReadReq()
/drivers/peripheral/usb/ddk_service/src/
H
A
D
usb_ddk_service.cpp
365
params.
pipeAddress
= 0;
in SendControlWriteRequest()
421
params.
pipeAddress
= pipe.endpoint;
in SendPipeRequest()
470
params.
pipeAddress
= pipe.endpoint;
in SendPipeRequestWithAshmem()
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usbd_dispatcher.cpp
139
if (ret == HDF_SUCCESS && ((pipeTmp.
pipeAddress
| static_cast<uint8_t>(pipeTmp.pipeDirection)) == pipeAddr)) {
in GetInterfacePipe()
218
if (req->pipe.interfaceId == interfaceId && ((req->pipe.
pipeAddress
| req->pipe.pipeDirection) == pipeAddr)) {
in UsbdFindRequestSync()
254
params->
pipeAddress
= pipe->pipeDirection | pipe->
pipeAddress
;
in UsbRequestParamsWSyncInit()
345
params->
pipeAddress
= 0;
in UsbRequestParamsInit()
713
params->
pipeAddress
= pipe->pipeDirection | pipe->
pipeAddress
;
in FillReqAyncParams()
1434
params->
pipeAddress
= pipe->pipeDirection | pipe->
pipeAddress
;
in UsbdBulkASyncReqFillParams()
H
A
D
usb_impl.cpp
560
if (req->pipe.interfaceId == interfaceId && ((req->pipe.
pipeAddress
| req->pipe.pipeDirection) == pipeAddr)) {
in UsbdFindRequestASync()
/drivers/peripheral/usb/ddk/host/include/
H
A
D
usb_raw_api_library.h
127
int32_t RawClearHalt(const struct UsbDeviceHandle *devHandle, uint8_t
pipeAddress
);
/drivers/peripheral/usb/sample/host/liteos_test/src/
H
A
D
usbhost_sdkapi_speed.c
427
parmas.
pipeAddress
= g_acm->dataPipe->
pipeAddress
;
in UsbSpeedRequestHandle()
/drivers/peripheral/usb/sample/host/src/
H
A
D
usbhost_sdkapi_speed.c
393
parmas.
pipeAddress
= acm->dataPipe->
pipeAddress
;
in FillRequest()
Completed in 22 milliseconds