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:UsbStopIo
(Results
1 - 9
of
9
) sorted by relevance
/drivers/peripheral/usb/sample/host/src/
H
A
D
usbhost_sdkraw_speed.c
159
static int32_t
UsbStopIo
(struct AcmDevice * const acm)
in UsbStopIo()
function
694
if (
UsbStopIo
(g_acm) != HDF_SUCCESS) {
in main()
695
printf("
UsbStopIo
error!\n");
in main()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H
A
D
usbhost_sdkraw_speed.c
164
static int32_t
UsbStopIo
(struct AcmDevice * const acm)
in UsbStopIo()
function
654
if (
UsbStopIo
(g_acm) != HDF_SUCCESS) {
in UsbSpeedDdkExit()
655
HDF_LOGE("%{public}s
UsbStopIo
error!", __func__);
in UsbSpeedDdkExit()
/drivers/peripheral/usb/net/src/
H
A
D
usb_net_host.c
698
static void
UsbStopIo
(struct UsbnetHost *usbNet)
in UsbStopIo()
function
814
UsbStopIo
(usbNet);
in UsbnetHostAllocRequests()
1367
UsbStopIo
(usbNet);
in UsbnetHostRelease()
/drivers/peripheral/usb/serial/src/
H
A
D
usb_serial_rawapi.c
111
static void
UsbStopIo
(struct AcmDevice *acm)
in UsbStopIo()
function
1289
UsbStopIo
(acm);
in UsbAllocRequests()
1358
UsbStopIo
(acm);
in UsbSerialRelease()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H
A
D
usb_raw_io.c
110
int32_t
UsbStopIo
(void)
in UsbStopIo()
function
469
{ USB_RAW_SDK_IF_STOP_IO,
UsbStopIo
},
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H
A
D
usb_raw_test.h
367
int32_t
UsbStopIo
(void);
/drivers/peripheral/usb/test/unittest/host_sdk/
H
A
D
usb_raw_sdk_if_test_io.cpp
116
static int32_t
UsbStopIo
(struct AcmDevice *acm)
in UsbStopIo()
function
137
if (
UsbStopIo
(g_acm) != HDF_SUCCESS) {
in TearDownTestCase()
138
HDF_LOGW("%{public}s:%{public}d
UsbStopIo
error!", __func__, __LINE__);
in TearDownTestCase()
H
A
D
usb_raw_sdk_if_test.cpp
116
static int32_t
UsbStopIo
(struct AcmDevice *acm)
in UsbStopIo()
function
143
if (
UsbStopIo
(g_acm) != HDF_SUCCESS) {
in TearDownTestCase()
144
HDF_LOGW("%{public}s:%{public}d
UsbStopIo
error!", __func__, __LINE__);
in TearDownTestCase()
/drivers/peripheral/usb/test/unittest/host_sdk/liteos/
H
A
D
hdf_usb_raw_test.cpp
1750
* @tc.number :
UsbStopIo
1755
HWTEST_F(HdfUsbRawTest,
UsbStopIo
, TestSize.Level1)
in HWTEST_F()
Completed in 15 milliseconds